Searched refs:hs_csr (Results 1 – 2 of 2) sorted by relevance
36 u16 hs_csr; in cpci_get_attention_status() local47 &hs_csr)) in cpci_get_attention_status()50 return hs_csr & 0x0008 ? 1 : 0; in cpci_get_attention_status()56 u16 hs_csr; in cpci_set_attention_status() local66 &hs_csr)) in cpci_set_attention_status()69 hs_csr |= HS_CSR_LOO; in cpci_set_attention_status()71 hs_csr &= ~HS_CSR_LOO; in cpci_set_attention_status()75 hs_csr)) in cpci_set_attention_status()83 u16 hs_csr; in cpci_get_hs_csr() local93 &hs_csr)) in cpci_get_hs_csr()[all …]
329 u16 hs_csr; in check_slots() local356 hs_csr = cpci_get_hs_csr(slot); in check_slots()358 __func__, slot_name(slot), hs_csr); in check_slots()372 hs_csr = cpci_get_hs_csr(slot); in check_slots()374 __func__, slot_name(slot), hs_csr); in check_slots()382 hs_csr = cpci_get_hs_csr(slot); in check_slots()384 __func__, slot_name(slot), hs_csr); in check_slots()393 hs_csr = cpci_get_hs_csr(slot); in check_slots()395 __func__, slot_name(slot), hs_csr); in check_slots()404 hs_csr = cpci_get_hs_csr(slot); in check_slots()[all …]