Home
last modified time | relevance | path

Searched refs:UPIO_MEM32BE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_early.c47 case UPIO_MEM32BE: in serial8250_early_in()
72 case UPIO_MEM32BE: in serial8250_early_out()
H A D8250_port.c451 case UPIO_MEM32BE: in set_io_from_upio()
479 case UPIO_MEM32BE: in serial_port_out_sync()
2873 case UPIO_MEM32BE: in serial8250_request_std_resource()
2911 case UPIO_MEM32BE: in serial8250_release_std_resource()
H A D8250_dw.c746 case UPIO_MEM32BE: in dw8250_probe()
/linux/arch/mips/mti-malta/
H A Dmalta-platform.c51 UPIO_MEM32BE : UPIO_MEM32,
/linux/arch/parisc/kernel/
H A Dpdc_cons.c56 device->port.iotype = UPIO_MEM32BE; in pdc_earlycon_setup()
/linux/drivers/tty/serial/
H A Dserial_port.c228 port->iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32; in __uart_read_properties()
H A Dfsl_lpuart.c311 .iotype = UPIO_MEM32BE,
389 case UPIO_MEM32BE: in lpuart32_read()
403 case UPIO_MEM32BE: in lpuart32_write()
566 case UPIO_MEM32BE: in lpuart_dma_datareg_addr()
598 sport->port.iotype == UPIO_MEM32BE; in lpuart_is_32()
2752 device->port.iotype = UPIO_MEM32BE; in lpuart32_early_console_setup()
H A Dserial_core.c2121 *iotype = UPIO_MEM32BE; in uart_parse_earlycon()
2125 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2470 case UPIO_MEM32BE: in uart_report_port()
3206 case UPIO_MEM32BE: in uart_match_port()
/linux/include/linux/
H A Dserial_core.h438 UPIO_MEM32BE = SERIAL_IO_MEM32BE, /* 32b big endian */ enumerator