Home
last modified time | relevance | path

Searched refs:VPU_RDARB_SLAVE_TO_MASTER_PORT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/meson/
Dmeson_drv.c141 value = VPU_RDARB_SLAVE_TO_MASTER_PORT(0, 1) | in meson_vpu_init()
142 VPU_RDARB_SLAVE_TO_MASTER_PORT(5, 1); in meson_vpu_init()
146 value = VPU_RDARB_SLAVE_TO_MASTER_PORT(0, 1); in meson_vpu_init()
150 value = VPU_RDARB_SLAVE_TO_MASTER_PORT(4, 1) | in meson_vpu_init()
151 VPU_RDARB_SLAVE_TO_MASTER_PORT(7, 1); in meson_vpu_init()
155 value = VPU_RDARB_SLAVE_TO_MASTER_PORT(1, 1); in meson_vpu_init()
Dmeson_registers.h1657 #define VPU_RDARB_SLAVE_TO_MASTER_PORT(dc, port) (port << (16 + dc)) macro