Home
last modified time | relevance | path

Searched refs:MSF2_NUM_UARTS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dmsf2-soc.c55 static const uint32_t uart_addr[MSF2_NUM_UARTS] = { 0x40000000 , 0x40010000 };
58 static const int uart_irq[MSF2_NUM_UARTS] = { 10, 11 };
147 for (i = 0; i < MSF2_NUM_UARTS; i++) { in m2sxxx_soc_realize()
/openbmc/qemu/include/hw/arm/
H A Dmsf2-soc.h40 #define MSF2_NUM_UARTS 2 macro