Go to the documentation of this file.
16 #define PORT(base, offset) (u8 *)(base + offset)
18 static inline unsigned int serial_in(
unsigned char *base,
int offset)
23 static inline void serial_out(
unsigned char *base,
int offset,
int value)
40 serial_out(uart_base,
UART_TX, c);