Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dau1100fb.c450 fbdev->regs = (struct au1100fb_regs*)KSEG1ADDR(au1100fb_fix.mmio_start); in au1100fb_drv_probe()
570 static struct au1100fb_regs fbregs;
585 memcpy(&fbregs, fbdev->regs, sizeof(struct au1100fb_regs)); in au1100fb_drv_suspend()
597 memcpy(fbdev->regs, &fbregs, sizeof(struct au1100fb_regs)); in au1100fb_drv_resume()
Dau1100fb.h81 struct au1100fb_regs struct
104 struct au1100fb_regs* regs; /* Registers memory map */ argument