Searched defs:fb_regno (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c72 int fb_regno; member in struct:vgatext_softc
378 softc->fb_regno = vgatext_get_isa_reg_index(devi, 0,
380 if (softc->fb_regno < 0) {
400 softc->fb_regno = vgatext_get_pci_reg_index(devi,
404 if (softc->fb_regno < 0) {
429 error = ddi_regs_map_setup(devi, softc->fb_regno,
849 NULL, softc->fb_regno, off - VGA_MMAP_FB_BASE,
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c146 int fb_regno; member in struct:vgatext_softc
498 softc->fb_regno = vgatext_get_isa_reg_index(devi, 0,
500 if (softc->fb_regno < 0) {
518 softc->fb_regno = vgatext_get_pci_reg_index(devi,
522 if (softc->fb_regno < 0) {
547 error = ddi_regs_map_setup(devi, softc->fb_regno,
974 if ((err = devmap_devmem_setup(dhp, softc->devi, NULL, softc->fb_regno,

Completed in 50 milliseconds