Searched refs:COMMS_STATUS_STATUS_MASK (Results 1 – 2 of 2) sorted by relevance
751 #define COMMS_STATUS_STATUS_MASK 0xF0000000 macro
1777 FIELD_GET(COMMS_STATUS_STATUS_MASK, status); in hl_fw_dynamic_report_error_status()1834 response->status = FIELD_GET(COMMS_STATUS_STATUS_MASK, status); in hl_fw_dynamic_extract_fw_response()1880 FIELD_GET(COMMS_STATUS_STATUS_MASK, status) == expected_status, in hl_fw_dynamic_wait_for_status()