Lines Matching defs:et_priv
158 } et_priv;
207 bm->plane = et_priv.memkva;
249 ba = et_priv.regkva;
324 bm->plane = et_priv.memkva;
325 bm->vga_address = (void *)kvtop(et_priv.memkva);
327 bm->hw_address = (void *)(PCI_MEM_PHYS | et_priv.linbase);
328 bm->lin_base = et_priv.linbase;
329 bm->regs = et_priv.regkva;
330 bm->hw_regs = (void *)kvtop(et_priv.regkva);
433 et_priv.board_type = BT_ET6000;
439 et_priv.board_type = BT_ET4000;
453 et_priv.pci_tag = tag;
458 et_priv.regkva = (void *)pci_io_addr;
459 et_priv.memkva = (void *)pci_mem_addr;
460 et_priv.linbase = PCI_LINMEMBASE; /* XXX pci_conf_read??? */
461 et_priv.memsz = PCI_VGA_SIZE;
462 et_priv.regsz = PCI_IO_SIZE;
486 ba = et_priv.regkva;
644 ba = et_priv.regkva;
681 ba = et_priv.regkva;