Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c273 tmp = readl_relaxed(ctrl_regs(path) + intf_rbswap_ctrl(path->id)) & in path_set_mode()
276 writel_relaxed(tmp, ctrl_regs(path) + intf_rbswap_ctrl(path->id)); in path_set_mode()
H A Dmmp_ctrl.h152 #define intf_rbswap_ctrl(id) ((id) ? (((id) & 1) ? LCD_TVIF_CTRL : \ macro