Home
last modified time | relevance | path

Searched refs:UPIO_MEM32 (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.6.21/drivers/tty/serial/
Dearlycon.c80 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()
296 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
Dlpc32xx_hs.c522 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_release_port()
536 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_request_port()
640 p->port.iotype = UPIO_MEM32; in serial_hs_lpc32xx_probe()
Dfsl_lpuart.c315 .iotype = UPIO_MEM32,
321 .iotype = UPIO_MEM32,
328 .iotype = UPIO_MEM32,
335 .iotype = UPIO_MEM32,
341 .iotype = UPIO_MEM32,
385 case UPIO_MEM32: in lpuart32_read()
398 case UPIO_MEM32: in lpuart32_write()
567 case UPIO_MEM32: in lpuart_dma_datareg_addr()
599 return sport->port.iotype == UPIO_MEM32 || in lpuart_is_32()
2717 if (device->port.iotype != UPIO_MEM32) in lpuart32_early_console_setup()
[all …]
Damba-pl011.c290 return (uap->port.iotype == UPIO_MEM32) ? in pl011_read()
299 if (uap->port.iotype == UPIO_MEM32) in pl011_write()
2490 if (iotype != UPIO_MEM && iotype != UPIO_MEM32) in pl011_console_match()
2547 if (port->iotype == UPIO_MEM32) in pl011_putc()
2568 if (port->iotype == UPIO_MEM32) in pl011_getc()
2813 uap->port.iotype = vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in pl011_probe()
2826 uap->port.iotype = UPIO_MEM32; in pl011_probe()
2921 uap->port.iotype = uap->vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in sbsa_uart_probe()
Dclps711x.c473 s->port.iotype = UPIO_MEM32; in uart_clps711x_probe()
Dsamsung_tty.c175 case UPIO_MEM32: in rd_reg()
191 case UPIO_MEM32: in wr_reg()
2107 ourport->port.iotype = UPIO_MEM32; in s3c24xx_serial_probe()
2763 case UPIO_MEM32: in wr_reg_barrier()
/linux-6.6.21/arch/x86/platform/ce4100/
Dce4100.c91 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup()
101 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
/linux-6.6.21/drivers/tty/serial/8250/
D8250_early.c45 case UPIO_MEM32: in serial8250_early_in()
67 case UPIO_MEM32: in serial8250_early_out()
D8250_uniphier.c47 device->port.iotype = UPIO_MEM32; in uniphier_early_console_setup()
217 up.port.iotype = UPIO_MEM32; in uniphier_uart_probe()
D8250_dfl.c94 uart->port.iotype = UPIO_MEM32; in dfl_uart_get_params()
D8250_dw.c123 if (p->iotype == UPIO_MEM32) in dw8250_check_lcr()
486 p->iotype = UPIO_MEM32; in dw8250_quirks()
568 p->iotype = UPIO_MEM32; in dw8250_probe()
D8250_pxa.c122 uart.port.iotype = UPIO_MEM32; in serial_pxa_probe()
D8250_tegra.c62 port->iotype = UPIO_MEM32; in tegra_uart_probe()
D8250_bcm2835aux.c245 device->port.iotype = UPIO_MEM32; in early_bcm2835aux_setup()
D8250_em.c188 up.port.iotype = UPIO_MEM32; in serial8250_em_probe()
D8250_lpc18xx.c152 uart.port.iotype = UPIO_MEM32; in lpc18xx_serial_probe()
D8250_mtk.c554 uart.port.iotype = UPIO_MEM32; in mtk8250_probe()
666 device->port.iotype = UPIO_MEM32; in early_mtk8250_setup()
D8250_of.c109 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
D8250_lpss.c342 uart.port.iotype = UPIO_MEM32; in lpss8250_probe()
D8250_port.c451 case UPIO_MEM32: in set_io_from_upio()
477 case UPIO_MEM32: in serial_port_out_sync()
2991 case UPIO_MEM32: in serial8250_request_std_resource()
3031 case UPIO_MEM32: in serial8250_release_std_resource()
/linux-6.6.21/arch/mips/mti-malta/
Dmalta-platform.c51 UPIO_MEM32BE : UPIO_MEM32,
/linux-6.6.21/arch/mips/ath25/
Ddevices.c82 s.iotype = UPIO_MEM32; in ath25_serial_setup()
/linux-6.6.21/arch/xtensa/platforms/xtfpga/
Dsetup.c249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/linux-6.6.21/arch/mips/ar7/
Dplatform.c564 uart_port.iotype = UPIO_MEM32; in ar7_register_uarts()
/linux-6.6.21/include/linux/
Dserial_core.h476 #define UPIO_MEM32 (SERIAL_IO_MEM32) /* 32b little endian */ macro

12