Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h126 #define LCCR3_DPC (1 << 27) /* double pixel clock mode */ macro
H A Dpxafb.c1962 inf->lccr3 &= ~LCCR3_DPC; in parse_opt()
1965 inf->lccr3 |= LCCR3_DPC; in parse_opt()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2184 #define LCCR3_DPC (1 << 27) /* double pixel clock mode */ macro