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, grf, reg, v) \ argument
502 struct vop { struct
509 const struct vop_ctrl *ctrl; argument
510 const struct vop_win *win; argument
511 const struct vop_line_flag *line_flag; argument
512 const struct vop_csc_table *csc_table; argument
513 const struct vop_csc *win_csc; argument
514 const struct vop_data *data; argument
520 static inline void vop_writel(struct vop *vop, uint32_t offset, uint32_t v) in vop_writel()
526 static inline uint32_t vop_readl(struct vop *vop, uint32_t offset) in vop_readl()
531 static inline uint32_t vop_read_reg(struct vop *vop, uint32_t base, in vop_read_reg()
537 static inline void vop_mask_write(struct vop *vop, uint32_t offset, in vop_mask_write()
556 static inline void vop_cfg_done(struct vop *vop) in vop_cfg_done()