Home
last modified time | relevance | path

Searched refs:tbl_offset (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c923 u32 tbl_width, u32 tbl_offset) in wlc_lcnphy_common_read_table() argument
930 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_read_table()
937 u32 tbl_width, u32 tbl_offset) in wlc_lcnphy_common_write_table() argument
945 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_write_table()
1899 tab.tbl_offset = 87; in wlc_lcnphy_get_bbmult()
1914 tab.tbl_offset = 87; in wlc_lcnphy_set_bbmult()
1933 tab.tbl_offset = LCNPHY_TX_PWR_CTRL_RATE_OFFSET; in wlc_lcnphy_clear_tx_power_offsets()
1938 tab.tbl_offset = LCNPHY_TX_PWR_CTRL_MAC_OFFSET; in wlc_lcnphy_clear_tx_power_offsets()
2082 tab.tbl_offset = 0; in wlc_lcnphy_tssi_setup()
2085 tab.tbl_offset++; in wlc_lcnphy_tssi_setup()
[all …]
H A Dphy_cmn.c788 wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset, in wlc_phy_table_addr() argument
791 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_table_addr()
800 pi->tbl_save_offset = tbl_offset; in wlc_phy_table_addr()
830 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_write_table() local
836 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_write_table()
846 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_write_table()
867 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_read_table() local
873 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_read_table()
882 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_read_table()
H A Dphy_hal.h240 s8 wlc_phy_get_tx_power_offset(struct brcms_phy_pub *ppi, u8 tbl_offset);
H A Dphy_int.h242 u32 tbl_offset; member
918 void wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset,
H A Dphy_n.c14157 tbl.tbl_offset = offset; in wlc_phy_table_write_nphy()
14171 tbl.tbl_offset = offset; in wlc_phy_table_read_nphy()
17569 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local
17738 tbl_offset = 0; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17757 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy()
18795 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_coeff_setup_nphy() local
18804 tbl_offset = 320; in wlc_phy_txpwrctrl_coeff_setup_nphy()
18816 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy()
18820 tbl_offset = 448; in wlc_phy_txpwrctrl_coeff_setup_nphy()
18845 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy()
[all …]
/linux/drivers/platform/x86/intel/pmt/
H A Ddiscovery.c381 void *tbl_offset; in pmt_feature_get_feature_table() local
417 tbl_offset = feat_tbl; in pmt_feature_get_feature_table()
431 tbl_offset += sizeof(*header); in pmt_feature_get_feature_table()
434 memcpy_fromio(tbl_offset, feat_offset, FEAT_ATTR_SIZE(header->attr_size)); in pmt_feature_get_feature_table()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c491 u32 tbl_offset, msg_data, reg; in cdns_pcie_ep_send_msix_irq() local
513 tbl_offset = cdns_pcie_ep_fn_readl(pcie, fn, reg); in cdns_pcie_ep_send_msix_irq()
514 bir = FIELD_GET(PCI_MSIX_TABLE_BIR, tbl_offset); in cdns_pcie_ep_send_msix_irq()
515 tbl_offset &= PCI_MSIX_TABLE_OFFSET; in cdns_pcie_ep_send_msix_irq()
517 msix_tbl = epf->epf_bar[bir]->addr + tbl_offset; in cdns_pcie_ep_send_msix_irq()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h495 u8 tbl_offset; member
H A Dnic_main.c571 rssi_base = nic->rssi_base[cfg->vf_id] + cfg->tbl_offset; in nic_config_rss()