Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c3109 rsu_write_1(sc, R92S_AFE_PLL_CTRL, in rsu_power_on_acut()
3110 rsu_read_1(sc, R92S_AFE_PLL_CTRL) | 0x11); in rsu_power_on_acut()
3203 reg = rsu_read_1(sc, R92S_AFE_PLL_CTRL); in rsu_power_on_bcut()
3204 rsu_write_1(sc, R92S_AFE_PLL_CTRL, reg | 0x11); in rsu_power_on_bcut()
3206 rsu_write_1(sc, R92S_AFE_PLL_CTRL, reg | 0x51); in rsu_power_on_bcut()
3208 rsu_write_1(sc, R92S_AFE_PLL_CTRL, reg | 0x11); in rsu_power_on_bcut()
3287 rsu_write_1(sc, R92S_AFE_PLL_CTRL, 0x00); in rsu_power_off()
H A Dif_rsureg.h38 #define R92S_AFE_PLL_CTRL (R92S_SYSCFG + 0x028) macro