Searched refs:rot_write (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_rotator.c | 36 #define rot_write(cfg, offset) writel(cfg, rot->regs + (offset)) macro 77 rot_write(val, ROT_CONFIG); in rotator_reg_set_irq() 104 rot_write(val, ROT_STATUS); in rotator_irq_handler() 135 rot_write(val, ROT_CONTROL); in rotator_src_set_fmt() 146 rot_write(val, ROT_SRC_BUF_SIZE); in rotator_src_set_buf() 150 rot_write(val, ROT_SRC_CROP_POS); in rotator_src_set_buf() 153 rot_write(val, ROT_SRC_CROP_SIZE); in rotator_src_set_buf() 156 rot_write(buf->dma_addr[0], ROT_SRC_BUF_ADDR(0)); in rotator_src_set_buf() 157 rot_write(buf->dma_addr[1], ROT_SRC_BUF_ADDR(1)); in rotator_src_set_buf() 183 rot_write(val, ROT_CONTROL); in rotator_dst_set_transf() [all …]
|