Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2661.c1862 uint8_t bbp17, bbp35, bbp96, bbp97, bbp98, bbp104; in rt2661_select_band() local
1866 bbp17 = 0x20; bbp96 = 0x48; bbp104 = 0x2c; in rt2661_select_band()
1869 bbp17 += 0x08; bbp96 += 0x10; bbp104 += 0x0c; in rt2661_select_band()
1874 bbp17 += 0x10; bbp96 += 0x10; bbp104 += 0x10; in rt2661_select_band()
1877 rt2661_bbp_write(sc, 17, bbp17); in rt2661_select_band()
2491 uint8_t bbp17; in rt2661_rx_tune() local
2511 bbp17 = 0x60; in rt2661_rx_tune()
2513 bbp17 = hi; in rt2661_rx_tune()
2515 bbp17 = lo + 0x10; in rt2661_rx_tune()
2517 bbp17 = lo + 0x08; in rt2661_rx_tune()
[all …]
H A Drt2661var.h154 uint8_t bbp17; member
/freebsd/sys/dev/usb/wlan/
H A Dif_rumvar.h167 uint8_t bbp17; member
H A Dif_rum.c2054 uint8_t bbp17, bbp35, bbp96, bbp97, bbp98, bbp104; in rum_select_band() local
2057 bbp17 = 0x20; bbp96 = 0x48; bbp104 = 0x2c; in rum_select_band()
2060 bbp17 += 0x08; bbp96 += 0x10; bbp104 += 0x0c; in rum_select_band()
2065 bbp17 += 0x10; bbp96 += 0x10; bbp104 += 0x10; in rum_select_band()
2068 sc->bbp17 = bbp17; in rum_select_band()
2069 rum_bbp_write(sc, 17, bbp17); in rum_select_band()