Home
last modified time | relevance | path

Searched refs:tbl_len (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/smbios/
H A Dsmbios_build.h34 tbl_required, tbl_len) \ argument
47 smbios_tables_len += tbl_len; \
52 t->header.length = tbl_len; \
H A Dsmbios.c727 size_t tbl_len = SMBIOS_TYPE_4_LEN_V28; in smbios_build_type_4_table() local
732 tbl_len = SMBIOS_TYPE_4_LEN_V30; in smbios_build_type_4_table()
736 true, tbl_len); /* required */ in smbios_build_type_4_table()
775 if (tbl_len == SMBIOS_TYPE_4_LEN_V30) { in smbios_build_type_4_table()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx_mib.c98 int wfx_hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len, in wfx_hif_set_beacon_filter_table() argument
103 int buf_len = struct_size(arg, ie_table, tbl_len); in wfx_hif_set_beacon_filter_table()
108 arg->num_of_info_elmts = cpu_to_le32(tbl_len); in wfx_hif_set_beacon_filter_table()
109 memcpy(arg->ie_table, tbl, flex_array_size(arg, ie_table, tbl_len)); in wfx_hif_set_beacon_filter_table()
H A Dhif_tx_mib.h28 int wfx_hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len,
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c928 tab.tbl_len = tbl_len; in wlc_lcnphy_common_read_table()
943 tab.tbl_len = tbl_len; in wlc_lcnphy_common_write_table()
1897 tab.tbl_len = 1; in wlc_lcnphy_get_bbmult()
1912 tab.tbl_len = 1; in wlc_lcnphy_set_bbmult()
2081 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup()
2170 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup()
2284 tab.tbl_len = 4; in wlc_lcnphy_set_tx_pwr_soft_ctrl()
2289 tab.tbl_len = 1; in wlc_lcnphy_set_tx_pwr_soft_ctrl()
2951 tab.tbl_len = 1; in wlc_lcnphy_vbat_temp_sense_setup()
3113 tab.tbl_len = 2; in wlc_lcnphy_set_tx_iqcc()
[all …]
H A Dphy_n.c17742 tbl_len = 64; in wlc_phy_txpwrctrl_pwr_setup_nphy()
18808 tbl_len = 128; in wlc_phy_txpwrctrl_coeff_setup_nphy()
20243 u32 tbl_len = 0; in wlc_phy_chan2freq_nphy() local
20346 tbl_len = in wlc_phy_chan2freq_nphy()
23045 u32 tbl_len; in wlc_phy_gen_load_samples_nphy() local
25647 u32 tbl_len; in wlc_phy_cal_txiqlo_nphy() local
25788 tbl_len -= 2; in wlc_phy_cal_txiqlo_nphy()
25949 tbl_len -= 2; in wlc_phy_cal_txiqlo_nphy()
25960 tbl_len -= 2; in wlc_phy_cal_txiqlo_nphy()
28165 u32 tbl_len; in wlc_phy_txpwrctrl_enable_nphy() local
[all …]
H A Dphy_int.h240 u32 tbl_len; member
H A Dphy_cmn.c873 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table()
910 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_read_table()
/openbmc/linux/drivers/iio/addac/
H A Dad74115.c396 static int _ad74115_find_tbl_index(const unsigned int *tbl, unsigned int tbl_len, in _ad74115_find_tbl_index() argument
401 for (i = 0; i < tbl_len; i++) in _ad74115_find_tbl_index()
1514 unsigned int tbl_len = ARRAY_SIZE(ad74115_adc_range_tbl); in ad74115_setup_adc_conv2_range() local
1525 for (i = 0; i < tbl_len; i++) in ad74115_setup_adc_conv2_range()
1530 if (i == tbl_len) in ad74115_setup_adc_conv2_range()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h494 u8 tbl_len; member
H A Dnicvf_main.c344 mbx.rss_cfg.tbl_len = min(ind_tbl_len, in nicvf_config_rss()
349 for (i = 0; i < mbx.rss_cfg.tbl_len; i++) in nicvf_config_rss()
354 ind_tbl_len -= mbx.rss_cfg.tbl_len; in nicvf_config_rss()
H A Dnic_main.c575 for (; rssi < (rssi_base + cfg->tbl_len); rssi++) { in nic_config_rss()