Searched refs:routing_mode (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a/plat/common/ |
A D | plat_gicv2.c | 256 void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode, in plat_ic_set_spi_routing() argument 261 switch (routing_mode) { in plat_ic_set_spi_routing()
|
A D | plat_gicv3.c | 248 void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode, in plat_ic_set_spi_routing() argument 253 switch (routing_mode) { in plat_ic_set_spi_routing()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | platform-interrupt-controller-API.rst.txt | 214 Function: void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode, u_register_t mpi… 226 ``routing_mode``. 228 The ``routing_mode`` parameter can be one of:
|
/trusted-firmware-a/docs/components/ |
A D | platform-interrupt-controller-API.rst | 214 Function: void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode, u_register_t mpi… 226 ``routing_mode``. 228 The ``routing_mode`` parameter can be one of:
|
/trusted-firmware-a/include/plat/common/ |
A D | platform.h | 104 void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode,
|
Completed in 6 milliseconds