Home
last modified time | relevance | path

Searched refs:UPIO_AU (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/tty/serial/
D8250.c332 if (p->iotype != UPIO_AU) in map_8250_in_reg()
339 if (p->iotype != UPIO_AU) in map_8250_out_reg()
527 case UPIO_AU: in set_io_from_upio()
563 case UPIO_AU: in serial_out_sync()
604 if (up->port.iotype == UPIO_AU) in serial_dl_read()
612 if (up->port.iotype == UPIO_AU) in serial_dl_write()
2513 if (pt->port.iotype == UPIO_AU) in serial8250_port_size()
2531 case UPIO_AU: in serial8250_request_std_resource()
2569 case UPIO_AU: in serial8250_release_std_resource()
2678 if (up->port.type == PORT_16550A && up->port.iotype == UPIO_AU) in serial8250_config_port()
Dserial_core.c2134 case UPIO_AU: in uart_report_port()
2555 case UPIO_AU: in uart_match_port()
/linux-2.6.39/arch/mips/alchemy/common/
Dplatform.c61 .iotype = UPIO_AU, \
/linux-2.6.39/include/linux/
Dserial_core.h314 #define UPIO_AU (4) /* Au1x00 type IO */ macro