Home
last modified time | relevance | path

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

12

/arch/mips/loongson2ef/common/
Dserial.c26 .iotype = UPIO_PORT, \
35 .iotype = UPIO_MEM, \
60 unsigned char iotype; in serial_init() local
62 iotype = uart8250_data[mips_machtype].iotype; in serial_init()
64 if (UPIO_MEM == iotype) { in serial_init()
70 else if (UPIO_PORT == iotype) in serial_init()
/arch/powerpc/kernel/
Dlegacy_serial.c76 int iotype, phys_addr_t base, in add_legacy_port() argument
132 if (iotype == UPIO_PORT) in add_legacy_port()
137 legacy_serial_ports[index].iotype = iotype; in add_legacy_port()
148 if (iotype == UPIO_TSI) { in add_legacy_port()
156 (iotype == UPIO_PORT) ? "port" : "mem", in add_legacy_port()
260 int iotype, index = -1, lindex = 0; in add_legacy_pci_port() local
280 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port()
288 if (iotype == UPIO_MEM) in add_legacy_pci_port()
321 return add_legacy_port(np, index, iotype, base, addr, 0, in add_legacy_pci_port()
342 if (port->iotype == UPIO_PORT && isa_io_special) in setup_legacy_serial_console()
[all …]
/arch/mips/mti-malta/
Dmalta-platform.c35 .iotype = UPIO_PORT, \
50 .iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
/arch/arm/mach-footbridge/
Disa.c54 .iotype = UPIO_PORT,
62 .iotype = UPIO_PORT,
/arch/arm/mach-omap1/
Dserial.c71 .iotype = UPIO_MEM,
79 .iotype = UPIO_MEM,
87 .iotype = UPIO_MEM,
/arch/mips/bcm47xx/
Dserial.c46 p->iotype = UPIO_MEM; in uart8250_init_ssb()
72 p->iotype = UPIO_MEM; in uart8250_init_bcma()
/arch/x86/platform/ce4100/
Dce4100.c91 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup()
101 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
/arch/sh/boards/mach-se/7343/
Dsetup.c74 .iotype = UPIO_MEM,
81 .iotype = UPIO_MEM,
/arch/mips/rb532/
Dserial.c43 .iotype = UPIO_MEM,
Ddevices.c218 .iotype = UPIO_MEM,
/arch/mips/cobalt/
Dserial.c33 .iotype = UPIO_MEM,
/arch/parisc/kernel/
Dpdc_cons.c56 device->port.iotype = UPIO_MEM32BE; in pdc_earlycon_setup()
/arch/arm/plat-orion/
Dcommon.c112 .iotype = UPIO_MEM,
140 .iotype = UPIO_MEM,
168 .iotype = UPIO_MEM,
196 .iotype = UPIO_MEM,
/arch/xtensa/platforms/xt2000/
Dsetup.c95 .iotype = UPIO_MEM, \
/arch/mips/sgi-ip32/
Dip32-platform.c26 .iotype = UPIO_MEM, \
/arch/mips/ath25/
Ddevices.c82 s.iotype = UPIO_MEM32; in ath25_serial_setup()
/arch/mips/jazz/
Dsetup.c104 .iotype = UPIO_MEM, \
/arch/arm/mach-rpc/
Driscpc.c149 .iotype = UPIO_MEM,
/arch/mips/sni/
Da20r.c25 .iotype = UPIO_PORT, \
Dpcimt.c75 .iotype = UPIO_PORT, \
Dpcit.c27 .iotype = UPIO_PORT, \
Drm200.c32 .iotype = UPIO_MEM, \
/arch/mips/include/asm/mach-loongson64/
Dboot_param.h73 u32 iotype; /* see include/linux/serial_core.h */ member
/arch/xtensa/platforms/xtfpga/
Dsetup.c249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/arch/mips/loongson32/common/
Dplatform.c26 .iotype = UPIO_MEM, \

12