Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpci.h963 #define PCI_CAPSLOT_FIC(esr_reg) ((esr_reg) & PCI_CAPSLOT_ESR_FIC) argument
964 #define PCI_CAPSLOT_NSLOTS(esr_reg) ((esr_reg) & \ argument
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c587 uint8_t esr_reg = PCI_CAP_GET8(handle, NULL, in pcicfg_get_nslots() local
617 uint8_t esr_reg = PCI_CAP_GET8(handle, NULL, cap_ptr, 2); in pcicfg_is_chassis() local
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c5127 uint8_t esr_reg = pci_config_get8(handle, slot_id_loc + 2); in pcicfg_get_nslots() local