Searched refs:UPIO_MEM32 (Results 1 – 25 of 34) sorted by relevance
12
80 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_print_info()85 (port->iotype == UPIO_MEM32) ? "32" : "32be", in earlycon_print_info()110 case UPIO_MEM32: in parse_options()289 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
547 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_release_port()561 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_request_port()665 p->port.iotype = UPIO_MEM32; in serial_hs_lpc32xx_probe()
300 .iotype = UPIO_MEM32,305 .iotype = UPIO_MEM32,311 .iotype = UPIO_MEM32,316 .iotype = UPIO_MEM32,353 case UPIO_MEM32: in lpuart32_read()366 case UPIO_MEM32: in lpuart32_write()537 case UPIO_MEM32: in lpuart_dma_datareg_addr()569 return sport->port.iotype == UPIO_MEM32 || in lpuart_is_32()2541 if (device->port.iotype != UPIO_MEM32) in lpuart32_early_console_setup()2556 device->port.iotype = UPIO_MEM32; in ls1028a_early_console_setup()[all …]
288 return (uap->port.iotype == UPIO_MEM32) ? in pl011_read()297 if (uap->port.iotype == UPIO_MEM32) in pl011_write()2487 if (iotype != UPIO_MEM && iotype != UPIO_MEM32) in pl011_console_match()2544 if (port->iotype == UPIO_MEM32) in pl011_putc()2565 if (port->iotype == UPIO_MEM32) in pl011_getc()2810 uap->port.iotype = vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in pl011_probe()2823 uap->port.iotype = UPIO_MEM32; in pl011_probe()2918 uap->port.iotype = uap->vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in sbsa_uart_probe()
474 s->port.iotype = UPIO_MEM32; in uart_clps711x_probe()
178 case UPIO_MEM32: in rd_reg()194 case UPIO_MEM32: in wr_reg()2190 ourport->port.iotype = UPIO_MEM32; in s3c24xx_serial_probe()2955 case UPIO_MEM32: in wr_reg_barrier()
538 port->iotype = UPIO_MEM32; in mlb_usio_probe()
91 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup()101 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
47 case UPIO_MEM32: in serial8250_early_in()72 case UPIO_MEM32: in serial8250_early_out()
47 device->port.iotype = UPIO_MEM32; in uniphier_early_console_setup()217 up.port.iotype = UPIO_MEM32; in uniphier_uart_probe()
117 up.port.iotype = UPIO_MEM32; in serial8250_em_probe()
123 if (p->iotype == UPIO_MEM32) in dw8250_check_lcr()486 p->iotype = UPIO_MEM32; in dw8250_quirks()565 p->iotype = UPIO_MEM32; in dw8250_probe()
122 uart.port.iotype = UPIO_MEM32; in serial_pxa_probe()
61 port->iotype = UPIO_MEM32; in tegra_uart_probe()
243 device->port.iotype = UPIO_MEM32; in early_bcm2835aux_setup()
152 uart.port.iotype = UPIO_MEM32; in lpc18xx_serial_probe()
563 uart.port.iotype = UPIO_MEM32; in mtk8250_probe()687 device->port.iotype = UPIO_MEM32; in early_mtk8250_setup()
109 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
342 uart.port.iotype = UPIO_MEM32; in lpss8250_probe()
494 case UPIO_MEM32: in set_io_from_upio()529 case UPIO_MEM32: in serial_port_out_sync()2972 case UPIO_MEM32: in serial8250_request_std_resource()3012 case UPIO_MEM32: in serial8250_release_std_resource()
52 UPIO_MEM32BE : UPIO_MEM32,
82 s.iotype = UPIO_MEM32; in ath25_serial_setup()
239 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
564 uart_port.iotype = UPIO_MEM32; in ar7_register_uarts()
473 #define UPIO_MEM32 (SERIAL_IO_MEM32) /* 32b little endian */ macro