Home
last modified time | relevance | path

Searched refs:SICF_PRST (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_bmac.c1846 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()
Dd11.h1626 #define SICF_PRST 0x0008 /* PHY reset */ macro