Searched refs:hs_csr (Results 1 – 3 of 3) sorted by relevance
3283 uint8_t hs_csr; in pcihp_enum_slot() local3293 result = pcihp_get_hs_csr(slotinfop, handle, (uint8_t *)&hs_csr); in pcihp_enum_slot()3296 hs_csr, slotinfop->slot_flags)); in pcihp_enum_slot()3307 if ((hs_csr & HS_CSR_EIM) && (opcode == PCIHP_CLEAR_ENUM)) in pcihp_enum_slot()3313 if ((hs_csr & HS_CSR_INS) || in pcihp_enum_slot()3336 } else if ((hs_csr & HS_CSR_EXT) || in pcihp_enum_slot()3522 ddi_acc_handle_t config_handle, uint8_t *hs_csr) in pcihp_get_hs_csr() argument3534 *hs_csr = pci_config_get8(config_handle, slotinfop->hs_csr_location); in pcihp_get_hs_csr()3544 ddi_acc_handle_t config_handle, uint8_t *hs_csr) in pcihp_set_hs_csr() argument3554 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()