Searched refs:UPIO_MEM32BE (Results 1 – 14 of 14) sorted by relevance
29 if (p->iotype == UPIO_MEM32BE) in dw8250_readl_ext()36 if (p->iotype == UPIO_MEM32BE) in dw8250_writel_ext()
47 case UPIO_MEM32BE: in serial8250_early_in()72 case UPIO_MEM32BE: in serial8250_early_out()
173 else if (p->iotype == UPIO_MEM32BE) in dw8250_check_lcr()580 case UPIO_MEM32BE: in dw8250_probe()
459 case UPIO_MEM32BE: in set_io_from_upio()487 case UPIO_MEM32BE: in serial_port_out_sync()2974 case UPIO_MEM32BE: in serial8250_request_std_resource()3010 case UPIO_MEM32BE: in serial8250_release_std_resource()
481 iotype == UPIO_MEM32 || iotype == UPIO_MEM32BE) in univ8250_console_match()
1041 up.port.iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32; in brcmuart_probe()
80 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_print_info()111 case UPIO_MEM32BE: in parse_options()319 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
228 port->iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32; in __uart_read_properties()
311 .iotype = UPIO_MEM32BE,389 case UPIO_MEM32BE: in lpuart32_read()403 case UPIO_MEM32BE: in lpuart32_write()564 case UPIO_MEM32BE: in lpuart_dma_datareg_addr()595 sport->port.iotype == UPIO_MEM32BE; in lpuart_is_32()2740 device->port.iotype = UPIO_MEM32BE; in lpuart32_early_console_setup()
2194 *iotype = UPIO_MEM32BE; in uart_parse_earlycon()2198 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()2546 case UPIO_MEM32BE: in uart_report_port()3288 case UPIO_MEM32BE: in uart_match_port()
51 UPIO_MEM32BE : UPIO_MEM32,
56 device->port.iotype = UPIO_MEM32BE; in pdc_earlycon_setup()
249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
481 #define UPIO_MEM32BE (SERIAL_IO_MEM32BE) /* 32b big endian */ macro