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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3519 uint_t primary, uint_t secondary, uint_t subordinate)
3522 subordinate);
3534 * Set the subordinate bus number to ff in order to pass through any
3537 pci_config_put8(config_handle, PCI_BCNF_SUBBUS, subordinate);
3548 * The highest bus seen during probing is the max-subordinate bus
4153 /* Keep track of highest bus for subordinate bus programming */
3518 pcicfg_set_bus_numbers(ddi_acc_handle_t config_handle, uint_t primary, uint_t secondary, uint_t subordinate) argument
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3777 uint_t primary, uint_t secondary, uint_t subordinate)
3780 subordinate);
3794 pci_config_put8(config_handle, PCI_BCNF_SUBBUS, subordinate);
3807 * The highest bus seen during probing is the max-subordinate bus
4977 /* Keep track of highest bus for subordinate bus programming */
3776 pcicfg_set_bus_numbers(ddi_acc_handle_t config_handle, uint_t primary, uint_t secondary, uint_t subordinate) argument

Completed in 63 milliseconds