Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c274 (~(CFG_INTFRBSWAP_MASK)); in path_set_mode()
275 tmp |= dsi_rbswap & CFG_INTFRBSWAP_MASK; in path_set_mode()
H A Dmmp_ctrl.h593 #define CFG_INTFRBSWAP_MASK 0x0F000000 macro