Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c922 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_read_table() argument
927 tab.tbl_ptr = tbl_ptr; in wlc_lcnphy_common_read_table()
936 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_write_table() argument
942 tab.tbl_ptr = tbl_ptr; in wlc_lcnphy_common_write_table()
1896 tab.tbl_ptr = &m0m1; in wlc_lcnphy_get_bbmult()
1911 tab.tbl_ptr = &m0m1; in wlc_lcnphy_set_bbmult()
1928 tab.tbl_ptr = data_buf; in wlc_lcnphy_clear_tx_power_offsets()
2080 tab.tbl_ptr = &ind; in wlc_lcnphy_tssi_setup()
2169 tab.tbl_ptr = &rfseq; in wlc_lcnphy_tssi_setup()
2251 tab.tbl_ptr = rate_table; in wlc_lcnphy_txpower_recalc_target()
[all …]
Dphy_n.c14159 tbl.tbl_ptr = data; in wlc_phy_table_write_nphy()
14173 tbl.tbl_ptr = data; in wlc_phy_table_read_nphy()
18436 void *tbl_ptr; in wlc_phy_savecal_nphy() local
18499 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_savecal_nphy()
18556 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_savecal_nphy()
18577 wlc_phy_table_read_nphy(pi, NPHY_TBL_ID_IQLOCAL, 8, 80, 16, tbl_ptr); in wlc_phy_savecal_nphy()
18599 u16 *tbl_ptr; in wlc_phy_restorecal_nphy() local
18607 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_restorecal_nphy()
18613 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_restorecal_nphy()
18617 wlc_phy_table_write_nphy(pi, NPHY_TBL_ID_IQLOCAL, 4, 80, 16, tbl_ptr); in wlc_phy_restorecal_nphy()
[all …]
Dphy_cmn.c866 const u8 *ptbl_8b = (const u8 *)ptbl_info->tbl_ptr; in wlc_phy_write_table()
867 const u16 *ptbl_16b = (const u16 *)ptbl_info->tbl_ptr; in wlc_phy_write_table()
868 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr; in wlc_phy_write_table()
903 u8 *ptbl_8b = (u8 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()
904 u16 *ptbl_16b = (u16 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()
905 u32 *ptbl_32b = (u32 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()
Dphy_int.h239 const void *tbl_ptr; member
/drivers/crypto/
Dtalitos.c1279 struct talitos_ptr *tbl_ptr = &edesc->link_tbl[tbl_off]; in ipsec_esp() local
1282 to_talitos_ptr_ext_set(tbl_ptr - 1, 0, is_sec1); in ipsec_esp()
1283 to_talitos_ptr_ext_set(tbl_ptr, DESC_PTR_LNKTBL_RET, is_sec1); in ipsec_esp()
1286 to_talitos_ptr(tbl_ptr, dma_icv, authsize, is_sec1); in ipsec_esp()