Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_crtc.c83 CRTC_REG(PV_CONTROL),
200 CRTC_WRITE(PV_CONTROL, 0); in vc4_crtc_mode_set_nofb()
201 CRTC_WRITE(PV_CONTROL, PV_CONTROL_FIFO_CLR | PV_CONTROL_EN); in vc4_crtc_mode_set_nofb()
202 CRTC_WRITE(PV_CONTROL, 0); in vc4_crtc_mode_set_nofb()
232 CRTC_WRITE(PV_CONTROL, in vc4_crtc_mode_set_nofb()
Dvc4_regs.h164 #define PV_CONTROL 0x00 macro