Searched refs:dmadesc_fblow (Results 1 – 2 of 2) sorted by relevance
554 fbi->dmadesc_fblow = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 3*16); in pxafb_init()563 fbi->dmadesc_fblow->fdadr = (u_long)fbi->dmadesc_fblow; in pxafb_init()564 fbi->dmadesc_fblow->fsadr = fbi->screen + BYTES_PER_PANEL; in pxafb_init()565 fbi->dmadesc_fblow->fidr = 0; in pxafb_init()566 fbi->dmadesc_fblow->ldcmd = BYTES_PER_PANEL; in pxafb_init()568 fbi->fdadr1 = (u_long)fbi->dmadesc_fblow; /* only used in dual-panel mode */ in pxafb_init()593 debug("fbi->dmadesc_fblow = 0x%lx\n", (u_long)fbi->dmadesc_fblow); in pxafb_init()597 debug("fbi->dmadesc_fblow->fdadr = 0x%lx\n", fbi->dmadesc_fblow->fdadr); in pxafb_init()601 debug("fbi->dmadesc_fblow->fsadr = 0x%lx\n", fbi->dmadesc_fblow->fsadr); in pxafb_init()605 debug("fbi->dmadesc_fblow->ldcmd = 0x%lx\n", fbi->dmadesc_fblow->ldcmd); in pxafb_init()
35 struct pxafb_dma_descriptor *dmadesc_fblow; member
Completed in 5 milliseconds