Searched refs:pga (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phytbl_lcn.h | 33 unsigned char pga; member
|
| H A D | phy_n.c | 174 u16 pga; member 23282 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23293 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23302 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23326 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23347 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23363 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 23390 params->pga = target_gain.pga[core_no]; in wlc_phy_iqcal_gainparams_nphy() 23396 (params->pga << 8) | in wlc_phy_iqcal_gainparams_nphy() 23400 ((params->txgm << 12) | (params->pga << 8) | in wlc_phy_iqcal_gainparams_nphy() [all …]
|
| H A D | phy_int.h | 422 u16 pga[2]; member
|
| H A D | phy_lcn.c | 4302 (gain_table[j].pga << 8) | gm_gain); in wlc_lcnphy_load_tx_gain_table()
|
| /freebsd/sys/kern/ |
| H A D | kern_sendfile.c | 706 vm_page_t pga; in vn_sendfile() local 954 pga = pa[i]; in vn_sendfile() 955 if (pga == bogus_page) in vn_sendfile() 956 pga = vm_page_relookup(obj, sfio->pindex0 + i); in vn_sendfile() 997 m0->m_epg_pa[ext_pgs_idx] = VM_PAGE_TO_PHYS(pga); in vn_sendfile() 1016 sf = sf_buf_alloc(pga, in vn_sendfile()
|
| /freebsd/sys/dev/bwn/ |
| H A D | 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/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | ads1015.txt | 18 - pga is the programmable gain amplifier (values are full scale)
|
| /freebsd/tools/tools/ath/athprom/ |
| H A D | eeprom-14 | 40 | pga desired size $pgaDesiredSize |
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8822c.c | 3568 u8 pga; member 3583 data->pga = (u8)rtw_read_rf(rtwdev, data->path, RF_MODE_TRXAGC, in rtw8822c_gain_check_state() 3609 u8 pga = data->pga; in rtw8822c_gain_large_state() local 3611 if (pga > 0xe) in rtw8822c_gain_large_state() 3613 else if (pga > 0xb && pga < 0xf) in rtw8822c_gain_large_state() 3615 else if (pga < 0xc) in rtw8822c_gain_large_state() 3624 u8 pga = data->pga; in rtw8822c_gain_less_state() local 3626 if (pga < 0xc) in rtw8822c_gain_less_state() 3628 else if (pga > 0xb && pga < 0xf) in rtw8822c_gain_less_state() 3630 else if (pga > 0xe) in rtw8822c_gain_less_state()
|
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | 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 …]
|