Searched refs:rot_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_rotator.c | 38 #define rot_write(cfg, offset) writel(cfg, rot->regs + (offset)) macro 78 rot_write(val, ROT_CONFIG); in rotator_reg_set_irq() 105 rot_write(val, ROT_STATUS); in rotator_irq_handler() 136 rot_write(val, ROT_CONTROL); in rotator_src_set_fmt() 147 rot_write(val, ROT_SRC_BUF_SIZE); in rotator_src_set_buf() 151 rot_write(val, ROT_SRC_CROP_POS); in rotator_src_set_buf() 154 rot_write(val, ROT_SRC_CROP_SIZE); in rotator_src_set_buf() 157 rot_write(buf->dma_addr[0], ROT_SRC_BUF_ADDR(0)); in rotator_src_set_buf() 158 rot_write(buf->dma_addr[1], ROT_SRC_BUF_ADDR(1)); in rotator_src_set_buf() 184 rot_write(val, ROT_CONTROL); in rotator_dst_set_transf() [all …]
|