Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A 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()
288 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
H A Dlpc32xx_hs.c546 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_release_port()
560 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_request_port()
664 p->port.iotype = UPIO_MEM32; in serial_hs_lpc32xx_probe()
H A Dfsl_lpuart.c286 .iotype = UPIO_MEM32,
291 .iotype = UPIO_MEM32,
297 .iotype = UPIO_MEM32,
328 case UPIO_MEM32: in lpuart32_read()
341 case UPIO_MEM32: in lpuart32_write()
508 case UPIO_MEM32: in lpuart_dma_datareg_addr()
540 return sport->port.iotype == UPIO_MEM32 || in lpuart_is_32()
2515 if (device->port.iotype != UPIO_MEM32) in lpuart32_early_console_setup()
2530 device->port.iotype = UPIO_MEM32; in ls1028a_early_console_setup()
2552 device->port.iotype = UPIO_MEM32; in lpuart32_imx_early_console_setup()
H A Damba-pl011.c289 return (uap->port.iotype == UPIO_MEM32) ? in pl011_read()
298 if (uap->port.iotype == UPIO_MEM32) in pl011_write()
2366 if (iotype != UPIO_MEM && iotype != UPIO_MEM32) in pl011_console_match()
2423 if (port->iotype == UPIO_MEM32) in pl011_putc()
2444 if (port->iotype == UPIO_MEM32) in pl011_getc()
2665 uap->port.iotype = vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in pl011_probe()
2757 uap->port.iotype = uap->vendor->access_32b ? UPIO_MEM32 : UPIO_MEM; in sbsa_uart_probe()
H A Dsamsung_tty.c162 case UPIO_MEM32: in rd_reg()
178 case UPIO_MEM32: in wr_reg()
2028 ourport->port.iotype = UPIO_MEM32; in s3c24xx_serial_probe()
2627 case UPIO_MEM32: in wr_reg_barrier()
H A Dclps711x.c474 s->port.iotype = UPIO_MEM32; in uart_clps711x_probe()
H A Dserial_core.c2050 *iotype = UPIO_MEM32; in uart_parse_earlycon()
2057 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2378 case UPIO_MEM32: in uart_report_port()
3103 case UPIO_MEM32: in uart_match_port()
/OK3568_Linux_fs/kernel/arch/x86/platform/ce4100/
H A Dce4100.c91 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup()
101 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_early.c47 case UPIO_MEM32: in serial8250_early_in()
72 case UPIO_MEM32: in serial8250_early_out()
H A D8250_uniphier.c47 device->port.iotype = UPIO_MEM32; in uniphier_early_console_setup()
217 up.port.iotype = UPIO_MEM32; in uniphier_uart_probe()
H A D8250_dw.c121 if (p->iotype == UPIO_MEM32) in dw8250_check_lcr()
477 p->iotype = UPIO_MEM32; in dw8250_quirks()
553 p->iotype = UPIO_MEM32; in dw8250_probe()
H A D8250_em.c117 up.port.iotype = UPIO_MEM32; in serial8250_em_probe()
H A D8250_pxa.c123 uart.port.iotype = UPIO_MEM32; in serial_pxa_probe()
H A D8250_bcm2835aux.c200 device->port.iotype = UPIO_MEM32; in early_bcm2835aux_setup()
H A D8250_tegra.c60 port->iotype = UPIO_MEM32; in tegra_uart_probe()
H A D8250_lpc18xx.c163 uart.port.iotype = UPIO_MEM32; in lpc18xx_serial_probe()
H A D8250_mtk.c563 uart.port.iotype = UPIO_MEM32; in mtk8250_probe()
687 device->port.iotype = UPIO_MEM32; in early_mtk8250_setup()
H A D8250_of.c109 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-platform.c51 UPIO_MEM32BE : UPIO_MEM32,
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Ddm646x.c522 .iotype = UPIO_MEM32,
535 .iotype = UPIO_MEM32,
548 .iotype = UPIO_MEM32,
/OK3568_Linux_fs/kernel/arch/mips/ath25/
H A Ddevices.c82 s.iotype = UPIO_MEM32; in ath25_serial_setup()
/OK3568_Linux_fs/kernel/arch/xtensa/platforms/xtfpga/
H A Dsetup.c239 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlr/
H A Dplatform.c64 .iotype = UPIO_MEM32, \
/OK3568_Linux_fs/kernel/arch/mips/ar7/
H A Dplatform.c564 uart_port.iotype = UPIO_MEM32; in ar7_register_uarts()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h154 #define UPIO_MEM32 (SERIAL_IO_MEM32) /* 32b little endian */ macro

12