Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1914 uint8_t bbp17; in rt2661_rx_tune() local
1939 bbp17 = sc->bbp17; /* current value */ in rt2661_rx_tune()
1945 if (bbp17 > hi) in rt2661_rx_tune()
1948 bbp17 = (uint8_t)min(bbp17 + 1, hi); in rt2661_rx_tune()
1950 bbp17 = (uint8_t)max(bbp17 - 1, lo); in rt2661_rx_tune()
1953 bbp17 = lo + 0x08; in rt2661_rx_tune()
1955 bbp17 = lo + 0x10; in rt2661_rx_tune()
1962 if (bbp17 != sc->bbp17) { in rt2661_rx_tune()
1964 "BBP17 %x->%x\n", sc->bbp17, bbp17); in rt2661_rx_tune()
1966 sc->bbp17 = bbp17; in rt2661_rx_tune()
[all …]
H A Drt2661_var.h166 uint8_t bbp17; member
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h118 uint8_t bbp17; member
H A Drum.c1074 uint8_t bbp17, bbp35, bbp96, bbp97, bbp98, bbp104; in rum_select_band() local
1078 bbp17 = 0x20; bbp96 = 0x48; bbp104 = 0x2c; in rum_select_band()
1081 bbp17 += 0x08; bbp96 += 0x10; bbp104 += 0x0c; in rum_select_band()
1086 bbp17 += 0x10; bbp96 += 0x10; bbp104 += 0x10; in rum_select_band()
1089 sc->bbp17 = bbp17; in rum_select_band()
1090 rum_bbp_write(sc, 17, bbp17); in rum_select_band()