Searched refs:write_reg (Results 1 – 2 of 2) sorted by relevance
/arch/sh/boards/mach-kfr2r09/ |
D | lcd_wqvga.c | 65 static void write_reg(void *sohandle, in write_reg() function 82 write_reg(sohandle, so, 1, data[i]); in write_data() 91 write_reg(sohandle, so, 0, 0xb0); in read_device_code() 92 write_reg(sohandle, so, 1, 0x00); in read_device_code() 95 write_reg(sohandle, so, 0, 0xb1); in read_device_code() 96 write_reg(sohandle, so, 1, 0x00); in read_device_code() 99 write_reg(sohandle, so, 0, 0xbf); in read_device_code() 117 write_reg(sohandle, so, 0, 0x2c); in write_memory_start() 130 write_reg(sohandle, so, 1, 0x00); in clear_memory() 137 write_reg(sohandle, so, 0, 0xb0); in display_on() [all …]
|
/arch/sh/boards/mach-migor/ |
D | lcd_qvga.c | 49 static void write_reg(void *sys_ops_handle, in write_reg() function 160 write_reg(sohandle, so, 0x00, 0x22); in migor_lcd_qvga_setup()
|