Searched refs:tbl_ptr (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/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() 1967 tab.tbl_ptr = &m0m1; in wlc_lcnphy_get_bbmult() 1982 tab.tbl_ptr = &m0m1; in wlc_lcnphy_set_bbmult() 1999 tab.tbl_ptr = data_buf; in wlc_lcnphy_clear_tx_power_offsets() 2151 tab.tbl_ptr = &ind; in wlc_lcnphy_tssi_setup() 2240 tab.tbl_ptr = &rfseq; in wlc_lcnphy_tssi_setup() 2322 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() 18447 void *tbl_ptr; in wlc_phy_savecal_nphy() local 18510 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_savecal_nphy() 18567 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_savecal_nphy() 18588 wlc_phy_table_read_nphy(pi, NPHY_TBL_ID_IQLOCAL, 8, 80, 16, tbl_ptr); in wlc_phy_savecal_nphy() 18610 u16 *tbl_ptr; in wlc_phy_restorecal_nphy() local 18618 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_restorecal_nphy() 18624 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_restorecal_nphy() 18628 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
|
/Linux-v4.19/drivers/crypto/ |
D | talitos.c | 1285 struct talitos_ptr *tbl_ptr = &edesc->link_tbl[tbl_off]; in ipsec_esp() local 1290 to_talitos_ptr_ext_set(tbl_ptr - 1, 0, is_sec1); in ipsec_esp() 1291 to_talitos_ptr_ext_set(tbl_ptr, DESC_PTR_LNKTBL_RETURN, in ipsec_esp() 1295 to_talitos_ptr(tbl_ptr, edesc->dma_link_tbl + offset, in ipsec_esp()
|