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 …]
316 u16 hs_csr; in check_slots() local343 hs_csr = cpci_get_hs_csr(slot); in check_slots()345 __func__, slot_name(slot), hs_csr); in check_slots()359 hs_csr = cpci_get_hs_csr(slot); in check_slots()361 __func__, slot_name(slot), hs_csr); in check_slots()369 hs_csr = cpci_get_hs_csr(slot); in check_slots()371 __func__, slot_name(slot), hs_csr); in check_slots()380 hs_csr = cpci_get_hs_csr(slot); in check_slots()382 __func__, slot_name(slot), hs_csr); in check_slots()391 hs_csr = cpci_get_hs_csr(slot); in check_slots()[all …]