Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/sof/intel/
Dhda-stream.c823 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() local
832 num_total = num_playback + num_capture; in hda_dsp_stream_init()
854 SOF_HDA_DPIB_ENTRY_SIZE * num_total, in hda_dsp_stream_init()
873 for (i = 0; i < num_total; i++) { in hda_dsp_stream_init()
890 SOF_HDA_PPLC_BASE + SOF_HDA_PPLC_MULTI * num_total + in hda_dsp_stream_init()
938 sof_hda->stream_max = num_total; in hda_dsp_stream_init()
/Linux-v6.6/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_8188e.c1649 u32 num_total; in rtl8188e_power_training_decision() local
1654 num_total = ra->total * pt_penalty[5]; in rtl8188e_power_training_decision()
1658 if (numsc > num_total) in rtl8188e_power_training_decision()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h570 __le16 num_total; member
Di40e_main.c15040 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
15056 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
15061 num_reported, num_total); in i40e_fetch_switch_configuration()