#include <mach/hardware.h>
#include <mach/devices-common.h>
Go to the source code of this file.
#define imx_imx_uart_1irq_data_entry |
( |
|
soc, |
|
|
|
_id, |
|
|
|
_hwid, |
|
|
|
_size |
|
) |
| |
Value:[_id] = { \
.id = _id, \
.iobase = soc ## _UART ## _hwid ## _BASE_ADDR, \
.irq = soc ## _INT_UART ## _hwid, \
}
Definition at line 22 of file platform-imx-uart.c.
#define imx_imx_uart_3irq_data_entry |
( |
|
soc, |
|
|
|
_id, |
|
|
|
_hwid, |
|
|
|
_size |
|
) |
| |
Value:[_id] = { \
.id = _id, \
.iobase = soc ## _UART ## _hwid ## _BASE_ADDR, \
.irqrx = soc ## _INT_UART ## _hwid ##
RX, \
.irqtx = soc ## _INT_UART ## _hwid ##
TX, \
.irqrts = soc ## _INT_UART ## _hwid ##
RTS, \
}
Definition at line 12 of file platform-imx-uart.c.