Home
last modified time | relevance | path

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

/src/sys/dev/rtwn/rtl8192e/ !
H A Dr92e_chan.c187 r92e_set_bw40(struct rtwn_softc *sc, uint8_t chan, int prichlo) in r92e_set_bw40() argument
193 prichlo ? R12A_DATA_SEC_PRIM_DOWN_20 : R12A_DATA_SEC_PRIM_UP_20); in r92e_set_bw40()
205 R92C_CCK0_SYSTEM_CCK_SIDEBAND, (prichlo ? 0 : 1) << 4); in r92e_set_bw40()
207 rtwn_bb_setbits(sc, R92C_OFDM1_LSTF, 0x0c00, (prichlo ? 1 : 2) << 10); in r92e_set_bw40()
212 rtwn_bb_setbits(sc, 0x818, 0x0c000000, (prichlo ? 2 : 1) << 26); in r92e_set_bw40()
/src/sys/dev/rtwn/rtl8192c/ !
H A Dr92c_chan.c314 r92c_set_bw40(struct rtwn_softc *sc, uint8_t chan, int prichlo) in r92c_set_bw40() argument
319 rtwn_setbits_1(sc, R92C_RRSR + 2, 0x6f, (prichlo ? 1 : 2) << 5); in r92c_set_bw40()
326 (prichlo ? 0 : 1) << 4); in r92c_set_bw40()
329 (prichlo ? 1 : 2) << 10); in r92c_set_bw40()
335 R92C_FPGA0_POWER_SAVE_PS_MASK, (prichlo ? 2 : 1) << 26); in r92c_set_bw40()