Searched refs:cfosho (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/rtwn/rtl8821a/
H A Dr21a_rx.c65 lna_idx = (stat->cfosho[0] & 0xe0) >> 5;
66 rssi = -6 - 2*(stat->cfosho[0] & 0x1f); /* Pout - (2 * VGA_idx) */
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx_desc.h80 uint8_t cfosho[4]; member in struct:r92c_rx_phystat
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx_desc.h70 uint8_t cfosho[4]; member in struct:r12a_rx_phystat
H A Dr12a_rx.c289 is5ghz = (physt->cfosho[2] != 0x01);

Completed in 63 milliseconds