Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/tty/serial/
Dearlycon.c75 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_init()
80 (port->iotype == UPIO_MEM32) ? "32" : "32be", in earlycon_init()
105 case UPIO_MEM32: in parse_options()
271 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
Dlpc32xx_hs.c547 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()
Dfsl_lpuart.c291 .iotype = UPIO_MEM32,
297 .iotype = UPIO_MEM32,
321 case UPIO_MEM32: in lpuart32_read()
334 case UPIO_MEM32: in lpuart32_write()
496 case UPIO_MEM32: in lpuart_dma_datareg_addr()
528 return sport->port.iotype == UPIO_MEM32 || in lpuart_is_32()
2343 device->port.iotype = UPIO_MEM32; in lpuart32_imx_early_console_setup()
Damba-pl011.c294 return (uap->port.iotype == UPIO_MEM32) ? in pl011_read()
303 if (uap->port.iotype == UPIO_MEM32) in pl011_write()
2379 if (iotype != UPIO_MEM && iotype != UPIO_MEM32) in pl011_console_match()
2436 if (port->iotype == UPIO_MEM32) in pl011_putc()
2642 uap->port.iotype = vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in pl011_probe()
2735 uap->port.iotype = uap->vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in sbsa_uart_probe()
Dclps711x.c478 s->port.iotype = UPIO_MEM32; in uart_clps711x_probe()
Dserial_core.c1985 *iotype = UPIO_MEM32; in uart_parse_earlycon()
1992 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2309 case UPIO_MEM32: in uart_report_port()
2976 case UPIO_MEM32: in uart_match_port()
Dar933x_uart.c680 port->iotype = UPIO_MEM32; in ar933x_uart_probe()
Dmilbeaut_usio.c540 port->iotype = UPIO_MEM32; in mlb_usio_probe()
/Linux-v5.4/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-v5.4/drivers/tty/serial/8250/
D8250_early.c47 case UPIO_MEM32: in serial8250_early_in()
72 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_dw.c97 if (p->iotype == UPIO_MEM32) in dw8250_check_lcr()
370 p->iotype = UPIO_MEM32; in dw8250_quirks()
442 p->iotype = UPIO_MEM32; in dw8250_probe()
D8250_em.c113 up.port.iotype = UPIO_MEM32; in serial8250_em_probe()
D8250_pxa.c121 uart.port.iotype = UPIO_MEM32; in serial_pxa_probe()
D8250_lpc18xx.c163 uart.port.iotype = UPIO_MEM32; in lpc18xx_serial_probe()
D8250_mtk.c518 uart.port.iotype = UPIO_MEM32; in mtk8250_probe()
635 device->port.iotype = UPIO_MEM32; in early_mtk8250_setup()
D8250_of.c122 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
D8250_port.c484 case UPIO_MEM32: in set_io_from_upio()
519 case UPIO_MEM32: in serial_port_out_sync()
2770 case UPIO_MEM32: in serial8250_request_std_resource()
2808 case UPIO_MEM32: in serial8250_release_std_resource()
/Linux-v5.4/arch/mips/mti-malta/
Dmalta-platform.c50 .iotype = UPIO_MEM32,
/Linux-v5.4/arch/arm/mach-davinci/
Ddm646x.c522 .iotype = UPIO_MEM32,
535 .iotype = UPIO_MEM32,
548 .iotype = UPIO_MEM32,
/Linux-v5.4/arch/mips/ath25/
Ddevices.c82 s.iotype = UPIO_MEM32; in ath25_serial_setup()
/Linux-v5.4/arch/xtensa/platforms/xtfpga/
Dsetup.c249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/Linux-v5.4/arch/mips/netlogic/xlr/
Dplatform.c64 .iotype = UPIO_MEM32, \
/Linux-v5.4/arch/mips/ar7/
Dplatform.c564 uart_port.iotype = UPIO_MEM32; in ar7_register_uarts()
/Linux-v5.4/include/linux/
Dserial_core.h149 #define UPIO_MEM32 (SERIAL_IO_MEM32) /* 32b little endian */ macro

12