Home
last modified time | relevance | path

Searched defs:vop2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c63 #define _REG_SET(vop2, name, off, reg, mask, v, relaxed) \ argument
71 #define REG_GET(vop2, reg) ((vop2_readl(vop2, reg.offset) >> reg.shift) & reg.mask) argument
96 #define VOP_INTR_GET(vop2, name) \ argument
99 #define VOP_INTR_SET(vop2, intr, name, v) \ argument
102 #define VOP_MODULE_SET(vop2, module, name, v) \ argument
105 #define VOP_INTR_SET_MASK(vop2, intr, name, mask, v) \ argument
108 #define VOP_INTR_SET_TYPE(vop2, intr, name, type, v) \ argument
120 #define VOP_INTR_GET_TYPE(vop2, intr, name, type) \ argument
126 #define VOP_WIN_GET(vop2, win, name) \ argument
129 #define VOP_WIN_GET_REG_BAK(vop2, win, name) \ argument
[all …]
H A Drockchip_vop2_clk.c274 static struct clk *vop2_clk_register(struct vop2 *vop2, struct vop2_clk_branch *branch) in vop2_clk_register()
312 static int vop2_clk_init(struct vop2 *vop2) in vop2_clk_init()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c1204 struct vop2 { struct
1215 const struct vop2_data *data; argument
1216 struct vop2_vp_plane_mask vp_plane_mask[VOP2_VP_MAX]; argument
1219 static struct vop2 *rockchip_vop2; argument
1221 static inline bool is_vop3(struct vop2 *vop2) in is_vop3()
1349 static int vop2_get_primary_plane(struct vop2 *vop2, u32 plane_mask) in vop2_get_primary_plane()
1371 static inline void vop2_writel(struct vop2 *vop2, u32 offset, u32 v) in vop2_writel()
1377 static inline u32 vop2_readl(struct vop2 *vop2, u32 offset) in vop2_readl()
1382 static inline void vop2_mask_write(struct vop2 *vop2, u32 offset, in vop2_mask_write()
1600 static struct vop2_win_data *vop2_find_win_by_phys_id(struct vop2 *vop2, int phys_id) in vop2_find_win_by_phys_id()
[all …]