Lines Matching refs:write_reg16
59 static void write_reg16(void *sys_ops_handle, in write_reg16() function
85 write_reg16(sys_ops_handle, sys_ops, data[i], data[i + 1]); in migor_lcd_qvga_seq()
131 write_reg16(sohandle, so, 0x00A4, 0x0001); in migor_lcd_qvga_setup()
138 write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1)); in migor_lcd_qvga_setup()
139 write_reg16(sohandle, so, 0x0051, 0x00ef); in migor_lcd_qvga_setup()
140 write_reg16(sohandle, so, 0x0052, 0x0000); in migor_lcd_qvga_setup()
141 write_reg16(sohandle, so, 0x0053, xres - 1); in migor_lcd_qvga_setup()
151 write_reg16(sohandle, so, 0x0020, 0x0000); /* horiz addr */ in migor_lcd_qvga_setup()
152 write_reg16(sohandle, so, 0x0021, 0x0000); /* vert addr */ in migor_lcd_qvga_setup()
155 write_reg16(sohandle, so, 0x0022, 0x0000); in migor_lcd_qvga_setup()
157 write_reg16(sohandle, so, 0x0020, 0x0000); /* reset horiz addr */ in migor_lcd_qvga_setup()
158 write_reg16(sohandle, so, 0x0021, 0x0000); /* reset vert addr */ in migor_lcd_qvga_setup()
159 write_reg16(sohandle, so, 0x0007, 0x0173); in migor_lcd_qvga_setup()