Home
last modified time | relevance | path

Searched refs:tbl_offset (Results 1 – 11 of 11) 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 in wlc_lcnphy_clear_tx_power_offsets()
[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()
[all...]
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,
/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.c486 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()
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c791 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()
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c1637 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()
1659 mvreg_write(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset), unicast_reg); 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 in mvneta_set_other_mcast_addr()
[all...]
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h495 u8 tbl_offset; member
H A Dnicvf_main.c343 mbx.rss_cfg.tbl_offset = nextq; in nicvf_config_rss()
346 mbx.rss_cfg.msg = mbx.rss_cfg.tbl_offset ? in nicvf_config_rss()
H A Dnic_main.c571 rssi_base = nic->rssi_base[cfg->vf_id] + cfg->tbl_offset; in nic_config_rss()