Searched refs:SSB_TMSLOW_RESET (Results 1 – 3 of 3) sorted by relevance
997 val &= SSB_TMSLOW_CLOCK | SSB_TMSLOW_RESET | reject; in ssb_device_is_enabled()1021 SSB_TMSLOW_RESET | SSB_TMSLOW_CLOCK | in ssb_device_enable()1076 if (ssb_read32(dev, SSB_TMSLOW) & SSB_TMSLOW_RESET) in ssb_device_disable()1096 reject | SSB_TMSLOW_RESET | in ssb_device_disable()1108 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
256 regdata &= (SSB_TMSLOW_RESET | SSB_TMSLOW_REJECT | in brcmf_chip_sb_iscoreup()286 if (val & SSB_TMSLOW_RESET) in brcmf_chip_sb_coredisable()325 SSB_TMSLOW_REJECT | SSB_TMSLOW_RESET; in brcmf_chip_sb_coredisable()343 (SSB_TMSLOW_REJECT | SSB_TMSLOW_RESET)); in brcmf_chip_sb_coredisable()403 SSB_TMSLOW_RESET); in brcmf_chip_sb_resetcore()
100 #define SSB_TMSLOW_RESET 0x00000001 /* Reset */ macro