Searched refs:UART1_IRQ (Results 1 - 25 of 27) sorted by relevance

12

/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/zynq7000/platsupport/plat/
H A Dserial.h19 #define UART1_IRQ 82 macro
32 #define DEFAULT_SERIAL_INTERRUPT UART1_IRQ
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/imx7/platsupport/plat/
H A Dserial.h25 #define UART1_IRQ 58 macro
36 #define DEFAULT_SERIAL_INTERRUPT UART1_IRQ
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/imx8m/platsupport/plat/
H A Dserial.h23 #define UART1_IRQ 58 macro
35 #define DEFAULT_SERIAL_INTERRUPT UART1_IRQ
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/hifive/platsupport/plat/
H A Dserial.h27 #define UART1_IRQ 5 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/zynqmp/platsupport/plat/
H A Dserial.h26 #define UART1_IRQ 54 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/imx31/platsupport/plat/
H A Dserial.h21 #define UART1_IRQ 45 macro
44 #define DEFAULT_SERIAL_INTERRUPT UART1_IRQ
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/imx6/platsupport/plat/
H A Dserial.h25 #define UART1_IRQ 58 macro
38 #define DEFAULT_SERIAL_INTERRUPT UART1_IRQ
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dserial.h20 #define UART1_IRQ 73 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/fvp/platsupport/plat/
H A Dserial.h21 #define UART1_IRQ 38 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/omap3/platsupport/plat/
H A Dserial.h20 #define UART1_IRQ 72 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/hikey/platsupport/plat/
H A Dserial.h22 #define UART1_IRQ 69 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/rockpro64/platsupport/plat/
H A Dserial.h22 #define UART1_IRQ 130 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/odroidc2/platsupport/plat/
H A Dserial.h28 #define UART1_IRQ 105 macro
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/hifive/
H A Dchardev.c24 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/zynq/
H A Dchardev.c23 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dchardev.c25 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/fvp/
H A Dchardev.c25 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/hikey/
H A Dchardev.c25 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/imx31/
H A Dchardev.c22 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Dchardev.c24 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/imx7/
H A Dchardev.c22 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/imx8m/
H A Dchardev.c22 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/odroidc2/
H A Dchardev.c25 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/omap3/
H A Dchardev.c23 static const int uart1_irqs[] = {UART1_IRQ, -1};
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/rockpro64/
H A Dchardev.c22 static const int uart1_irqs[] = {UART1_IRQ, -1};

Completed in 103 milliseconds

12