Home
last modified time | relevance | path

Searched refs:iotype (Results 1 – 25 of 76) sorted by relevance

1234

/arch/mips/loongson64/common/
Dserial.c26 .iotype = UPIO_PORT, \
35 .iotype = UPIO_MEM, \
62 unsigned char iotype; in serial_init() local
64 iotype = uart8250_data[mips_machtype][0].iotype; in serial_init()
66 if (UPIO_MEM == iotype) { in serial_init()
72 else if (UPIO_PORT == iotype) in serial_init()
81 iotype = loongson_sysconf.uarts[i].iotype; in serial_init()
82 uart8250_data[mips_machtype][i].iotype = iotype; in serial_init()
85 if (UPIO_MEM == iotype) { in serial_init()
92 } else if (UPIO_PORT == iotype) { in serial_init()
/arch/arm/mach-pxa/
Dcapc7117.c87 .iotype = UPIO_MEM,
96 .iotype = UPIO_MEM,
105 .iotype = UPIO_MEM,
114 .iotype = UPIO_MEM,
Dzeus.c246 .iotype = UPIO_MEM,
255 .iotype = UPIO_MEM,
264 .iotype = UPIO_MEM,
273 .iotype = UPIO_MEM,
283 .iotype = UPIO_MEM,
292 .iotype = UPIO_MEM,
301 .iotype = UPIO_MEM,
Dviper.c533 .iotype = UPIO_MEM,
542 .iotype = UPIO_MEM,
551 .iotype = UPIO_MEM,
560 .iotype = UPIO_MEM,
570 .iotype = UPIO_MEM,
/arch/powerpc/kernel/
Dlegacy_serial.c73 int iotype, phys_addr_t base, in add_legacy_port() argument
129 if (iotype == UPIO_PORT) in add_legacy_port()
134 legacy_serial_ports[index].iotype = iotype; in add_legacy_port()
145 if (iotype == UPIO_TSI) { in add_legacy_port()
153 (iotype == UPIO_PORT) ? "port" : "mem", in add_legacy_port()
256 int iotype, index = -1, lindex = 0; in add_legacy_pci_port() local
276 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port()
284 if (iotype == UPIO_MEM) in add_legacy_pci_port()
317 return add_legacy_port(np, index, iotype, base, addr, NO_IRQ, in add_legacy_pci_port()
339 if (port->iotype == UPIO_PORT && isa_io_special) in setup_legacy_serial_console()
[all …]
/arch/arm/mach-ixp4xx/
Dvulcan-setup.c83 .iotype = UPIO_MEM,
92 .iotype = UPIO_MEM,
100 .iotype = UPIO_MEM,
107 .iotype = UPIO_MEM,
Davila-setup.c84 .iotype = UPIO_MEM,
93 .iotype = UPIO_MEM,
Ddsmg600-setup.c133 .iotype = UPIO_MEM,
142 .iotype = UPIO_MEM,
Domixp-setup.c131 .iotype = UPIO_MEM,
139 .iotype = UPIO_MEM,
Dnslu2-setup.c147 .iotype = UPIO_MEM,
156 .iotype = UPIO_MEM,
Dnas100d-setup.c135 .iotype = UPIO_MEM,
144 .iotype = UPIO_MEM,
/arch/arm/mach-iop33x/
Duart.c39 .iotype = UPIO_MEM,
89 .iotype = UPIO_MEM,
/arch/arm/mach-footbridge/
Disa.c57 .iotype = UPIO_PORT,
65 .iotype = UPIO_PORT,
/arch/mips/emma/markeins/
Dplatform.c114 .iotype = UPIO_MEM,
122 .iotype = UPIO_MEM,
130 .iotype = UPIO_MEM,
/arch/arm/mach-s3c24xx/
Dmach-vr1000.c146 .iotype = UPIO_MEM,
154 .iotype = UPIO_MEM,
162 .iotype = UPIO_MEM,
170 .iotype = UPIO_MEM,
/arch/mips/mti-malta/
Dmalta-platform.c40 .iotype = UPIO_PORT, \
55 .iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
/arch/mips/bcm47xx/
Dserial.c44 p->iotype = UPIO_MEM; in uart8250_init_ssb()
70 p->iotype = UPIO_MEM; in uart8250_init_bcma()
/arch/arm/mach-omap1/
Dserial.c72 .iotype = UPIO_MEM,
80 .iotype = UPIO_MEM,
88 .iotype = UPIO_MEM,
/arch/x86/platform/ce4100/
Dce4100.c102 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup()
112 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
/arch/mips/rb532/
Dserial.c43 .iotype = UPIO_MEM,
/arch/sh/boards/mach-se/7343/
Dsetup.c73 .iotype = UPIO_MEM,
80 .iotype = UPIO_MEM,
/arch/mips/kernel/
D8250-platform.c16 .iotype = UPIO_PORT, \
/arch/arm/mach-w90x900/
Dcpu.h34 .iotype = UPIO_MEM, \
/arch/mips/cobalt/
Dserial.c46 .iotype = UPIO_MEM,
/arch/mips/pnx833x/common/
Dplatform.c69 .iotype = UPIO_MEM,
82 .iotype = UPIO_MEM,

1234