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 …]
390 u16 hs_csr; in check_slots() local417 hs_csr = cpci_get_hs_csr(slot); in check_slots()419 __func__, slot_name(slot), hs_csr); in check_slots()433 hs_csr = cpci_get_hs_csr(slot); in check_slots()435 __func__, slot_name(slot), hs_csr); in check_slots()446 hs_csr = cpci_get_hs_csr(slot); in check_slots()448 __func__, slot_name(slot), hs_csr); in check_slots()457 hs_csr = cpci_get_hs_csr(slot); in check_slots()459 __func__, slot_name(slot), hs_csr); in check_slots()470 hs_csr = cpci_get_hs_csr(slot); in check_slots()[all …]