Searched refs:pga (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | kern_sendfile.c | 682 vm_page_t pga; in vn_sendfile() local 1000 pga = pa[i]; in vn_sendfile() 1001 if (pga == bogus_page) in vn_sendfile() 1002 pga = vm_page_relookup(obj, sfio->pindex0 + i); in vn_sendfile() 1051 m0->m_epg_pa[ext_pgs_idx] = VM_PAGE_TO_PHYS(pga); in vn_sendfile() 1070 sf = sf_buf_alloc(pga, in vn_sendfile()
|
| /freebsd-13-stable/sys/dev/bwn/ |
| HD | if_bwn_phy_g.c | 1922 uint16_t lna, uint16_t pga, uint16_t trsw_rx) in bwn_lo_calcfeed() argument 1931 pga <<= BWN_PHY_RFOVERVAL_PGA_SHIFT; in bwn_lo_calcfeed() 1935 KASSERT((pga & ~BWN_PHY_RFOVERVAL_PGA) == 0, in bwn_lo_calcfeed() 1940 rfover = BWN_PHY_RFOVERVAL_UNK | pga | lna | trsw_rx; in bwn_lo_calcfeed() 1956 pga |= BWN_PHY_PGACTL_UNKNOWN; in bwn_lo_calcfeed() 1957 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed() 1959 pga |= BWN_PHY_PGACTL_LOWBANDW; in bwn_lo_calcfeed() 1960 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed() 1962 pga |= BWN_PHY_PGACTL_LPF; in bwn_lo_calcfeed() 1963 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed() [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/iio/adc/ |
| HD | ads1015.txt | 18 - pga is the programmable gain amplifier (values are full scale)
|
| /freebsd-13-stable/tools/tools/ath/athprom/ |
| HD | eeprom-14 | 40 | pga desired size $pgaDesiredSize |
|
| /freebsd-13-stable/sys/contrib/dev/rtw88/ |
| HD | rtw8822c.c | 3605 u8 pga; member 3620 data->pga = (u8)rtw_read_rf(rtwdev, data->path, RF_MODE_TRXAGC, in rtw8822c_gain_check_state() 3646 u8 pga = data->pga; in rtw8822c_gain_large_state() local 3648 if (pga > 0xe) in rtw8822c_gain_large_state() 3650 else if (pga > 0xb && pga < 0xf) in rtw8822c_gain_large_state() 3652 else if (pga < 0xc) in rtw8822c_gain_large_state() 3661 u8 pga = data->pga; in rtw8822c_gain_less_state() local 3663 if (pga < 0xc) in rtw8822c_gain_less_state() 3665 else if (pga > 0xb && pga < 0xf) in rtw8822c_gain_less_state() 3667 else if (pga > 0xe) in rtw8822c_gain_less_state()
|
| /freebsd-13-stable/sys/gnu/dev/bwn/phy_n/ |
| HD | if_bwn_phy_n_core.c | 98 uint16_t pga[2]; member 106 uint16_t pga; member 3709 params->pga = target.pga[core]; in bwn_nphy_iq_cal_gain_params() 3715 …params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) … in bwn_nphy_iq_cal_gain_params() 3717 … params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 4) | (params->ipa); in bwn_nphy_iq_cal_gain_params() 3722 gain = (target.pad[core]) | (target.pga[core] << 4) | in bwn_nphy_iq_cal_gain_params() 3733 params->pga = tbl_iqcal_gainparams[indx][i][2]; in bwn_nphy_iq_cal_gain_params() 3735 params->cal_gain = (params->txgm << 7) | (params->pga << 4) | in bwn_nphy_iq_cal_gain_params() 5214 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8; in bwn_nphy_get_tx_gains() 5220 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8; in bwn_nphy_get_tx_gains() [all …]
|