HomeSort by: relevance | last modified time | path
    Searched defs:vb_type (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
vga_pci.c 69 pcireg_t vb_type; member in struct:vga_bar
204 &psc->sc_bars[bar].vb_type)) {
208 if (PCI_MAPREG_TYPE(psc->sc_bars[bar].vb_type) ==
214 if (PCI_MAPREG_MEM_TYPE(psc->sc_bars[bar].vb_type) ==
224 psc->sc_bars[bar].vb_type,
vga_pci.c 69 pcireg_t vb_type; member in struct:vga_bar
204 &psc->sc_bars[bar].vb_type)) {
208 if (PCI_MAPREG_TYPE(psc->sc_bars[bar].vb_type) ==
214 if (PCI_MAPREG_MEM_TYPE(psc->sc_bars[bar].vb_type) ==
224 psc->sc_bars[bar].vb_type,
machfb.c 84 pcireg_t vb_type; member in struct:vga_bar
458 sc->sc_bars[bar].vb_type = pci_mapreg_type(sc->sc_pc,
461 sc->sc_bars[bar].vb_type, &sc->sc_bars[bar].vb_base,
467 sc->sc_rom.vb_type = PCI_MAPREG_TYPE_ROM;
469 sc->sc_rom.vb_type, &sc->sc_rom.vb_base,
machfb.c 84 pcireg_t vb_type; member in struct:vga_bar
458 sc->sc_bars[bar].vb_type = pci_mapreg_type(sc->sc_pc,
461 sc->sc_bars[bar].vb_type, &sc->sc_bars[bar].vb_base,
467 sc->sc_rom.vb_type = PCI_MAPREG_TYPE_ROM;
469 sc->sc_rom.vb_type, &sc->sc_rom.vb_base,

Completed in 26 milliseconds