Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c170 vga->fb_regno = vgatext_get_isa_reg_index(devi, 0, in gfxp_vga_attach()
172 if (vga->fb_regno < 0) { in gfxp_vga_attach()
189 vga->fb_regno = vgatext_get_pci_reg_index(devi, in gfxp_vga_attach()
193 if (vga->fb_regno < 0) { in gfxp_vga_attach()
217 error = ddi_regs_map_setup(devi, vga->fb_regno, in gfxp_vga_attach()
463 NULL, console->vga.fb_regno, off - VGA_MEM_ADDR, in vgatext_devmap()
H A Dgfxp_fb.h63 int fb_regno; member