Home
last modified time | relevance | path

Searched refs:num_total (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-stream.c871 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() local
880 num_total = num_playback + num_capture; in hda_dsp_stream_init()
902 SOF_HDA_DPIB_ENTRY_SIZE * num_total, in hda_dsp_stream_init()
921 for (i = 0; i < num_total; i++) { in hda_dsp_stream_init()
939 SOF_HDA_PPLC_BASE + SOF_HDA_PPLC_MULTI * num_total + in hda_dsp_stream_init()
987 sof_hda->stream_max = num_total; in hda_dsp_stream_init()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h422 __le16 num_total; member
H A Di40e_main.c14920 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
14934 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
14939 num_reported, num_total); in i40e_fetch_switch_configuration()