Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h976 #define PCI_CAPSLOT_FIC(esr_reg) ((esr_reg) & PCI_CAPSLOT_ESR_FIC) argument
977 #define PCI_CAPSLOT_NSLOTS(esr_reg) ((esr_reg) & \ argument
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c588 uint8_t esr_reg = PCI_CAP_GET8(handle, 0, in pcicfg_get_nslots() local
591 num_slots = PCI_CAPSLOT_NSLOTS(esr_reg); in pcicfg_get_nslots()
618 uint8_t esr_reg = PCI_CAP_GET8(handle, 0, cap_ptr, 2); in pcicfg_is_chassis() local
619 if (PCI_CAPSLOT_FIC(esr_reg)) in pcicfg_is_chassis()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4859 uint8_t esr_reg = pci_config_get8(handle, slot_id_loc + 2); in pcicfg_get_nslots() local
4860 num_slots = PCI_CAPSLOT_NSLOTS(esr_reg); in pcicfg_get_nslots()