Home
last modified time | relevance | path

Searched refs:agc (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/common/io/rtw/
H A Drtwphy.c358 uint32_t agc; in rtw_sa2400_agc_init() local
360 agc = LSHIFT(25, SA2400_AGC_MAXGAIN_MASK); in rtw_sa2400_agc_init()
361 agc |= LSHIFT(7, SA2400_AGC_BBPDELAY_MASK); in rtw_sa2400_agc_init()
362 agc |= LSHIFT(15, SA2400_AGC_LNADELAY_MASK); in rtw_sa2400_agc_init()
363 agc |= LSHIFT(27, SA2400_AGC_RXONDELAY_MASK); in rtw_sa2400_agc_init()
366 agc)); in rtw_sa2400_agc_init()
/titanic_44/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c131 main(int agc, char *agv[]) in main() argument
141 argc = agc; /* other routines may want them */ in main()
/titanic_44/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c168 main(int agc, char *agv[]) in main() argument
179 argc = agc; /* other routines may want them */ in main()
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c239 main(int agc, char *agv[]) in main() argument
241 argc = agc; in main()
/titanic_44/usr/src/uts/common/io/wpi/
H A Dwpireg.h260 uint8_t agc; /* access gain control */ member
/titanic_44/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h444 uint8_t agc; /* automatic gain control */ member
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c628 main(int agc, char *agv[]) in main() argument
640 argc = agc; /* global so everyone can use them */ in main()
/titanic_44/usr/src/uts/common/io/rwd/
H A Drt2661.c1210 int lna, agc, rssi; in rt2661_get_rssi() local
1213 agc = raw & 0x1f; in rt2661_get_rssi()
1215 rssi = 2 * agc; in rt2661_get_rssi()
/titanic_44/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2554 uint8_t agc; /* access gain control */ member
H A Diwk2.c2094 uint16_t len, rssi, mrssi, agc; in iwk_rx_intr() local
2110 agc = (phyinfo->agc_info & IWK_AGC_DB_MASK) >> IWK_AGC_DB_POS; in iwk_rx_intr()
2118 t = mrssi - agc - 44; /* t is the dBM value */ in iwk_rx_intr()
/titanic_44/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1803 uint8_t agc; /* access gain control */ member
H A Diwh.c2319 uint16_t len, rssi, agc; in iwh_rx_mpdu_intr() local
2336 agc = (temp & IWH_OFDM_AGC_MSK) >> IWH_OFDM_AGC_BIT_POS; in iwh_rx_mpdu_intr()
2348 t = mrssi - agc - IWH_RSSI_OFFSET; in iwh_rx_mpdu_intr()
/titanic_44/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1803 uint8_t agc; /* access gain control */ member
H A Diwp.c2223 uint16_t len, rssi, agc; in iwp_rx_mpdu_intr() local
2240 agc = (temp & IWP_OFDM_AGC_MSK) >> IWP_OFDM_AGC_BIT_POS; in iwp_rx_mpdu_intr()
2252 t = mrssi - agc - IWP_RSSI_OFFSET; in iwp_rx_mpdu_intr()