Searched refs:tbl_ptr (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 988 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_read_table() argument 993 tab.tbl_ptr = tbl_ptr; in wlc_lcnphy_common_read_table() 1002 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_write_table() argument 1008 tab.tbl_ptr = tbl_ptr; in wlc_lcnphy_common_write_table() 1917 tab.tbl_ptr = &m0m1; in wlc_lcnphy_get_bbmult() 1932 tab.tbl_ptr = &m0m1; in wlc_lcnphy_set_bbmult() 1949 tab.tbl_ptr = data_buf; in wlc_lcnphy_clear_tx_power_offsets() 2081 tab.tbl_ptr = &ind; in wlc_lcnphy_tssi_setup() 2169 tab.tbl_ptr = &rfseq; in wlc_lcnphy_tssi_setup() 2247 tab.tbl_ptr = rate_table; in wlc_lcnphy_txpower_recalc_target() [all …]
|
D | phy_n.c | 14170 tbl.tbl_ptr = data; in wlc_phy_table_write_nphy() 14184 tbl.tbl_ptr = data; in wlc_phy_table_read_nphy() 18534 void *tbl_ptr; in wlc_phy_savecal_nphy() local 18597 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_savecal_nphy() 18654 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_savecal_nphy() 18675 wlc_phy_table_read_nphy(pi, NPHY_TBL_ID_IQLOCAL, 8, 80, 16, tbl_ptr); in wlc_phy_savecal_nphy() 18697 u16 *tbl_ptr; in wlc_phy_restorecal_nphy() local 18705 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_restorecal_nphy() 18711 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_restorecal_nphy() 18715 wlc_phy_table_write_nphy(pi, NPHY_TBL_ID_IQLOCAL, 4, 80, 16, tbl_ptr); in wlc_phy_restorecal_nphy() [all …]
|
D | phy_cmn.c | 877 const u8 *ptbl_8b = (const u8 *)ptbl_info->tbl_ptr; in wlc_phy_write_table() 878 const u16 *ptbl_16b = (const u16 *)ptbl_info->tbl_ptr; in wlc_phy_write_table() 879 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr; in wlc_phy_write_table() 914 u8 *ptbl_8b = (u8 *)ptbl_info->tbl_ptr; in wlc_phy_read_table() 915 u16 *ptbl_16b = (u16 *)ptbl_info->tbl_ptr; in wlc_phy_read_table() 916 u32 *ptbl_32b = (u32 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()
|
D | phy_int.h | 257 const void *tbl_ptr; member
|
/drivers/crypto/ |
D | talitos.c | 972 struct talitos_ptr *tbl_ptr = &edesc->link_tbl[tbl_off]; in ipsec_esp() local 980 areq->assoclen, tbl_ptr); in ipsec_esp() 983 tbl_ptr += sg_count - 1; in ipsec_esp() 984 tbl_ptr->j_extent = 0; in ipsec_esp() 985 tbl_ptr++; in ipsec_esp() 986 to_talitos_ptr(tbl_ptr, edesc->iv_dma); in ipsec_esp() 987 tbl_ptr->len = cpu_to_be16(ivsize); in ipsec_esp() 988 tbl_ptr->j_extent = DESC_PTR_LNKTBL_RETURN; in ipsec_esp() 1059 struct talitos_ptr *tbl_ptr = &edesc->link_tbl[tbl_off]; in ipsec_esp() local 1064 tbl_ptr); in ipsec_esp() [all …]
|