Lines Matching defs:vop
13 #define VOP_REG_SUPPORT(vop, reg) \ argument
20 #define VOP_WIN_SUPPORT(vop, win, name) \ argument
23 #define VOP_CTRL_SUPPORT(vop, name) \ argument
29 #define _REG_SET(vop, name, off, reg, mask, v) \ argument
65 #define VOP_GRF_SET(vop, name, v) \ argument
473 struct vop { struct
479 const struct vop_ctrl *ctrl; argument
480 const struct vop_win *win; argument
481 const struct vop_line_flag *line_flag; argument
482 const struct vop_grf_ctrl *grf_ctrl; argument
483 const struct vop_csc_table *csc_table; argument
484 const struct vop_csc *win_csc; argument
490 static inline void vop_writel(struct vop *vop, uint32_t offset, uint32_t v) in vop_writel()
496 static inline uint32_t vop_readl(struct vop *vop, uint32_t offset) in vop_readl()
501 static inline uint32_t vop_read_reg(struct vop *vop, uint32_t base, in vop_read_reg()
507 static inline void vop_mask_write(struct vop *vop, uint32_t offset, in vop_mask_write()
526 static inline void vop_cfg_done(struct vop *vop) in vop_cfg_done()
531 static inline void vop_grf_writel(struct vop *vop, struct vop_reg reg, u32 v) in vop_grf_writel()