Home
last modified time | relevance | path

Searched refs:registered (Results 1 – 18 of 18) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/
H A Ddimm.c197 pdimm->rc = spd->mod_section.registered.ref_raw_card & 0x9f; in cal_dimm_params()
198 if ((spd->mod_section.registered.reg_map & 0x1) != 0) { in cal_dimm_params()
201 val = spd->mod_section.registered.ca_stren; in cal_dimm_params()
204 val = spd->mod_section.registered.clk_stren; in cal_dimm_params()
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst41 can be registered at any given moment. Any registered console can have a single
187 TF-A uses the multi-console API to manage the registered console instances and the
190 The multi-console API stores all registered consoles in a struct list ``console_list``.
193 Consoles are registered with BOOT and CRASH scopes by default. These scopes can be
246 This function is used to set the scope of the registered console. A console
247 can be registered with upto three states (called the scope). These states are
266 that are registered with this new state (scope). For example, calling
283 member) function of all consoles registered for the current scope, for example,
H A Dinterrupt-framework-design.rst224 registered handler when the interrupt is generated.
366 registered. If the ``type`` is unrecognised or the ``flags`` or the ``handler`` are
459 function is registered with the EL3 runtime firmware using the
476 registered with the EL3 runtime firmware using the
550 call the handler registered by the SPD service for Secure-EL1 interrupts.
663 It returns the reference to the registered handler for this interrupt
666 registered for this type of interrupt. This scenario is reported as an
669 #. Calling the registered handler function for the interrupt type generated.
1004 interrupt causes an IRQ exception and the IRQ handler registered at the
H A Dauth-framework.rst270 The functions are registered in the CM using the macro:
478 An IPL for each type must be registered using the following macro:
696 registered in the framework using the macro ``REGISTER_COT(cot_desc)``, where
992 The library is registered in the framework using the macro
1011 CM. Both libraries are registered in the authentication framework using
H A Dfirmware-design.rst557 registered function to initialize BL32 before running BL33. This initialization
879 A runtime service is registered using the ``DECLARE_RT_SVC()`` macro, specifying
1048 registered with the generic PSCI code to be supported.
1051 hooks to be registered with the generic PSCI code to be supported.
1139 and is registered using the ``bl31_register_bl32_init()`` function.
1515 registered for highest level is invoked.
2545 There may be arbitrary number of handlers registered to the same event. The
2623 timestamps by registered services and provides interfaces to retrieve them
2683 Having registered the service, the ``PMF_CAPTURE_TIMESTAMP()`` macro can be
2740 #. ``pmf_smc.c`` contains the SMC handling for registered PMF services.
/rk3399_ARM-atf/docs/components/fconf/
H A Dindex.rst47 Hence each ``populate()`` function must be registered with a specific
59 Hence the ``populate()`` callback must be registered to the (|FCONF|) framework
106 registered with ``FCONF_REGISTER_POPULATOR()`` as described above.
/rk3399_ARM-atf/include/drivers/nxp/ddr/
H A Ddimm.h150 } registered; member
/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_main.c555 bool registered; in sdei_event_get_info() local
569 registered = GET_EV_STATE(se, REGISTERED); in sdei_event_get_info()
589 if (!registered) in sdei_event_get_info()
596 if (!registered) in sdei_event_get_info()
/rk3399_ARM-atf/docs/components/
H A Dsdei.rst13 asynchronous exceptions and, in response, arranges for the registered handler to
18 client receives the event notification at the registered handler even when it
39 execute the registered handler [10]. The client terminates its execution with
242 dispatch an event [10] (which the client had already registered for [1]). The
263 - The event must have been registered for and enabled.
H A Dexception-handling.rst110 priority of the acknowledged interrupt is used to match its registered handler.
257 - The priority level for which the handler is being registered;
259 - The handler to be registered. The handler must be aligned to 4 bytes.
268 - There are no handlers already registered by a previous call to the API.
H A Del3-spmc.rst413 Payload Dispatcher for events the latter has statically registered to.
420 hooks are registered.
H A Dxlat-tables-lib-v2-design.rst329 they only get registered in the internal mmap region list. It is only when the
331 in memory based on the list of mmap regions registered so far. This is an
H A Dcontext-management-library.rst385 their secure context initialised via the registered SPMD handler
/rk3399_ARM-atf/docs/about/
H A Dfeatures.rst85 interrupts to their registered handlers, to facilitate firmware-first
/rk3399_ARM-atf/docs/getting_started/
H A Drt-svc-writers-guide.rst94 A runtime service is registered using the ``DECLARE_RT_SVC()`` macro, specifying
/rk3399_ARM-atf/docs/process/
H A Dcontributing.rst10 Also make sure that you have registered your full name and email address in
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst501 Defines the maximum number of registered IO devices. Attempting to register
512 Defines the maximum number of registered IO block devices. Attempting to
1549 It has to be defined in platform code and registered by calling
3372 populated and registered by using ``psci_register_spd_pm_hook()`` PSCI
3654 TF-A supported UARTs. Multiple consoles can be registered at the same time with
H A Dchange-log.md2769 …- handle power down event if SGI not registered ([c3ffa4c](https://review.trustedfirmware.org/plug…
5064 …- register PLAT_SP_PRI only if not already registered ([bf01999](https://review.trustedfirmware.or…
6854 …- ensure that no SDEI event registered during dynamic launch ([b1392f4](https://review.trustedfirm…
6995 …- add a function to return total number of events registered ([e6381f9](https://review.trustedfirm…
11941 interrupts to their registered handlers which are registered based on their
12395 - Enhanced the CPU operations framework to allow power handlers to be registered