Lines Matching refs:write_reg16
56 static void write_reg16(void *sys_ops_handle, in write_reg16() function
82 write_reg16(sys_ops_handle, sys_ops, data[i], data[i + 1]); in migor_lcd_qvga_seq()
128 write_reg16(sohandle, so, 0x00A4, 0x0001); in migor_lcd_qvga_setup()
135 write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1)); in migor_lcd_qvga_setup()
136 write_reg16(sohandle, so, 0x0051, 0x00ef); in migor_lcd_qvga_setup()
137 write_reg16(sohandle, so, 0x0052, 0x0000); in migor_lcd_qvga_setup()
138 write_reg16(sohandle, so, 0x0053, xres - 1); in migor_lcd_qvga_setup()
148 write_reg16(sohandle, so, 0x0020, 0x0000); /* horiz addr */ in migor_lcd_qvga_setup()
149 write_reg16(sohandle, so, 0x0021, 0x0000); /* vert addr */ in migor_lcd_qvga_setup()
152 write_reg16(sohandle, so, 0x0022, 0x0000); in migor_lcd_qvga_setup()
154 write_reg16(sohandle, so, 0x0020, 0x0000); /* reset horiz addr */ in migor_lcd_qvga_setup()
155 write_reg16(sohandle, so, 0x0021, 0x0000); /* reset vert addr */ in migor_lcd_qvga_setup()
156 write_reg16(sohandle, so, 0x0007, 0x0173); in migor_lcd_qvga_setup()