Searched refs:hs_csr (Results 1 – 2 of 2) sorted by relevance
52 u16 hs_csr; in cpci_get_attention_status() local63 &hs_csr)) in cpci_get_attention_status()66 return hs_csr & 0x0008 ? 1 : 0; in cpci_get_attention_status()72 u16 hs_csr; in cpci_set_attention_status() local82 &hs_csr)) in cpci_set_attention_status()85 hs_csr |= HS_CSR_LOO; in cpci_set_attention_status()87 hs_csr &= ~HS_CSR_LOO; in cpci_set_attention_status()91 hs_csr)) in cpci_set_attention_status()99 u16 hs_csr; in cpci_get_hs_csr() local109 &hs_csr)) in cpci_get_hs_csr()[all …]
400 u16 hs_csr; in check_slots() local427 hs_csr = cpci_get_hs_csr(slot); in check_slots()429 __func__, slot_name(slot), hs_csr); in check_slots()443 hs_csr = cpci_get_hs_csr(slot); in check_slots()445 __func__, slot_name(slot), hs_csr); in check_slots()456 hs_csr = cpci_get_hs_csr(slot); in check_slots()458 __func__, slot_name(slot), hs_csr); in check_slots()467 hs_csr = cpci_get_hs_csr(slot); in check_slots()469 __func__, slot_name(slot), hs_csr); in check_slots()480 hs_csr = cpci_get_hs_csr(slot); in check_slots()[all …]