Home
last modified time | relevance | path

Searched refs:routing (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/docs/
Dinterrupt-framework-design.rst11 allows EL3 software to configure the interrupt routing behavior. Its main
75 A routing model for a type of interrupt (generated as FIQ or IRQ) is defined as
79 routed to EL3. A routing model is applicable only when execution is not in EL3.
81 The default routing model for an interrupt type is to route it to the FEL in
84 Valid routing models
87 The framework considers certain routing models for each type of interrupt to be
89 following sub-sections describe all the possible routing models and specify
104 secure state. This is a valid routing model as secure software is in
108 state. This is a valid routing model as secure software in EL3 can
112 non-secure state. This is an invalid routing model as a secure interrupt
[all …]
Dplatform-interrupt-controller-API.rst230 This API should set the routing mode of Share Peripheral Interrupt (SPI)
244 the routing.
Dchange-log.rst499 - Enabled wake-up from CPU\_SUSPEND to stand-by by temporarily re-routing
691 - Support has been added to demonstrate routing of IRQs to EL3 instead of
1093 (using GICv2 routing only). Demonstrated this working by adding an interrupt
Duser-guide.rst578 routing model which routes non-secure interrupts asynchronously from TSP
580 for saving and restoring the TSP context in this routing model. The
581 default routing model (when the value is 0) is to route non-secure
Dpsci-lib-integration-guide.rst47 additional configuration to be set for non-secure context, like routing
/device/google/cuttlefish_common/guest/hals/audio/legacy/
Dvsoc_audio.cpp375 int routing; in SetStreamParameters() local
377 &routing) >= 0) { in SetStreamParameters()
378 stream->set_device(stream, static_cast<audio_devices_t>(routing)); in SetStreamParameters()
381 &routing) >= 0) { in SetStreamParameters()
382 stream->set_device(stream, static_cast<audio_devices_t>(routing)); in SetStreamParameters()
Dvsoc_audio_output_stream.cpp120 int routing = 0; in SetParameters() local
122 &routing) == 0) { in SetParameters()
123 device_ = static_cast<uint32_t>(routing); in SetParameters()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DQNCLpc.asi24 Include ("PciIrq.asi") // PCI routing control methods
/device/linaro/bootloader/edk2/QuarkSocPkg/
DQuarkSocPkg.dec183 # Indicates which interrupt routing is connected to the INTA/B/C/D pins reported in the
184 # "DxIP" register fields. This will be the internal routing, the device interrupt is connected
/device/linaro/bootloader/arm-trusted-firmware/
Dreadme.rst80 and interrupt routing.
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices117 at-rtmp 201/tcp # AppleTalk routing
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp520 ::android::hardware::radio::V1_4::EmergencyCallRouting routing,