Searched refs:sys_ops (Results 1 – 3 of 3) sorted by relevance
/arch/sh/boards/mach-migor/ |
D | lcd_qvga.c | 53 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg() argument 56 sys_ops->write_index(sys_ops_handle, adjust_reg18(reg << 8 | data)); in write_reg() 60 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg16() argument 63 sys_ops->write_index(sys_ops_handle, adjust_reg18(reg)); in write_reg16() 64 sys_ops->write_data(sys_ops_handle, adjust_reg18(data)); in write_reg16() 68 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in read_reg16() argument 73 sys_ops->write_index(sys_ops_handle, adjust_reg18(reg)); in read_reg16() 74 data = sys_ops->read_data(sys_ops_handle); in read_reg16() 79 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in migor_lcd_qvga_seq() argument 85 write_reg16(sys_ops_handle, sys_ops, data[i], data[i + 1]); in migor_lcd_qvga_seq()
|
/arch/sh/include/mach-kfr2r09/mach/ |
D | kfr2r09.h | 10 struct sh_mobile_lcdc_sys_bus_ops *sys_ops); 12 struct sh_mobile_lcdc_sys_bus_ops *sys_ops); 17 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_setup() argument 22 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_start() argument
|
/arch/sh/include/mach-migor/mach/ |
D | migor.h | 13 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|