Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/intel/
Dhda-stream.c818 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() local
827 num_total = num_playback + num_capture; in hda_dsp_stream_init()
849 SOF_HDA_DPIB_ENTRY_SIZE * num_total, in hda_dsp_stream_init()
883 SOF_HDA_PPLC_BASE + SOF_HDA_PPLC_MULTI * num_total + in hda_dsp_stream_init()
922 for (i = num_capture; 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()
979 sof_hda->stream_max = num_total; in hda_dsp_stream_init()
/Linux-v6.1/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c432 u32 num_total; in odm_PTDecision_8188E() local
436 num_total = pRaInfo->TOTAL * PT_PENALTY[5]; in odm_PTDecision_8188E()
439 if (numsc > num_total) in odm_PTDecision_8188E()
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h570 __le16 num_total; member
Di40e_main.c14983 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
14999 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
15004 num_reported, num_total); in i40e_fetch_switch_configuration()