Searched defs:tbl_offset (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c833 wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset, argument
836 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset);
845 pi->tbl_save_offset = tbl_offset;
875 uint tbl_offset = ptbl_info->tbl_offset; local
881 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset);
891 (tbl_id << 10) | (tbl_offset + idx));
912 uint tbl_offset = ptbl_info->tbl_offset; local
918 write_phy_reg(pi, tblAddr, (tbl_id << 10) | tbl_offset);
[all...]
H A Dphy_lcn.c989 u32 tbl_width, u32 tbl_offset)
996 tab.tbl_offset = tbl_offset;
1003 u32 tbl_width, u32 tbl_offset)
1011 tab.tbl_offset = tbl_offset;
1970 tab.tbl_offset = 87;
1985 tab.tbl_offset = 87;
2004 tab.tbl_offset = LCNPHY_TX_PWR_CTRL_RATE_OFFSET;
2009 tab.tbl_offset
987 wlc_lcnphy_common_read_table(struct brcms_phy *pi, u32 tbl_id, const u16 *tbl_ptr, u32 tbl_len, u32 tbl_width, u32 tbl_offset) argument
1001 wlc_lcnphy_common_write_table(struct brcms_phy *pi, u32 tbl_id, const u16 *tbl_ptr, u32 tbl_len, u32 tbl_width, u32 tbl_offset) argument
[all...]
H A Dphy_int.h260 u32 tbl_offset; member in struct:phytbl_info
938 void wlc_phy_table_addr(struct brcms_phy *pi, uint tbl_id, uint tbl_offset,
H A Dphy_n.c14168 tbl.tbl_offset = offset;
14182 tbl.tbl_offset = offset;
17672 u32 tbl_id, tbl_len, tbl_offset; local
17841 tbl_offset = 0;
17860 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32,
18898 u32 tbl_id, tbl_len, tbl_offset; local
18907 tbl_offset = 320;
18919 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32,
18923 tbl_offset = 448;
18948 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 3
28299 u32 tbl_offset; local
[all...]
/drivers/net/ethernet/marvell/
H A Dmvneta.c1052 unsigned int tbl_offset; local
1059 tbl_offset = (last_nibble / 4) * 4;
1064 unicast_reg = mvreg_read(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset));
1074 mvreg_write(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset), unicast_reg);
1872 unsigned int tbl_offset; local
1876 tbl_offset = (last_byte / 4);
1881 + tbl_offset * 4));
1890 mvreg_write(pp, MVNETA_DA_FILT_SPEC_MCAST + tbl_offset * 4,
1907 unsigned int tbl_offset; local
1910 tbl_offset
[all...]

Completed in 128 milliseconds