Home
last modified time | relevance | path

Searched refs:sys_ops (Results 1 – 3 of 3) sorted by relevance

/arch/sh/boards/mach-migor/
Dlcd_qvga.c53 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/
Dkfr2r09.h10 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/
Dmigor.h13 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);