| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| A D | phy_lcn.c | 930 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_read_table() 945 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_write_table() 2082 tab.tbl_offset = 0; in wlc_lcnphy_tssi_setup() 2085 tab.tbl_offset++; in wlc_lcnphy_tssi_setup() 2090 tab.tbl_offset++; in wlc_lcnphy_tssi_setup() 2171 tab.tbl_offset = 6; in wlc_lcnphy_tssi_setup() 2953 tab.tbl_offset = 6; in wlc_lcnphy_vbat_temp_sense_setup() 3062 tab.tbl_offset++; in wlc_lcnphy_tx_pwr_ctrl_init() 3198 tab.tbl_offset = 0; in wlc_lcnphy_clear_papd_comptable() 3389 tab.tbl_offset = 0; in wlc_lcnphy_start_tx_tone() [all …]
|
| A D | phy_cmn.c | 788 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()
|
| A D | phy_hal.h | 240 s8 wlc_phy_get_tx_power_offset(struct brcms_phy_pub *ppi, u8 tbl_offset);
|
| A D | phy_int.h | 242 u32 tbl_offset; member 918 void wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset,
|
| A D | phy_n.c | 14157 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() 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() 18820 tbl_offset = 448; in wlc_phy_txpwrctrl_coeff_setup_nphy() 28156 u32 tbl_offset; in wlc_phy_txpwrctrl_enable_nphy() local 28187 tbl_offset = 64; in wlc_phy_txpwrctrl_enable_nphy() 28190 wlc_phy_table_write_nphy(pi, 26, tbl_len, tbl_offset, 16, in wlc_phy_txpwrctrl_enable_nphy() [all …]
|
| /drivers/platform/x86/intel/pmt/ |
| A D | discovery.c | 381 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()
|
| /drivers/pci/controller/cadence/ |
| A D | pcie-cadence-ep.c | 486 u32 tbl_offset, msg_data, reg; in cdns_pcie_ep_send_msix_irq() local 507 tbl_offset = cdns_pcie_ep_fn_readl(pcie, fn, reg); in cdns_pcie_ep_send_msix_irq() 508 bir = FIELD_GET(PCI_MSIX_TABLE_BIR, tbl_offset); in cdns_pcie_ep_send_msix_irq() 509 tbl_offset &= PCI_MSIX_TABLE_OFFSET; in cdns_pcie_ep_send_msix_irq() 511 msix_tbl = epf->epf_bar[bir]->addr + tbl_offset; in cdns_pcie_ep_send_msix_irq()
|
| /drivers/pci/controller/dwc/ |
| A D | pcie-designware-ep.c | 791 u32 tbl_offset; in dw_pcie_ep_raise_msix_irq() local 801 tbl_offset = dw_pcie_ep_readl_dbi(ep, func_no, reg); in dw_pcie_ep_raise_msix_irq() 802 bir = FIELD_GET(PCI_MSIX_TABLE_BIR, tbl_offset); in dw_pcie_ep_raise_msix_irq() 803 tbl_offset &= PCI_MSIX_TABLE_OFFSET; in dw_pcie_ep_raise_msix_irq() 805 msix_tbl = ep->epf_bar[bir]->addr + tbl_offset; in dw_pcie_ep_raise_msix_irq()
|
| /drivers/net/ethernet/marvell/ |
| A D | mvneta.c | 1637 unsigned int tbl_offset; in mvneta_set_ucast_addr() local 1644 tbl_offset = (last_nibble / 4) * 4; in mvneta_set_ucast_addr() 1649 unicast_reg = mvreg_read(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset)); in mvneta_set_ucast_addr() 3079 unsigned int tbl_offset; in mvneta_set_special_mcast_addr() local 3083 tbl_offset = (last_byte / 4); in mvneta_set_special_mcast_addr() 3088 + tbl_offset * 4)); in mvneta_set_special_mcast_addr() 3097 mvreg_write(pp, MVNETA_DA_FILT_SPEC_MCAST + tbl_offset * 4, in mvneta_set_special_mcast_addr() 3114 unsigned int tbl_offset; in mvneta_set_other_mcast_addr() local 3117 tbl_offset = (crc8 / 4) * 4; /* Register offset from OMC table base */ in mvneta_set_other_mcast_addr() 3120 omc_table_reg = mvreg_read(pp, MVNETA_DA_FILT_OTH_MCAST + tbl_offset); in mvneta_set_other_mcast_addr() [all …]
|
| /drivers/net/ethernet/cavium/thunder/ |
| A D | nic.h | 495 u8 tbl_offset; member
|
| A D | nicvf_main.c | 343 mbx.rss_cfg.tbl_offset = nextq; in nicvf_config_rss() 346 mbx.rss_cfg.msg = mbx.rss_cfg.tbl_offset ? in nicvf_config_rss()
|
| A D | nic_main.c | 571 rssi_base = nic->rssi_base[cfg->vf_id] + cfg->tbl_offset; in nic_config_rss()
|