Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/rwd/
H A Drt2661.c1910 uint8_t bbp17; in rt2661_rx_tune() local
1935 bbp17 = sc->bbp17; /* current value */ in rt2661_rx_tune()
1941 if (bbp17 > hi) in rt2661_rx_tune()
1942 bbp17 = (uint8_t)hi; in rt2661_rx_tune()
1944 bbp17 = (uint8_t)min(bbp17 + 1, hi); in rt2661_rx_tune()
1946 bbp17 = (uint8_t)max(bbp17 - 1, lo); in rt2661_rx_tune()
1949 bbp17 = lo + 0x08; in rt2661_rx_tune()
1951 bbp17 = lo + 0x10; in rt2661_rx_tune()
1953 bbp17 = (uint8_t)hi; in rt2661_rx_tune()
1955 bbp17 = 0x60; /* very low sensitivity */ in rt2661_rx_tune()
[all …]
H A Drt2661_var.h166 uint8_t bbp17; member
/titanic_50/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()