Searched refs:tbl_ptr (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c988 const u16 *tbl_ptr, u32 tbl_len,
993 tab.tbl_ptr = tbl_ptr;
1002 const u16 *tbl_ptr, u32 tbl_len,
1008 tab.tbl_ptr = tbl_ptr;
1967 tab.tbl_ptr = &m0m1;
1982 tab.tbl_ptr = &m0m1;
1999 tab.tbl_ptr = data_buf;
2151 tab.tbl_ptr
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_cmn.c877 const u8 *ptbl_8b = (const u8 *)ptbl_info->tbl_ptr;
878 const u16 *ptbl_16b = (const u16 *)ptbl_info->tbl_ptr;
879 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr;
914 u8 *ptbl_8b = (u8 *)ptbl_info->tbl_ptr;
915 u16 *ptbl_16b = (u16 *)ptbl_info->tbl_ptr;
916 u32 *ptbl_32b = (u32 *)ptbl_info->tbl_ptr;
H A Dphy_int.h257 const void *tbl_ptr; member in struct:phytbl_info
H A Dphy_n.c14170 tbl.tbl_ptr = data;
14184 tbl.tbl_ptr = data;
18534 void *tbl_ptr; local
18597 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G;
18654 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G;
18675 wlc_phy_table_read_nphy(pi, NPHY_TBL_ID_IQLOCAL, 8, 80, 16, tbl_ptr);
18697 u16 *tbl_ptr; local
18705 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G;
18711 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G;
18715 wlc_phy_table_write_nphy(pi, NPHY_TBL_ID_IQLOCAL, 4, 80, 16, tbl_ptr);
25783 void *tbl_ptr; local
[all...]
/drivers/crypto/
H A Dtalitos.c964 struct talitos_ptr *tbl_ptr = &edesc->link_tbl[tbl_off]; local
972 areq->assoclen, tbl_ptr);
975 tbl_ptr += sg_count - 1;
976 tbl_ptr->j_extent = 0;
977 tbl_ptr++;
978 to_talitos_ptr(tbl_ptr, edesc->iv_dma);
979 tbl_ptr->len = cpu_to_be16(ivsize);
980 tbl_ptr->j_extent = DESC_PTR_LNKTBL_RETURN;
1055 struct talitos_ptr *tbl_ptr = &edesc->link_tbl[tbl_off]; local
1060 tbl_ptr);
[all...]

Completed in 113 milliseconds