Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8192e/
H A Dr92e_chan.c162 r92e_set_bw40(struct rtwn_softc *sc, uint8_t chan, int prichlo) in r92e_set_bw40() argument
168 prichlo ? R12A_DATA_SEC_PRIM_DOWN_20 : R12A_DATA_SEC_PRIM_UP_20); in r92e_set_bw40()
180 R92C_CCK0_SYSTEM_CCK_SIDEBAND, (prichlo ? 0 : 1) << 4); in r92e_set_bw40()
182 rtwn_bb_setbits(sc, R92C_OFDM1_LSTF, 0x0c00, (prichlo ? 1 : 2) << 10); in r92e_set_bw40()
187 rtwn_bb_setbits(sc, 0x818, 0x0c000000, (prichlo ? 2 : 1) << 26); in r92e_set_bw40()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_chan.c245 r92c_set_bw40(struct rtwn_softc *sc, uint8_t chan, int prichlo) in r92c_set_bw40() argument
250 rtwn_setbits_1(sc, R92C_RRSR + 2, 0x6f, (prichlo ? 1 : 2) << 5); in r92c_set_bw40()
257 (prichlo ? 0 : 1) << 4); in r92c_set_bw40()
260 (prichlo ? 1 : 2) << 10); in r92c_set_bw40()
265 rtwn_bb_setbits(sc, 0x818, 0x0c000000, (prichlo ? 2 : 1) << 26); in r92c_set_bw40()