Searched refs:SSB_TMSLOW_RESET (Results 1 – 3 of 3) sorted by relevance
999 val &= SSB_TMSLOW_CLOCK | SSB_TMSLOW_RESET | reject; in ssb_device_is_enabled()1024 SSB_TMSLOW_RESET | SSB_TMSLOW_CLOCK | in ssb_device_enable()1080 if (ssb_read32(dev, SSB_TMSLOW) & SSB_TMSLOW_RESET) in ssb_device_disable()1100 reject | SSB_TMSLOW_RESET | in ssb_device_disable()1112 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
258 regdata &= (SSB_TMSLOW_RESET | SSB_TMSLOW_REJECT | in brcmf_chip_sb_iscoreup()288 if (val & SSB_TMSLOW_RESET) in brcmf_chip_sb_coredisable()327 SSB_TMSLOW_REJECT | SSB_TMSLOW_RESET; in brcmf_chip_sb_coredisable()345 (SSB_TMSLOW_REJECT | SSB_TMSLOW_RESET)); in brcmf_chip_sb_coredisable()405 SSB_TMSLOW_RESET); in brcmf_chip_sb_resetcore()
100 #define SSB_TMSLOW_RESET 0x00000001 /* Reset */ macro