Searched refs:razwi_mask_info (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 8422 u32 razwi_mask_info, razwi_intr = 0, error_count = 0; in gaudi2_ack_psoc_razwi_event_handler() local 8430 razwi_mask_info = RREG32(mmPSOC_GLOBAL_CONF_RAZWI_MASK_INFO); in gaudi2_ack_psoc_razwi_event_handler() 8434 FIELD_GET(PSOC_GLOBAL_CONF_RAZWI_MASK_INFO_MASK_MASK, razwi_mask_info), in gaudi2_ack_psoc_razwi_event_handler() 8435 FIELD_GET(PSOC_GLOBAL_CONF_RAZWI_MASK_INFO_WAS_AR_MASK, razwi_mask_info), in gaudi2_ack_psoc_razwi_event_handler() 8436 FIELD_GET(PSOC_GLOBAL_CONF_RAZWI_MASK_INFO_WAS_AW_MASK, razwi_mask_info), in gaudi2_ack_psoc_razwi_event_handler() 8437 FIELD_GET(PSOC_GLOBAL_CONF_RAZWI_MASK_INFO_AXUSER_L_MASK, razwi_mask_info), in gaudi2_ack_psoc_razwi_event_handler() 8438 FIELD_GET(PSOC_GLOBAL_CONF_RAZWI_MASK_INFO_AXUSER_H_MASK, razwi_mask_info)); in gaudi2_ack_psoc_razwi_event_handler() 8440 if (gaudi2_handle_psoc_razwi_happened(hdev, razwi_mask_info, event_mask)) in gaudi2_ack_psoc_razwi_event_handler() 8445 razwi_mask_info); in gaudi2_ack_psoc_razwi_event_handler()
|