Home
last modified time | relevance | path

Searched refs:pci_conf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c281 ddi_acc_handle_t pci_conf; in find_fb_dev() local
305 if (pci_config_setup(dip, &pci_conf) != DDI_SUCCESS) in find_fb_dev()
308 data16 = pci_config_get16(pci_conf, PCI_BCNF_BCNTRL); in find_fb_dev()
309 pci_config_teardown(&pci_conf); in find_fb_dev()
340 ddi_acc_handle_t pci_conf; in find_fb_dev() local
348 if (pci_config_setup(dip, &pci_conf) != DDI_SUCCESS) in find_fb_dev()
351 data16 = pci_config_get16(pci_conf, PCI_CONF_COMM); in find_fb_dev()
352 pci_config_teardown(&pci_conf); in find_fb_dev()
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dpciio.h62 struct pci_conf { struct
95 struct pci_conf *matches; /* match buffer */ argument
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.c80 ddi_acc_handle_t pci_conf; in gfxp_check_for_console() local
103 if (pci_config_setup(devi, &pci_conf) != DDI_SUCCESS) { in gfxp_check_for_console()
108 data16 = pci_config_get16(pci_conf, PCI_CONF_COMM); in gfxp_check_for_console()
112 pci_config_teardown(&pci_conf); in gfxp_check_for_console()