Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c922 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 …]
H A Dphy_cmn.c832 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 Dphy_n.c14159 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 Dphy_int.h239 const void *tbl_ptr; member