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