Lines Matching refs:rk_u32
36 rk_u32 vcodec_type;
37 rk_u32 hw_ids[32];
142 rk_u32 diff_type = srv->vcodec_type ^ srv->soc_info->vcodec_type; in mpp_plat_srv_init()
143 rk_u32 i; in mpp_plat_srv_init()
146 rk_u32 mask = 1 << i; in mpp_plat_srv_init()
196 rk_u32 mpp_get_2d_hw_flag(void) in mpp_get_2d_hw_flag()
198 rk_u32 flag = 0; in mpp_get_2d_hw_flag()
220 rk_u32 mpp_get_client_hw_id(rk_s32 client_type) in mpp_get_client_hw_id()
223 rk_u32 hw_id = 0; in mpp_get_client_hw_id()
231 rk_u32 mpp_get_vcodec_type(void) in mpp_get_vcodec_type()
234 static rk_u32 vcodec_type = 0; in mpp_get_vcodec_type()