Searched refs:rot_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_rotator.c | 48 #define rot_write(cfg, offset) writel(cfg, rot->regs + (offset)) macro 114 rot_write(val, ROT_CONFIG); in rotator_reg_set_irq() 153 rot_write(val, ROT_STATUS); in rotator_irq_handler() 222 rot_write(val, ROT_CONTROL); in rotator_src_set_fmt() 258 rot_write(val, ROT_SRC_BUF_SIZE); in rotator_src_set_size() 262 rot_write(val, ROT_SRC_CROP_POS); in rotator_src_set_size() 264 rot_write(val, ROT_SRC_CROP_SIZE); in rotator_src_set_size() 308 rot_write(addr[i], ROT_SRC_BUF_ADDR(i)); in rotator_src_set_addr() 312 rot_write(0x0, ROT_SRC_BUF_ADDR(i)); in rotator_src_set_addr() 362 rot_write(val, ROT_CONTROL); in rotator_dst_set_transf() [all …]
|