Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_ARM-atf/tools/sptool/
H A Dspactions.py29 …def __init__(self, action, exec_order=DEFAULT_ACTION_ORDER, global_action=True, log_calls = False): argument
31 self.__name__ = action.__name__
32 def logged_action(action): argument
35 return action(sp_layout, sp, args)
37 self.action = logged_action(action) if log_calls is True else action
50 return self.action(sp_layout, sp, args)
71 def append_action(action): argument
72 action = _ConfiguredAction(action, exec_order, global_action, log_calls)
73 bisect.insort(SpSetupActions.actions, action)
74 return action
[all …]
H A Dsptool.py126 parser.add_argument("-v", required=False, action="store_true",
/rk3399_ARM-atf/drivers/arm/tzc/
H A Dtzc380.c27 static void tzc380_write_action(uintptr_t base, unsigned int action) in tzc380_write_action() argument
29 mmio_write_32(base + ACTION_OFF, action); in tzc380_write_action()
94 void tzc380_set_action(unsigned int action) in tzc380_set_action() argument
103 tzc380_write_action(tzc380.base, action); in tzc380_set_action()
H A Dtzc400.c179 void tzc400_set_action(unsigned int action) in tzc400_set_action() argument
182 assert(action <= TZC_ACTION_ERR_INT); in tzc400_set_action()
184 _tzc400_write_action(tzc400.base, action); in tzc400_set_action()
H A Dtzc_common_private.h18 unsigned int action) \
21 action); \
H A Dtzc_dmc500.c214 void tzc_dmc500_set_action(unsigned int action) in tzc_dmc500_set_action() argument
227 _tzc_dmc500_write_action(DMC_INST_BASE_ADDR(dmc_inst), action); in tzc_dmc500_set_action()
/rk3399_ARM-atf/include/drivers/arm/
H A Dtzc400.h113 void tzc400_set_action(unsigned int action);
142 static inline void tzc_set_action(unsigned int action) in tzc_set_action() argument
144 tzc400_set_action(action); in tzc_set_action()
H A Dtzc380.h146 void tzc380_set_action(unsigned int action);
159 static inline void tzc_set_action(unsigned int action) in tzc_set_action() argument
161 tzc380_set_action(action); in tzc_set_action()
H A Dtzc_dmc500.h145 void tzc_dmc500_set_action(unsigned int action);
/rk3399_ARM-atf/lib/xlat_tables_v2/
H A Dxlat_tables_core.c299 action_t action; in xlat_tables_unmap_region_action() local
313 action = ACTION_WRITE_BLOCK_ENTRY; in xlat_tables_unmap_region_action()
324 action = ACTION_RECURSE_INTO_TABLE; in xlat_tables_unmap_region_action()
327 action = ACTION_WRITE_BLOCK_ENTRY; in xlat_tables_unmap_region_action()
344 action = ACTION_RECURSE_INTO_TABLE; in xlat_tables_unmap_region_action()
347 action = ACTION_NONE; in xlat_tables_unmap_region_action()
350 return action; in xlat_tables_unmap_region_action()
384 action_t action = xlat_tables_unmap_region_action(mm, in xlat_tables_unmap_region() local
388 if (action == ACTION_WRITE_BLOCK_ENTRY) { in xlat_tables_unmap_region()
393 } else if (action == ACTION_RECURSE_INTO_TABLE) { in xlat_tables_unmap_region()
[all …]
/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c1169 enum usb_action action = USB_NOTHING; in dwc3_handle_ep0_xfernotready_event() local
1185 action = USB_SETUP; in dwc3_handle_ep0_xfernotready_event()
1202 action = USB_DATA_OUT; in dwc3_handle_ep0_xfernotready_event()
1205 action = USB_DATA_IN; in dwc3_handle_ep0_xfernotready_event()
1249 return action; in dwc3_handle_ep0_xfernotready_event()
1255 enum usb_action action = USB_NOTHING; in dwc3_handle_ep_event() local
1326 action = USB_DATA_IN; in dwc3_handle_ep_event()
1337 return action; in dwc3_handle_ep_event()
1363 action = USB_SETUP; in dwc3_handle_ep_event()
1383 action = USB_DATA_OUT; in dwc3_handle_ep_event()
[all …]
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.h37 int action; member
H A Dfiptool.c153 desc->action = DO_UNSPEC; in new_image_desc()
157 static void set_image_desc_action(image_desc_t *desc, int action, in set_image_desc_action() argument
164 desc->action = action; in set_image_desc_action()
381 desc->action = DO_UNPACK; in parse_fip()
631 if (desc->action != DO_PACK) in update_fip()
1005 if (!unpack_all && desc->action != DO_UNPACK) in unpack_cmd()
1147 if (desc->action != DO_REMOVE) in remove_cmd()
/rk3399_ARM-atf/plat/arm/board/fvp/fdts/
H A Doptee_sp_manifest.dts30 ns-interrupts-action = <1>; /* NS_ACTION_ME */
/rk3399_ARM-atf/docs/components/
H A Dffa-manifest-binding.rst127 - This field is deprecated in favor of ns-interrupts-action field in the FF-A
135 - ns-interrupts-action [mandatory]
137 - Specifies the action that the SPMC must take in response to a Non-secure
146 - other-s-interrupts-action
148 - Specifies the action that the SPMC must take in response to a Other-Secure
217 - abort-action
219 - Specifies the action that the SPMC takes when a partition encounters a fatal
228 field in the manifest, the SPMC takes implementation defined action.
H A Dexception-handling.rst386 no further action. In this case, the dispatcher's handler deactivates the
H A Drmm-el3-comms-spec.rst175 expected that EL3 will take necessary action to disable Realm world for further
/rk3399_ARM-atf/plat/imx/common/include/sci/svc/timer/
H A Dsci_timer_api.h183 sc_rm_pt_t pt, sc_timer_wdog_action_t action);
/rk3399_ARM-atf/plat/imx/common/sci/svc/timer/
H A Dtimer_rpc_clnt.c173 sc_rm_pt_t pt, sc_timer_wdog_action_t action) in sc_timer_set_wdog_action() argument
182 RPC_U8(&msg, 1U) = (uint8_t)action; in sc_timer_set_wdog_action()
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py212 self.args.add_argument("--list", help="Only list assembly files", action="store_true")
/rk3399_ARM-atf/docs/process/
H A Dcoding-guidelines.rst258 always take action, even in release builds.
302 ``plat_error_handler`` may take additional action for some errors (for example,
H A Dcode-review-guidelines.rst55 mind - be gracious while waiting for action from others, and timely in your
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst345 and take appropriate action within its implementation e.g. use assertion
575 IHF does not need to take any action.
H A Dfirmware-design.rst309 for platforms to take further action after image load. This function must
704 action.
1364 In other words, the reset handler should be able to detect whether an action has
1366 e.g. skip the action the second time, or undo/redo it.
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst294 In case of error no further action is taken (slot is not locked). If there is

12