Alex Liang | 0fa7d21 | 2024-06-18 11:17:01 -0500 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2024, Arm Limited. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | / { |
| 9 | candidates { |
| 10 | bias = <1>; |
| 11 | sdei_pe_unmask_funcid { |
| 12 | bias = <30>; |
| 13 | functionname = "sdei_pe_unmask_funcid"; |
| 14 | }; |
| 15 | sdei_version_funcid { |
| 16 | bias = <30>; |
| 17 | functionname = "sdei_version_funcid"; |
| 18 | }; |
| 19 | sdei_interrupt_bind_funcid { |
| 20 | bias = <30>; |
| 21 | functionname = "sdei_interrupt_bind_funcid"; |
| 22 | }; |
| 23 | sdei_event_enable_funcid { |
| 24 | bias = <30>; |
| 25 | functionname = "sdei_event_enable_funcid"; |
| 26 | }; |
| 27 | sdei_interrupt_release_funcid { |
| 28 | bias = <30>; |
| 29 | functionname = "sdei_interrupt_release_funcid"; |
| 30 | }; |
| 31 | sdei_features_funcid { |
| 32 | bias = <30>; |
| 33 | functionname = "sdei_features_funcid"; |
| 34 | }; |
| 35 | sdei_private_reset_funcid { |
| 36 | bias = <30>; |
| 37 | functionname = "sdei_private_reset_funcid"; |
| 38 | }; |
| 39 | sdei_event_disable_funcid { |
| 40 | bias = <30>; |
| 41 | functionname = "sdei_event_disable_funcid"; |
| 42 | }; |
| 43 | sdei_event_status_funcid { |
| 44 | bias = <30>; |
| 45 | functionname = "sdei_event_status_funcid"; |
| 46 | }; |
| 47 | sdei_shared_reset_funcid { |
| 48 | bias = <30>; |
| 49 | functionname = "sdei_shared_reset_funcid"; |
| 50 | }; |
| 51 | sdei_event_routing_set_funcid { |
| 52 | bias = <30>; |
| 53 | functionname = "sdei_event_routing_set_funcid"; |
| 54 | }; |
| 55 | sdei_event_unregister_funcid { |
| 56 | bias = <30>; |
| 57 | functionname = "sdei_event_unregister_funcid"; |
| 58 | }; |
| 59 | sdei_pe_mask_funcid { |
| 60 | bias = <30>; |
| 61 | functionname = "sdei_pe_mask_funcid"; |
| 62 | }; |
| 63 | }; |
| 64 | }; |