Home
last modified time | relevance | path

Searched refs:R92C_APS_FSMCO_PFM_ALDN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c92 if (rtwn_read_1(sc, R92C_APS_FSMCO) & R92C_APS_FSMCO_PFM_ALDN) in r92cu_power_on()
142 R92C_APS_FSMCO_PFM_ALDN)); in r92cu_power_on()
312 R92C_APS_FSMCO_PFM_ALDN); in r92cu_power_off()
/freebsd/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c116 if (rtwn_read_1(sc, R92C_APS_FSMCO) & R92C_APS_FSMCO_PFM_ALDN) in r92ce_power_on()
174 R92C_APS_FSMCO_PFM_ALDN); in r92ce_power_on()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_reg.h263 #define R92C_APS_FSMCO_PFM_ALDN 0x00000002 macro