Home
last modified time | relevance | path

Searched refs:CNTL_ST_CDWID_24 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/amba/
H A Dclcd-regs.h83 #define CNTL_ST_CDWID_24 ((1 << 19)|(1 << 20)) macro
/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_drm.h95 #define CNTL_ST_CDWID_24 ((1 << 19) | (1 << 20)) macro
H A Dpl111_display.c250 cntl |= CNTL_ST_CDWID_24; in pl111_display_enable()