Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c50 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()
/openbmc/linux/arch/sh/include/mach-kfr2r09/mach/
H A Dkfr2r09.h9 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
/openbmc/linux/include/video/
H A Dsh_mobile_lcdc.h154 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
156 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
/openbmc/linux/arch/sh/include/mach-migor/mach/
H A Dmigor.h14 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);