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

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_ural.c163 static uint8_t ural_bbp_read(struct ural_softc *, uint8_t);
1560 ural_bbp_read(struct ural_softc *sc, uint8_t reg) function
1729 tmp = ural_bbp_read(sc, 70);
1985 if (ural_bbp_read(sc, RAL_BBP_VERSION) != 0)
2018 tx = ural_bbp_read(sc, RAL_BBP_TX) & ~RAL_BBP_ANTMASK;
2046 rx = ural_bbp_read(sc, RAL_BBP_RX) & ~RAL_BBP_ANTMASK;

Completed in 99 milliseconds