Searched refs:SSB_TMSLOW_RESET (Results 1 – 3 of 3) sorted by relevance
993 val &= SSB_TMSLOW_CLOCK | SSB_TMSLOW_RESET | reject; in ssb_device_is_enabled()1017 SSB_TMSLOW_RESET | SSB_TMSLOW_CLOCK | in ssb_device_enable()1072 if (ssb_read32(dev, SSB_TMSLOW) & SSB_TMSLOW_RESET) in ssb_device_disable()1092 reject | SSB_TMSLOW_RESET | in ssb_device_disable()1104 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
266 regdata &= (SSB_TMSLOW_RESET | SSB_TMSLOW_REJECT | in brcmf_chip_sb_iscoreup()296 if (val & SSB_TMSLOW_RESET) in brcmf_chip_sb_coredisable()335 SSB_TMSLOW_REJECT | SSB_TMSLOW_RESET; in brcmf_chip_sb_coredisable()353 (SSB_TMSLOW_REJECT | SSB_TMSLOW_RESET)); in brcmf_chip_sb_coredisable()413 SSB_TMSLOW_RESET); in brcmf_chip_sb_resetcore()
99 #define SSB_TMSLOW_RESET 0x00000001 /* Reset */ macro