Lines Matching refs:frameAdrs
57 #define HOST_RD_REG(off) rd_io((dev->frameAdrs + GC_HOST_BASE + (off)))
58 #define HOST_WR_REG(off, val) wr_io((dev->frameAdrs + GC_HOST_BASE + (off)), \
60 #define DISP_RD_REG(off) rd_io((dev->frameAdrs + GC_DISP_BASE + (off)))
61 #define DISP_WR_REG(off, val) wr_io((dev->frameAdrs + GC_DISP_BASE + (off)), \
72 #define L0PAL_WR_REG(idx, val) wr_io((dev->frameAdrs + \
142 dev->dprBase = dev->frameAdrs + GC_DRAW_BASE; in de_init()
169 p = (unsigned int *)dev->frameAdrs; in de_init()
198 pci_read_config_dword (devbusfn, PCI_BASE_ADDRESS_0, &dev->frameAdrs); in pci_video_init()
199 dev->frameAdrs = pci_mem_to_phys (devbusfn, dev->frameAdrs); in pci_video_init()
201 if (dev->frameAdrs == 0) { in pci_video_init()
206 dev->pciBase = dev->frameAdrs; in pci_video_init()
228 return dev->frameAdrs; in pci_video_init()
358 return dev->frameAdrs; in card_init()
369 dev->frameAdrs = addr; in mb862xx_probe()
370 dev->dprBase = dev->frameAdrs + GC_DRAW_BASE; in mb862xx_probe()
402 if ((dev->frameAdrs = board_video_init ()) == 0) { in video_hw_init()