Searched refs:UPIO_MEM (Results 1 – 25 of 92) sorted by relevance
1234
| /linux/drivers/tty/serial/ |
| A D | earlycon.c | 79 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM16 || in earlycon_print_info() 83 (port->iotype == UPIO_MEM) ? "" : in earlycon_print_info() 103 case UPIO_MEM: in parse_options() 267 port->iotype = UPIO_MEM; in of_setup_earlycon() 290 port->iotype = UPIO_MEM; in of_setup_earlycon()
|
| A D | serial_port.c | 217 port->iotype = UPIO_MEM; in __uart_read_properties() 221 port->iotype = UPIO_MEM; in __uart_read_properties()
|
| A D | samsung_tty.c | 172 case UPIO_MEM: in rd_reg() 187 case UPIO_MEM: in wr_reg() 2002 ourport->port.iotype = UPIO_MEM; in s3c24xx_serial_probe() 2407 .iotype = UPIO_MEM, 2437 .iotype = UPIO_MEM, 2467 .iotype = UPIO_MEM, \ 2576 .iotype = UPIO_MEM, 2697 case UPIO_MEM: in wr_reg_barrier()
|
| /linux/arch/arm/mach-omap1/ |
| A D | serial.c | 71 .iotype = UPIO_MEM, 79 .iotype = UPIO_MEM, 87 .iotype = UPIO_MEM,
|
| /linux/arch/mips/loongson2ef/common/ |
| A D | serial.c | 35 .iotype = UPIO_MEM, \ 64 if (UPIO_MEM == iotype) { in serial_init()
|
| /linux/arch/mips/bcm47xx/ |
| A D | serial.c | 46 p->iotype = UPIO_MEM; in uart8250_init_ssb() 72 p->iotype = UPIO_MEM; in uart8250_init_bcma()
|
| /linux/arch/sh/boards/mach-se/7343/ |
| A D | setup.c | 74 .iotype = UPIO_MEM, 81 .iotype = UPIO_MEM,
|
| /linux/drivers/tty/serial/8250/ |
| A D | 8250_hp300.c | 107 port.iotype = UPIO_MEM; in hp300_setup_serial_console() 172 uart.port.iotype = UPIO_MEM; in hpdca_init_one() 252 uart.port.iotype = UPIO_MEM; in hp300_8250_init()
|
| A D | 8250_early.c | 41 case UPIO_MEM: in serial8250_early_in() 61 case UPIO_MEM: in serial8250_early_out()
|
| A D | 8250_pcilib.c | 25 port->port.iotype = UPIO_MEM; in serial8250_pci_setup_port()
|
| A D | 8250_ioc3.c | 60 up.port.iotype = UPIO_MEM; in serial8250_ioc3_probe()
|
| A D | 8250_parisc.c | 53 uart.port.iotype = UPIO_MEM; in serial_init_chip()
|
| A D | 8250_acorn.c | 66 uart.port.iotype = UPIO_MEM; in serial_card_probe()
|
| A D | 8250_pnp.c | 458 iotype = UPIO_MEM; in serial_pnp_probe()
|
| A D | 8250_fsl.c | 143 port8250.port.iotype = UPIO_MEM; in fsl8250_acpi_probe()
|
| /linux/arch/mips/rb532/ |
| A D | serial.c | 43 .iotype = UPIO_MEM,
|
| /linux/arch/powerpc/kernel/ |
| A D | legacy_serial.c | 201 return add_legacy_port(np, -1, UPIO_MEM, addr, addr, in add_legacy_soc_port() 280 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port() 288 if (iotype == UPIO_MEM) in add_legacy_pci_port() 590 if ((port->iotype == UPIO_MEM) || (port->iotype == UPIO_TSI)) in serial_dev_init()
|
| /linux/arch/arm/plat-orion/ |
| A D | common.c | 112 .iotype = UPIO_MEM, 140 .iotype = UPIO_MEM, 168 .iotype = UPIO_MEM, 196 .iotype = UPIO_MEM,
|
| /linux/arch/mips/cobalt/ |
| A D | serial.c | 33 .iotype = UPIO_MEM,
|
| /linux/drivers/misc/ibmasm/ |
| A D | uart.c | 40 uart.port.iotype = UPIO_MEM; in ibmasm_register_uart()
|
| /linux/arch/xtensa/platforms/xt2000/ |
| A D | setup.c | 95 .iotype = UPIO_MEM, \
|
| /linux/arch/mips/sgi-ip32/ |
| A D | ip32-platform.c | 26 .iotype = UPIO_MEM, \
|
| /linux/arch/mips/jazz/ |
| A D | setup.c | 93 .iotype = UPIO_MEM, \
|
| /linux/arch/arm/mach-rpc/ |
| A D | riscpc.c | 149 .iotype = UPIO_MEM,
|
| /linux/arch/mips/loongson32/common/ |
| A D | platform.c | 24 .iotype = UPIO_MEM, \
|
Completed in 54 milliseconds
1234