Searched refs:SICF_PRST (Results 1 – 2 of 2) sorted by relevance
1846 si_core_cflags(wlc_hw->sih, (SICF_PRST | SICF_FGC | SICF_GMODE), in wlc_bmac_core_phy_clk()1847 (SICF_PRST | SICF_FGC)); in wlc_bmac_core_phy_clk()1849 si_core_cflags(wlc_hw->sih, (SICF_PRST | SICF_FGC), SICF_PRST); in wlc_bmac_core_phy_clk()1854 si_core_cflags(wlc_hw->sih, (SICF_PRST | SICF_FGC), SICF_FGC); in wlc_bmac_core_phy_clk()1930 si_core_cflags(wlc_hw->sih, (SICF_PRST | SICF_PCLKE), in wlc_bmac_phy_reset()1931 (SICF_PRST | SICF_PCLKE)); in wlc_bmac_phy_reset()1936 (SICF_PRST | SICF_PCLKE | SICF_BWMASK), in wlc_bmac_phy_reset()1937 (SICF_PRST | SICF_PCLKE | phy_bw_clkbits)); in wlc_bmac_phy_reset()
1626 #define SICF_PRST 0x0008 /* PHY reset */ macro