Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ral/
Drt2661.c1867 uint8_t bbp17, bbp35, bbp96, bbp97, bbp98, bbp104; in rt2661_select_band() local
1871 bbp17 = 0x20; bbp96 = 0x48; bbp104 = 0x2c; in rt2661_select_band()
1874 bbp17 += 0x08; bbp96 += 0x10; bbp104 += 0x0c; in rt2661_select_band()
1879 bbp17 += 0x10; bbp96 += 0x10; bbp104 += 0x10; in rt2661_select_band()
1882 rt2661_bbp_write(sc, 17, bbp17); in rt2661_select_band()
2496 uint8_t bbp17; in rt2661_rx_tune() local
2516 bbp17 = 0x60; in rt2661_rx_tune()
2518 bbp17 = hi; in rt2661_rx_tune()
2520 bbp17 = lo + 0x10; in rt2661_rx_tune()
2522 bbp17 = lo + 0x08; in rt2661_rx_tune()
[all …]
Drt2661var.h155 uint8_t bbp17; member
/freebsd-12-stable/sys/dev/usb/wlan/
Dif_rumvar.h168 uint8_t bbp17; member
Dif_rum.c2058 uint8_t bbp17, bbp35, bbp96, bbp97, bbp98, bbp104; in rum_select_band() local
2061 bbp17 = 0x20; bbp96 = 0x48; bbp104 = 0x2c; in rum_select_band()
2064 bbp17 += 0x08; bbp96 += 0x10; bbp104 += 0x0c; in rum_select_band()
2069 bbp17 += 0x10; bbp96 += 0x10; bbp104 += 0x10; in rum_select_band()
2072 sc->bbp17 = bbp17; in rum_select_band()
2073 rum_bbp_write(sc, 17, bbp17); in rum_select_band()