Searched refs:tbl_ptr (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | yaps_hw.h | 50 struct mm81x_yaps_hw_table *tbl_ptr);
|
| H A D | yaps_hw.c | 212 struct mm81x_yaps_hw_table *tbl_ptr) in mm81x_yaps_hw_read_table() argument 215 tbl_ptr); in mm81x_yaps_hw_read_table()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 832 const u8 *ptbl_8b = (const u8 *)ptbl_info->tbl_ptr; in wlc_phy_write_table() 833 const u16 *ptbl_16b = (const u16 *)ptbl_info->tbl_ptr; in wlc_phy_write_table() 834 const u32 *ptbl_32b = (const u32 *)ptbl_info->tbl_ptr; in wlc_phy_write_table() 869 u8 *ptbl_8b = (u8 *)ptbl_info->tbl_ptr; in wlc_phy_read_table() 870 u16 *ptbl_16b = (u16 *)ptbl_info->tbl_ptr; in wlc_phy_read_table() 871 u32 *ptbl_32b = (u32 *)ptbl_info->tbl_ptr; in wlc_phy_read_table()
|
| H A D | phy_n.c | 14159 tbl.tbl_ptr = data; in wlc_phy_table_write_nphy() 14173 tbl.tbl_ptr = data; in wlc_phy_table_read_nphy() 18431 void *tbl_ptr; in wlc_phy_savecal_nphy() local 18494 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_savecal_nphy() 18551 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_savecal_nphy() 18572 wlc_phy_table_read_nphy(pi, NPHY_TBL_ID_IQLOCAL, 8, 80, 16, tbl_ptr); in wlc_phy_savecal_nphy() 18594 u16 *tbl_ptr; in wlc_phy_restorecal_nphy() local 18602 tbl_ptr = pi->calibration_cache.txcal_coeffs_2G; in wlc_phy_restorecal_nphy() 18608 tbl_ptr = pi->calibration_cache.txcal_coeffs_5G; in wlc_phy_restorecal_nphy() 18612 wlc_phy_table_write_nphy(pi, NPHY_TBL_ID_IQLOCAL, 4, 80, 16, tbl_ptr); in wlc_phy_restorecal_nphy() [all …]
|
| H A D | phy_int.h | 239 const void *tbl_ptr; member
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_scm.c | 825 void *tbl_ptr; in __qcom_scm_pas_get_rsc_table2() local 868 tbl_ptr = kmemdup(output_rt_tzm, size, GFP_KERNEL); in __qcom_scm_pas_get_rsc_table2() 869 if (!tbl_ptr) { in __qcom_scm_pas_get_rsc_table2() 887 return ret ? ERR_PTR(ret) : tbl_ptr; in __qcom_scm_pas_get_rsc_table2()
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 1355 struct talitos_ptr *tbl_ptr = &edesc->link_tbl[tbl_off]; in ipsec_esp() local 1358 to_talitos_ptr_ext_set(tbl_ptr - 1, 0, is_sec1); in ipsec_esp() 1359 to_talitos_ptr_ext_set(tbl_ptr, DESC_PTR_LNKTBL_RET, is_sec1); in ipsec_esp() 1362 to_talitos_ptr(tbl_ptr, dma_icv, authsize, is_sec1); in ipsec_esp()
|