Searched refs:iotype (Results 1 – 25 of 28) sorted by relevance
12
/arch/mips/loongson2ef/common/ |
D | serial.c | 26 .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/ |
D | legacy_serial.c | 76 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/ |
D | malta-platform.c | 35 .iotype = UPIO_PORT, \ 50 .iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
|
/arch/arm/mach-footbridge/ |
D | isa.c | 54 .iotype = UPIO_PORT, 62 .iotype = UPIO_PORT,
|
/arch/arm/mach-omap1/ |
D | serial.c | 71 .iotype = UPIO_MEM, 79 .iotype = UPIO_MEM, 87 .iotype = UPIO_MEM,
|
/arch/mips/bcm47xx/ |
D | serial.c | 46 p->iotype = UPIO_MEM; in uart8250_init_ssb() 72 p->iotype = UPIO_MEM; in uart8250_init_bcma()
|
/arch/x86/platform/ce4100/ |
D | ce4100.c | 91 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup() 101 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
|
/arch/sh/boards/mach-se/7343/ |
D | setup.c | 74 .iotype = UPIO_MEM, 81 .iotype = UPIO_MEM,
|
/arch/mips/rb532/ |
D | serial.c | 43 .iotype = UPIO_MEM,
|
D | devices.c | 218 .iotype = UPIO_MEM,
|
/arch/mips/cobalt/ |
D | serial.c | 33 .iotype = UPIO_MEM,
|
/arch/parisc/kernel/ |
D | pdc_cons.c | 56 device->port.iotype = UPIO_MEM32BE; in pdc_earlycon_setup()
|
/arch/arm/plat-orion/ |
D | common.c | 112 .iotype = UPIO_MEM, 140 .iotype = UPIO_MEM, 168 .iotype = UPIO_MEM, 196 .iotype = UPIO_MEM,
|
/arch/xtensa/platforms/xt2000/ |
D | setup.c | 95 .iotype = UPIO_MEM, \
|
/arch/mips/sgi-ip32/ |
D | ip32-platform.c | 26 .iotype = UPIO_MEM, \
|
/arch/mips/ath25/ |
D | devices.c | 82 s.iotype = UPIO_MEM32; in ath25_serial_setup()
|
/arch/mips/jazz/ |
D | setup.c | 104 .iotype = UPIO_MEM, \
|
/arch/arm/mach-rpc/ |
D | riscpc.c | 149 .iotype = UPIO_MEM,
|
/arch/mips/sni/ |
D | a20r.c | 25 .iotype = UPIO_PORT, \
|
D | pcimt.c | 75 .iotype = UPIO_PORT, \
|
D | pcit.c | 27 .iotype = UPIO_PORT, \
|
D | rm200.c | 32 .iotype = UPIO_MEM, \
|
/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 73 u32 iotype; /* see include/linux/serial_core.h */ member
|
/arch/xtensa/platforms/xtfpga/ |
D | setup.c | 249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
|
/arch/mips/loongson32/common/ |
D | platform.c | 26 .iotype = UPIO_MEM, \
|
12