Searched refs:hs_csr (Results 1 – 3 of 3) sorted by relevance
3286 uint8_t hs_csr; in pcihp_enum_slot() local3296 result = pcihp_get_hs_csr(slotinfop, handle, (uint8_t *)&hs_csr); in pcihp_enum_slot()3299 hs_csr, slotinfop->slot_flags)); in pcihp_enum_slot()3310 if ((hs_csr & HS_CSR_EIM) && (opcode == PCIHP_CLEAR_ENUM)) in pcihp_enum_slot()3316 if ((hs_csr & HS_CSR_INS) || in pcihp_enum_slot()3339 } else if ((hs_csr & HS_CSR_EXT) || in pcihp_enum_slot()3525 ddi_acc_handle_t config_handle, uint8_t *hs_csr) in pcihp_get_hs_csr() argument3537 *hs_csr = pci_config_get8(config_handle, slotinfop->hs_csr_location); in pcihp_get_hs_csr()3547 ddi_acc_handle_t config_handle, uint8_t *hs_csr) in pcihp_set_hs_csr() argument3557 pci_config_put8(config_handle, slotinfop->hs_csr_location, *hs_csr); in pcihp_set_hs_csr()[all …]
273 uint8_t hs_csr; /* hotswap control status */ member
1694 cr->hs_csr = pci_config_get8(config_handle, DB_CONF_HS_CSR); in db_pci_get_conf_regs()