| /* |
| * Copyright (c) 2024, Arm Limited. All rights reserved. |
| * |
| * SPDX-License-Identifier: BSD-3-Clause |
| */ |
| |
| /dts-v1/; |
| |
| / { |
| |
| sdei { |
| bias = <30>; |
| sdei_version { |
| bias = <30>; |
| functionname = "sdei_version_funcid"; |
| }; |
| sdei_pe_unmask { |
| bias = <30>; |
| functionname = "sdei_pe_unmask_funcid"; |
| }; |
| sdei_pe_mask { |
| bias = <30>; |
| functionname = "sdei_pe_mask_funcid"; |
| }; |
| sdei_event_status { |
| bias = <30>; |
| functionname = "sdei_event_status_funcid"; |
| }; |
| sdei_event_signal { |
| bias = <30>; |
| functionname = "sdei_event_signal_funcid"; |
| }; |
| sdei_private_reset { |
| bias = <30>; |
| functionname = "sdei_private_reset_funcid"; |
| }; |
| sdei_shared_reset { |
| bias = <30>; |
| functionname = "sdei_shared_reset_funcid"; |
| }; |
| sdei_interrupt_bind { |
| bias = <100>; |
| functionname = "sdei_interrupt_bind_funcid"; |
| }; |
| // added |
| sdei_event_register { |
| bias = <30>; |
| functionname = "sdei_event_register_funcid"; |
| }; |
| sdei_event_enable { |
| bias = <30>; |
| functionname = "sdei_event_enable_funcid"; |
| }; |
| sdei_features { |
| bias = <30>; |
| functionname = "sdei_features_funcid"; |
| }; |
| sdei_event_disable { |
| bias = <30>; |
| functionname = "sdei_event_disable_funcid"; |
| }; |
| sdei_event_context { |
| bias = <30>; |
| functionname = "sdei_event_context_funcid"; |
| }; |
| sdei_event_complete { |
| bias = <30>; |
| functionname = "sdei_event_complete_funcid"; |
| }; |
| sdei_event_complete_and_resume { |
| bias = <30>; |
| functionname = "sdei_event_complete_and_resume_funcid"; |
| }; |
| sdei_event_unregister { |
| bias = <30>; |
| functionname = "sdei_event_unregister_funcid"; |
| }; |
| sdei_event_get_info { |
| bias = <30>; |
| functionname = "sdei_event_get_info_funcid"; |
| }; |
| sdei_event_routing_set { |
| bias = <30>; |
| functionname = "sdei_event_routing_set_funcid"; |
| }; |
| sdei_interrupt_release { |
| bias = <30>; |
| functionname = "sdei_interrupt_release_funcid"; |
| }; |
| sdei_routing_set_coverage { |
| bias = <30>; |
| functionname = "sdei_routing_set_coverage_funcid"; |
| }; |
| sdei_event_get_info_coverage { |
| bias = <30>; |
| functionname = "sdei_event_get_info_coverage_funcid"; |
| }; |
| }; |
| |
| }; |