Searched refs:SICF_PRST (Results 1 – 2 of 2) sorted by relevance
759 brcms_b_core_ioctl(wlc_hw, (SICF_PRST | SICF_FGC | SICF_GMODE), in brcms_b_core_phy_clk()760 (SICF_PRST | SICF_FGC)); in brcms_b_core_phy_clk()762 brcms_b_core_ioctl(wlc_hw, (SICF_PRST | SICF_FGC), SICF_PRST); in brcms_b_core_phy_clk()767 brcms_b_core_ioctl(wlc_hw, (SICF_PRST | SICF_FGC), SICF_FGC); in brcms_b_core_phy_clk()1790 brcms_b_core_ioctl(wlc_hw, (SICF_PRST | SICF_PCLKE), in brcms_b_phy_reset()1791 (SICF_PRST | SICF_PCLKE)); in brcms_b_phy_reset()1794 (SICF_PRST | SICF_PCLKE | SICF_BWMASK), in brcms_b_phy_reset()1795 (SICF_PRST | SICF_PCLKE | phy_bw_clkbits)); in brcms_b_phy_reset()
1739 #define SICF_PRST 0x0008 /* PHY reset */ macro