Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-stream.c752 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() local
761 num_total = num_playback + num_capture; in hda_dsp_stream_init()
783 SOF_HDA_DPIB_ENTRY_SIZE * num_total, in hda_dsp_stream_init()
817 SOF_HDA_PPLC_BASE + SOF_HDA_PPLC_MULTI * num_total + in hda_dsp_stream_init()
856 for (i = num_capture; i < num_total; i++) { in hda_dsp_stream_init()
873 SOF_HDA_PPLC_BASE + SOF_HDA_PPLC_MULTI * num_total + in hda_dsp_stream_init()
913 sof_hda->stream_max = num_total; in hda_dsp_stream_init()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dhal8188e_rate_adaptive.c486 u32 num_total; in odm_PTDecision_8188E() local
490 num_total = pRaInfo->TOTAL * PT_PENALTY[5]; in odm_PTDecision_8188E()
493 if (numsc > num_total) in odm_PTDecision_8188E()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/
H A Dhal8188erateadaptive.c648 u4Byte num_total; in odm_PTDecision_8188E() local
653 num_total= pRaInfo->TOTAL* PT_PENALTY[5]; in odm_PTDecision_8188E()
657 if(numsc>num_total) in odm_PTDecision_8188E()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/rtl8188e/
H A Dhal8188erateadaptive.c784 u32 num_total; in odm_pt_decision_8188e() local
789 num_total = p_ra_info->TOTAL * PT_PENALTY[5]; in odm_pt_decision_8188e()
792 if (numsc > num_total) in odm_pt_decision_8188e()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h570 __le16 num_total; member
H A Di40e_main.c14355 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
14371 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
14376 num_reported, num_total); in i40e_fetch_switch_configuration()