Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/v3d/
A Dv3d_gem.c81 V3D_BRIDGE_WRITE(V3D_TOP_GR_BRIDGE_SW_INIT_0, in v3d_reset_by_bridge()
83 V3D_BRIDGE_WRITE(V3D_TOP_GR_BRIDGE_SW_INIT_0, 0); in v3d_reset_by_bridge()
92 V3D_BRIDGE_WRITE(V3D_TOP_GR_BRIDGE_SW_INIT_1, in v3d_reset_by_bridge()
94 V3D_BRIDGE_WRITE(V3D_TOP_GR_BRIDGE_SW_INIT_1, 0); in v3d_reset_by_bridge()
A Dv3d_drv.h207 #define V3D_BRIDGE_WRITE(offset, val) writel(val, v3d->bridge_regs + offset) macro

Completed in 6 milliseconds