Searched defs:iotype (Results 1 - 2 of 2) sorted by relevance

/arch/mips/loongson/common/
H A Dserial.c26 .iotype = UPIO_PORT, \
35 .iotype = UPIO_MEM, \
60 unsigned char iotype; local
62 iotype = uart8250_data[mips_machtype][0].iotype;
64 if (UPIO_MEM == iotype)
67 else if (UPIO_PORT == iotype)
/arch/powerpc/kernel/
H A Dlegacy_serial.c70 int iotype, phys_addr_t base,
120 if (iotype == UPIO_PORT)
125 legacy_serial_ports[index].iotype = iotype;
135 if (iotype == UPIO_TSI) {
143 (iotype == UPIO_PORT) ? "port" : "mem",
242 int iotype, index = -1, lindex = 0; local
262 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT;
270 if (iotype == UPIO_MEM)
303 return add_legacy_port(np, index, iotype, bas
69 add_legacy_port(struct device_node *np, int want_index, int iotype, phys_addr_t base, phys_addr_t taddr, unsigned long irq, upf_t flags, int irq_check_parent) argument
[all...]

Completed in 74 milliseconds