Home
last modified time | relevance | path

Searched refs:rtwn_check_condition (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_init.c132 while (!rtwn_check_condition(sc, bb_prog->cond)) { in r92c_init_bb_common()
169 while (!rtwn_check_condition(sc, agc_prog->cond)) { in r92c_init_bb_common()
202 while (!rtwn_check_condition(sc, prog->cond)) { in r92c_init_rf_chain()
/freebsd/sys/dev/rtwn/rtl8192e/
H A Dr92e_init.c114 while (!rtwn_check_condition(sc, bb_prog->cond)) { in r92e_init_bb()
135 while (!rtwn_check_condition(sc, agc_prog->cond)) { in r92e_init_bb()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_init.c152 while (!rtwn_check_condition(sc, bb_prog->cond)) { in r12a_init_bb()
175 while (!rtwn_check_condition(sc, agc_prog->cond)) { in r12a_init_bb()
/freebsd/sys/dev/rtwn/
H A Dif_rtwnvar.h479 #define rtwn_check_condition(_sc, _cond) \ macro