Lines Matching defs:grey
42 static inline void bt455_read_cmap_next(struct bt455_regs *regs, u8 *grey)
47 *grey = regs->addr_cmap_data & 0xf;
52 static inline void bt455_write_cmap_next(struct bt455_regs *regs, u8 grey)
57 regs->addr_cmap_data = grey & 0xf;
62 static inline void bt455_write_ovly_next(struct bt455_regs *regs, u8 grey)
67 regs->addr_ovly = grey & 0xf;
73 int cr, u8 *grey)
76 bt455_read_cmap_next(regs, grey);
80 int cr, u8 grey)
83 bt455_write_cmap_next(regs, grey);
86 static inline void bt455_write_ovly_entry(struct bt455_regs *regs, u8 grey)
89 bt455_write_ovly_next(regs, grey);