Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dau1100fb.c447 fbdev->regs = (struct au1100fb_regs*)KSEG1ADDR(au1100fb_fix.mmio_start); in au1100fb_drv_probe()
567 static struct au1100fb_regs fbregs;
582 memcpy(&fbregs, fbdev->regs, sizeof(struct au1100fb_regs)); in au1100fb_drv_suspend()
594 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