Searched refs:WROD (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-dc.c | 53 #define WROD(lf) (0x18 | ((lf) << 1)) macro 192 dc_write_tmpl(dc, addr, WROD(0), 0, map, SYNC_WAVE, 0, sync, 1); in ipu_dc_init_sync() 199 dc_write_tmpl(dc, addr + 2, WROD(0), 0, map, SYNC_WAVE, 8, sync, 1); in ipu_dc_init_sync() 200 dc_write_tmpl(dc, addr + 3, WROD(0), 0, map, SYNC_WAVE, 4, sync, 0); in ipu_dc_init_sync() 202 dc_write_tmpl(dc, addr + 1, WROD(0), 0, map, SYNC_WAVE, 0, sync, 1); in ipu_dc_init_sync()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 1124 ipu_dc_write_tmpl(2, WROD(0), 0, map, SYNC_WAVE, 8, 5); in ipu_init_sync_panel() 1125 ipu_dc_write_tmpl(3, WROD(0), 0, map, SYNC_WAVE, 4, 5); in ipu_init_sync_panel() 1126 ipu_dc_write_tmpl(4, WROD(0), 0, map, SYNC_WAVE, 0, 5); in ipu_init_sync_panel() 1128 ipu_dc_write_tmpl(5, WROD(0), 0, map, SYNC_WAVE, 8, 5); in ipu_init_sync_panel() 1129 ipu_dc_write_tmpl(6, WROD(0), 0, map, SYNC_WAVE, 4, 5); in ipu_init_sync_panel() 1130 ipu_dc_write_tmpl(7, WROD(0), 0, map, SYNC_WAVE, 0, 5); in ipu_init_sync_panel()
|
| H A D | ipu_regs.h | 414 #define WROD(lf) (0x18 | (lf << 1)) macro
|