Lines Matching refs:pci_config_get8

434 	    pci_config_get8(config_handle, PCI_CONF_REVID));
436 pci_config_get8(config_handle, PCI_CONF_PROGCLASS));
438 pci_config_get8(config_handle, PCI_CONF_SUBCLASS));
440 pci_config_get8(config_handle, PCI_CONF_BASCLASS));
442 pci_config_get8(config_handle, PCI_CONF_CACHE_LINESZ));
444 pci_config_get8(config_handle, PCI_CONF_HEADER));
446 pci_config_get8(config_handle, PCI_CONF_BIST));
478 pci_config_get8(config_handle, PCI_CONF_ILINE));
480 pci_config_get8(config_handle, PCI_CONF_IPIN));
482 pci_config_get8(config_handle, PCI_CONF_MIN_G));
484 pci_config_get8(config_handle, PCI_CONF_MAX_L));
498 pci_config_get8(config_handle, PCI_BCNF_PRIBUS));
500 pci_config_get8(config_handle, PCI_BCNF_SECBUS));
502 pci_config_get8(config_handle, PCI_BCNF_SUBBUS));
504 pci_config_get8(config_handle, PCI_BCNF_LATENCY_TIMER));
506 pci_config_get8(config_handle, PCI_BCNF_IO_BASE_LOW));
508 pci_config_get8(config_handle, PCI_BCNF_IO_LIMIT_LOW));
530 pci_config_get8(config_handle, PCI_BCNF_ILINE));
532 pci_config_get8(config_handle, PCI_BCNF_IPIN));
1449 class = pci_config_get8(config_handle, PCI_CONF_BASCLASS);
1450 subclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS);
1819 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
1897 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
1922 bus_range[0] = pci_config_get8(handle, PCI_BCNF_SECBUS);
1923 bus_range[1] = pci_config_get8(handle, PCI_BCNF_SUBBUS);
1961 if (pci_config_get8(handle, PCI_CONF_IPIN)) {
2114 if (pci_config_get8(handle, PCI_CONF_IPIN)) {
2282 if (pci_config_get8(handle, PCI_CONF_IPIN)) {
2613 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
2620 if (entry->highest_bus < pci_config_get8(handle,
2623 pci_config_get8(handle, PCI_BCNF_SECBUS);
2970 header_type = pci_config_get8(handle, PCI_CONF_HEADER);
3415 if (((pci_config_get8(config_handle, PCI_CONF_HEADER)
3417 byteval = pci_config_get8(config_handle, PCI_CONF_MIN_G);
3423 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L);
3445 byteval = pci_config_get8(config_handle, PCI_CONF_REVID);
3452 (pci_config_get8(config_handle, PCI_CONF_PROGCLASS));
3526 if ((byteval = pci_config_get8(config_handle, PCI_CONF_IPIN)) != 0) {
3623 revid = pci_config_get8(config_handle, PCI_CONF_REVID);
3624 pif = pci_config_get8(config_handle, PCI_CONF_PROGCLASS);
3626 pclass = pci_config_get8(config_handle, PCI_CONF_BASCLASS);
3627 psubclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS);
3819 if (pci_config_get8(handle, PCI_BCNF_SECBUS) == 0) {
4084 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER);
4424 header_type = pci_config_get8(h, PCI_CONF_HEADER);
4474 if (pci_config_get8(h, PCI_CONF_IPIN)) {
5531 bus_range[0] = pci_config_get8(h, PCI_BCNF_SECBUS);
5532 bus_range[1] = pci_config_get8(h, PCI_BCNF_SUBBUS);