Lines Matching refs:vbif

35 #define VBIF_XINL_QOS_LVL_REMAP_000(vbif)	(VBIF_XINL_QOS_RP_REMAP_000 + (vbif)->cap->qos_rp_remap_s…  argument
37 static void dpu_hw_clear_errors(struct dpu_hw_vbif *vbif, in dpu_hw_clear_errors() argument
43 if (!vbif) in dpu_hw_clear_errors()
45 c = &vbif->hw; in dpu_hw_clear_errors()
57 static void dpu_hw_set_mem_type(struct dpu_hw_vbif *vbif, in dpu_hw_set_mem_type() argument
69 if (!vbif || xin_id >= MAX_XIN_COUNT || xin_id >= 16) in dpu_hw_set_mem_type()
72 c = &vbif->hw; in dpu_hw_set_mem_type()
87 static void dpu_hw_set_limit_conf(struct dpu_hw_vbif *vbif, in dpu_hw_set_limit_conf() argument
90 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_set_limit_conf()
108 static u32 dpu_hw_get_limit_conf(struct dpu_hw_vbif *vbif, in dpu_hw_get_limit_conf() argument
111 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_get_limit_conf()
130 static void dpu_hw_set_halt_ctrl(struct dpu_hw_vbif *vbif, in dpu_hw_set_halt_ctrl() argument
133 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_set_halt_ctrl()
146 static bool dpu_hw_get_halt_ctrl(struct dpu_hw_vbif *vbif, in dpu_hw_get_halt_ctrl() argument
149 struct dpu_hw_blk_reg_map *c = &vbif->hw; in dpu_hw_get_halt_ctrl()
157 static void dpu_hw_set_qos_remap(struct dpu_hw_vbif *vbif, in dpu_hw_set_qos_remap() argument
163 if (!vbif) in dpu_hw_set_qos_remap()
166 c = &vbif->hw; in dpu_hw_set_qos_remap()
168 reg_lvl = VBIF_XINL_QOS_LVL_REMAP_000(vbif); in dpu_hw_set_qos_remap()
187 static void dpu_hw_set_write_gather_en(struct dpu_hw_vbif *vbif, u32 xin_id) in dpu_hw_set_write_gather_en() argument
192 if (!vbif || xin_id >= MAX_XIN_COUNT) in dpu_hw_set_write_gather_en()
195 c = &vbif->hw; in dpu_hw_set_write_gather_en()