Searched refs:ul_que (Results 1 – 2 of 2) sorted by relevance
910 struct dpmaif_ul *ul_que; in t7xx_dpmaif_config_ulq_hw() local914 ul_que = &hw_info->ul_que[i]; in t7xx_dpmaif_config_ulq_hw()915 if (ul_que->que_started) { in t7xx_dpmaif_config_ulq_hw()916 t7xx_dpmaif_ul_update_drb_size(hw_info, i, ul_que->drb_size_cnt * in t7xx_dpmaif_config_ulq_hw()918 t7xx_dpmaif_ul_update_drb_base_addr(hw_info, i, ul_que->drb_base); in t7xx_dpmaif_config_ulq_hw()1125 struct dpmaif_ul *ul_que; in t7xx_dpmaif_set_queue_property() local1140 ul_que = &hw_info->ul_que[i]; in t7xx_dpmaif_set_queue_property()1141 ul_que->drb_base = init_para->drb_base_addr[i]; in t7xx_dpmaif_set_queue_property()1142 ul_que->drb_size_cnt = init_para->drb_size_cnt[i]; in t7xx_dpmaif_set_queue_property()1143 ul_que->que_started = true; in t7xx_dpmaif_set_queue_property()
65 struct dpmaif_ul ul_que[DPMAIF_TXQ_NUM]; member
Completed in 8 milliseconds