Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2560.c135 static uint8_t rt2560_bbp_read(struct rt2560_softc *, uint8_t);
1971 rt2560_bbp_read(struct rt2560_softc *sc, uint8_t reg) in rt2560_bbp_read() function
2112 tmp = rt2560_bbp_read(sc, 70); in rt2560_set_chan()
2481 if (rt2560_bbp_read(sc, RT2560_BBP_VERSION) != 0) in rt2560_bbp_init()
2513 tx = rt2560_bbp_read(sc, RT2560_BBP_TX) & ~RT2560_BBP_ANTMASK; in rt2560_set_txantenna()
2539 rx = rt2560_bbp_read(sc, RT2560_BBP_RX) & ~RT2560_BBP_ANTMASK; in rt2560_set_rxantenna()