Searched refs:iotype (Results 1 - 25 of 157) sorted by relevance

1234567

/linux-master/arch/mips/loongson2ef/common/
H A Dserial.c26 .iotype = UPIO_PORT, \
35 .iotype = UPIO_MEM, \
60 unsigned char iotype; local
62 iotype = uart8250_data[mips_machtype].iotype;
64 if (UPIO_MEM == iotype) {
70 else if (UPIO_PORT == iotype)
/linux-master/drivers/acpi/
H A Dspcr.c91 char *iotype; local
117 iotype = "mmio";
120 iotype = "mmio16";
123 iotype = "mmio32";
127 iotype = "io";
131 iotype = "mmio32";
199 iotype = "mmio32";
210 snprintf(opts, sizeof(opts), "%s,%s,0x%llx", uart, iotype,
213 snprintf(opts, sizeof(opts), "%s,%s,0x%llx,%d", uart, iotype,
/linux-master/drivers/tty/serial/
H A Dearlycon.c79 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM16 ||
80 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE)
83 (port->iotype == UPIO_MEM) ? "" :
84 (port->iotype == UPIO_MEM16) ? "16" :
85 (port->iotype == UPIO_MEM32) ? "32" : "32be",
99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options))
102 switch (port->iotype) {
267 port->iotype
[all...]
H A Dserial_port.c176 * The ->iotype is always altered.
185 * - reg-io-width (->iotype)
209 port->iotype = UPIO_MEM;
213 port->iotype = UPIO_MEM;
216 port->iotype = UPIO_MEM16;
219 port->iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32;
226 port->iotype = UPIO_UNKNOWN;
/linux-master/arch/mips/mti-malta/
H A Dmalta-platform.c35 .iotype = UPIO_PORT, \
50 .iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
/linux-master/arch/mips/rb532/
H A Dserial.c43 .iotype = UPIO_MEM,
/linux-master/drivers/tty/serial/8250/
H A D8250_hub6.c15 .iotype = UPIO_HUB6, \
H A D8250_dwlib.h60 if (p->iotype == UPIO_MEM32BE)
67 if (p->iotype == UPIO_MEM32BE)
H A D8250_pcilib.c25 port->port.iotype = UPIO_MEM;
31 port->port.iotype = UPIO_PORT;
H A D8250_pnp.c450 uart.port.iotype = UPIO_PORT;
453 uart.port.iotype = UPIO_PORT;
456 uart.port.iotype = UPIO_MEM;
464 uart.port.irq, uart.port.iotype);
H A D8250_rt288x.c67 p->iotype = UPIO_AU;
86 p->iotype = UPIO_AU;
H A D8250_core.c355 switch (port->iotype) {
375 switch (port->iotype) {
560 port->iotype = old_serial_port[i].io_type;
668 unsigned char iotype; local
675 if (uart_parse_earlycon(options, &iotype, &addr, &options))
682 if (port->iotype != iotype)
684 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 ||
685 iotype
[all...]
H A D8250_dfl.c94 uart->port.iotype = UPIO_MEM32;
98 uart->port.iotype = UPIO_MEM16;
H A D8250_early.c40 switch (port->iotype) {
60 switch (port->iotype) {
/linux-master/arch/arm/mach-footbridge/
H A Disa.c54 .iotype = UPIO_PORT,
62 .iotype = UPIO_PORT,
/linux-master/drivers/misc/ibmasm/
H A Duart.c40 uart.port.iotype = UPIO_MEM;
/linux-master/arch/parisc/kernel/
H A Dpdc_cons.c56 device->port.iotype = UPIO_MEM32BE;
/linux-master/arch/mips/bcm47xx/
H A Dserial.c46 p->iotype = UPIO_MEM;
72 p->iotype = UPIO_MEM;
/linux-master/arch/powerpc/kernel/
H A Dlegacy_serial.c76 int iotype, phys_addr_t base,
132 if (iotype == UPIO_PORT)
137 legacy_serial_ports[index].iotype = iotype;
148 if (iotype == UPIO_TSI) {
156 (iotype == UPIO_PORT) ? "port" : "mem",
260 int iotype, index = -1, lindex = 0; local
280 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT;
288 if (iotype == UPIO_MEM)
321 return add_legacy_port(np, index, iotype, bas
75 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...]
/linux-master/arch/arm/mach-omap1/
H A Dserial.c71 .iotype = UPIO_MEM,
79 .iotype = UPIO_MEM,
87 .iotype = UPIO_MEM,
/linux-master/arch/sh/boards/mach-se/7343/
H A Dsetup.c74 .iotype = UPIO_MEM,
81 .iotype = UPIO_MEM,
/linux-master/arch/x86/platform/ce4100/
H A Dce4100.c91 if (up->iotype != UPIO_MEM32) {
101 up->iotype = UPIO_MEM32;
/linux-master/drivers/char/tpm/
H A Dtpm_infineon.c36 int iotype; member in struct:tpm_inf_dev
54 if (tpm_dev.iotype == TPM_INF_IO_PORT)
62 if (tpm_dev.iotype == TPM_INF_IO_PORT)
70 if (tpm_dev.iotype == TPM_INF_IO_PORT)
78 if (tpm_dev.iotype == TPM_INF_IO_PORT)
403 tpm_dev.iotype = TPM_INF_IO_PORT;
434 tpm_dev.iotype = TPM_INF_IO_MEM;
535 tpm_dev.iotype == TPM_INF_IO_PORT ?
538 tpm_dev.iotype == TPM_INF_IO_PORT ?
562 if (tpm_dev.iotype
[all...]
/linux-master/arch/mips/cobalt/
H A Dserial.c33 .iotype = UPIO_MEM,
/linux-master/arch/mips/ath25/
H A Ddevices.c82 s.iotype = UPIO_MEM32;

Completed in 377 milliseconds

1234567