Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c553 fbi->dmadesc_fblow = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 3*16); in pxafb_init()
562 fbi->dmadesc_fblow->fdadr = (u_long)fbi->dmadesc_fblow; in pxafb_init()
563 fbi->dmadesc_fblow->fsadr = fbi->screen + BYTES_PER_PANEL; in pxafb_init()
564 fbi->dmadesc_fblow->fidr = 0; in pxafb_init()
565 fbi->dmadesc_fblow->ldcmd = BYTES_PER_PANEL; in pxafb_init()
567 fbi->fdadr1 = (u_long)fbi->dmadesc_fblow; /* only used in dual-panel mode */ in pxafb_init()
592 debug("fbi->dmadesc_fblow = 0x%lx\n", (u_long)fbi->dmadesc_fblow); in pxafb_init()
596 debug("fbi->dmadesc_fblow->fdadr = 0x%lx\n", fbi->dmadesc_fblow->fdadr); in pxafb_init()
600 debug("fbi->dmadesc_fblow->fsadr = 0x%lx\n", fbi->dmadesc_fblow->fsadr); in pxafb_init()
604 debug("fbi->dmadesc_fblow->ldcmd = 0x%lx\n", fbi->dmadesc_fblow->ldcmd); in pxafb_init()
/openbmc/u-boot/include/
H A Dpxa_lcd.h35 struct pxafb_dma_descriptor *dmadesc_fblow; member