Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dau1100fb.c445 fbdev->regs = (struct au1100fb_regs*)KSEG1ADDR(au1100fb_fix.mmio_start); in au1100fb_drv_probe()
546 static struct au1100fb_regs fbregs;
560 memcpy(&fbregs, fbdev->regs, sizeof(struct au1100fb_regs)); in au1100fb_drv_suspend()
572 memcpy(fbdev->regs, &fbregs, sizeof(struct au1100fb_regs)); in au1100fb_drv_resume()
H A Dau1100fb.h81 struct au1100fb_regs struct
104 struct au1100fb_regs* regs; /* Registers memory map */ argument