Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c989 u32 tbl_width, u32 tbl_offset) in wlc_lcnphy_common_read_table() argument
996 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_read_table()
1003 u32 tbl_width, u32 tbl_offset) in wlc_lcnphy_common_write_table() argument
1011 tab.tbl_offset = tbl_offset; in wlc_lcnphy_common_write_table()
1970 tab.tbl_offset = 87; in wlc_lcnphy_get_bbmult()
1985 tab.tbl_offset = 87; in wlc_lcnphy_set_bbmult()
2004 tab.tbl_offset = LCNPHY_TX_PWR_CTRL_RATE_OFFSET; in wlc_lcnphy_clear_tx_power_offsets()
2009 tab.tbl_offset = LCNPHY_TX_PWR_CTRL_MAC_OFFSET; in wlc_lcnphy_clear_tx_power_offsets()
2153 tab.tbl_offset = 0; in wlc_lcnphy_tssi_setup()
2156 tab.tbl_offset++; in wlc_lcnphy_tssi_setup()
[all …]
Dphy_cmn.c833 wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset, in wlc_phy_table_addr() argument
836 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_table_addr()
845 pi->tbl_save_offset = tbl_offset; in wlc_phy_table_addr()
875 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_write_table() local
881 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_write_table()
891 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_write_table()
912 uint tbl_offset = ptbl_info->tbl_offset; in wlc_phy_read_table() local
918 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset); in wlc_phy_read_table()
927 (tbl_id << 10) | (tbl_offset + idx)); in wlc_phy_read_table()
Dphy_hal.h283 s8 wlc_phy_get_tx_power_offset(struct brcms_phy_pub *ppi, u8 tbl_offset);
Dphy_int.h260 u32 tbl_offset; member
938 void wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset,
Dphy_n.c14168 tbl.tbl_offset = offset; in wlc_phy_table_write_nphy()
14182 tbl.tbl_offset = offset; in wlc_phy_table_read_nphy()
17672 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local
17841 tbl_offset = 0; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17860 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy()
18898 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_coeff_setup_nphy() local
18907 tbl_offset = 320; in wlc_phy_txpwrctrl_coeff_setup_nphy()
18919 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy()
18923 tbl_offset = 448; in wlc_phy_txpwrctrl_coeff_setup_nphy()
18948 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy()
[all …]
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvneta.c1138 unsigned int tbl_offset; in mvneta_set_ucast_addr() local
1145 tbl_offset = (last_nibble / 4) * 4; in mvneta_set_ucast_addr()
1150 unicast_reg = mvreg_read(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset)); in mvneta_set_ucast_addr()
1160 mvreg_write(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset), unicast_reg); in mvneta_set_ucast_addr()
1953 unsigned int tbl_offset; in mvneta_set_special_mcast_addr() local
1957 tbl_offset = (last_byte / 4); in mvneta_set_special_mcast_addr()
1962 + tbl_offset * 4)); in mvneta_set_special_mcast_addr()
1971 mvreg_write(pp, MVNETA_DA_FILT_SPEC_MCAST + tbl_offset * 4, in mvneta_set_special_mcast_addr()
1988 unsigned int tbl_offset; in mvneta_set_other_mcast_addr() local
1991 tbl_offset = (crc8 / 4) * 4; /* Register offset from OMC table base */ in mvneta_set_other_mcast_addr()
[all …]
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h421 u8 tbl_offset; member
Dnicvf_main.c313 mbx.rss_cfg.tbl_offset = nextq; in nicvf_config_rss()
316 mbx.rss_cfg.msg = mbx.rss_cfg.tbl_offset ? in nicvf_config_rss()
Dnic_main.c452 rssi_base = nic->rssi_base[cfg->vf_id] + cfg->tbl_offset; in nic_config_rss()