Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c126 int hs_csr_location; /* Location of HS_CSR */ member
1731 slotinfop->hs_csr_location = 0; in pcihp_unconfigure_ap()
2059 slotinfop->hs_csr_location = 0; in pcihp_new_slot_state()
2625 slotinfop->hs_csr_location = 0; in pcihp_event_handler()
3468 slotinfop->hs_csr_location = 0; in pcihp_handle_enum_insertion()
3527 if (slotinfop->hs_csr_location == -1) in pcihp_get_hs_csr()
3530 if (slotinfop->hs_csr_location == 0) { in pcihp_get_hs_csr()
3531 slotinfop->hs_csr_location = in pcihp_get_hs_csr()
3534 if (slotinfop->hs_csr_location == -1) in pcihp_get_hs_csr()
3537 *hs_csr = pci_config_get8(config_handle, slotinfop->hs_csr_location); in pcihp_get_hs_csr()
[all …]