Searched refs:rt2661_bbp_write (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/ral/ |
| H A D | rt2661.c | 129 static void rt2661_bbp_write(struct rt2661_softc *, uint8_t, 1685 rt2661_bbp_write(struct rt2661_softc *sc, uint8_t reg, uint8_t val) in rt2661_bbp_write() function 1791 rt2661_bbp_write(sc, 4, bbp4); in rt2661_select_antenna() 1792 rt2661_bbp_write(sc, 77, bbp77); in rt2661_select_antenna() 1879 rt2661_bbp_write(sc, 17, bbp17); in rt2661_select_band() 1880 rt2661_bbp_write(sc, 96, bbp96); in rt2661_select_band() 1881 rt2661_bbp_write(sc, 104, bbp104); in rt2661_select_band() 1885 rt2661_bbp_write(sc, 75, 0x80); in rt2661_select_band() 1886 rt2661_bbp_write(sc, 86, 0x80); in rt2661_select_band() 1887 rt2661_bbp_write(sc, 88, 0x80); in rt2661_select_band() [all …]
|