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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c161 static uint8_t ural_bbp_read(struct ural_softc *, uint8_t);
1517 ural_bbp_read(struct ural_softc *sc, uint8_t reg) function
1703 tmp = ural_bbp_read(sc, 70);
1953 if (ural_bbp_read(sc, RAL_BBP_VERSION) != 0)
1985 tx = ural_bbp_read(sc, RAL_BBP_TX) & ~RAL_BBP_ANTMASK;
2013 rx = ural_bbp_read(sc, RAL_BBP_RX) & ~RAL_BBP_ANTMASK;

Completed in 52 milliseconds