Searched refs:sys_ops (Results 1 – 3 of 3) sorted by relevance
/arch/sh/boards/mach-migor/ |
D | lcd_qvga.c | 50 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg() argument 53 sys_ops->write_index(sys_ops_handle, adjust_reg18(reg << 8 | data)); in write_reg() 57 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg16() argument 60 sys_ops->write_index(sys_ops_handle, adjust_reg18(reg)); in write_reg16() 61 sys_ops->write_data(sys_ops_handle, adjust_reg18(data)); in write_reg16() 65 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in read_reg16() argument 70 sys_ops->write_index(sys_ops_handle, adjust_reg18(reg)); in read_reg16() 71 data = sys_ops->read_data(sys_ops_handle); in read_reg16() 76 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in migor_lcd_qvga_seq() argument 82 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 | 9 struct sh_mobile_lcdc_sys_bus_ops *sys_ops); 11 struct sh_mobile_lcdc_sys_bus_ops *sys_ops); 14 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_setup() argument 19 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_start() argument
|
/arch/sh/include/mach-migor/mach/ |
D | migor.h | 14 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|