/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/mips/loongson2ef/common/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | spcr.c | 93 char *iotype; in acpi_parse_spcr() local 116 iotype = "mmio"; in acpi_parse_spcr() 119 iotype = "mmio16"; in acpi_parse_spcr() 122 iotype = "mmio32"; in acpi_parse_spcr() 126 iotype = "io"; in acpi_parse_spcr() 130 iotype = "mmio32"; in acpi_parse_spcr() 196 iotype = "mmio32"; in acpi_parse_spcr() 206 snprintf(opts, sizeof(opts), "%s,%s,0x%llx", uart, iotype, in acpi_parse_spcr() 209 snprintf(opts, sizeof(opts), "%s,%s,0x%llx,%d", uart, iotype, in acpi_parse_spcr()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | spcr.c | 91 char *iotype; in acpi_parse_spcr() local 117 iotype = "mmio"; in acpi_parse_spcr() 120 iotype = "mmio16"; in acpi_parse_spcr() 123 iotype = "mmio32"; in acpi_parse_spcr() 127 iotype = "io"; in acpi_parse_spcr() 131 iotype = "mmio32"; in acpi_parse_spcr() 199 iotype = "mmio32"; in acpi_parse_spcr() 210 snprintf(opts, sizeof(opts), "%s,%s,0x%llx", uart, iotype, in acpi_parse_spcr() 213 snprintf(opts, sizeof(opts), "%s,%s,0x%llx,%d", uart, iotype, in acpi_parse_spcr()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | earlycon.c | 79 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM16 || in earlycon_print_info() 80 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_print_info() 83 (port->iotype == UPIO_MEM) ? "" : in earlycon_print_info() 84 (port->iotype == UPIO_MEM16) ? "16" : in earlycon_print_info() 85 (port->iotype == UPIO_MEM32) ? "32" : "32be", in earlycon_print_info() 99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options() 102 switch (port->iotype) { in parse_options() 259 port->iotype in of_setup_earlycon() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | earlycon.c | 79 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM16 || in earlycon_print_info() 80 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_print_info() 83 (port->iotype == UPIO_MEM) ? "" : in earlycon_print_info() 84 (port->iotype == UPIO_MEM16) ? "16" : in earlycon_print_info() 85 (port->iotype == UPIO_MEM32) ? "32" : "32be", in earlycon_print_info() 99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options() 102 switch (port->iotype) { in parse_options() 267 port->iotype in of_setup_earlycon() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 74 int iotype, phys_addr_t base, in add_legacy_port() 130 if (iotype == UPIO_PORT) in add_legacy_port() 135 legacy_serial_ports[index].iotype = iotype; in add_legacy_port() 146 if (iotype == UPIO_TSI) { in add_legacy_port() 154 (iotype == UPIO_PORT) ? "port" : "mem", in add_legacy_port() 258 int iotype, index = -1, lindex = 0; in add_legacy_pci_port() local 278 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port() 286 if (iotype == UPIO_MEM) in add_legacy_pci_port() 319 return add_legacy_port(np, index, iotype, bas in add_legacy_pci_port() 73 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) add_legacy_port() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 76 int iotype, phys_addr_t base, in add_legacy_port() 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, bas in add_legacy_pci_port() 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) add_legacy_port() argument [all...] |
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_infineon.c | 36 int iotype; member 54 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_data_out() 62 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_data_in() 70 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_config_out() 78 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_config_in() 403 tpm_dev.iotype = TPM_INF_IO_PORT; in tpm_inf_pnp_probe() 434 tpm_dev.iotype = TPM_INF_IO_MEM; in tpm_inf_pnp_probe() 535 tpm_dev.iotype == TPM_INF_IO_PORT ? in tpm_inf_pnp_probe() 538 tpm_dev.iotype == TPM_INF_IO_PORT ? in tpm_inf_pnp_probe() 562 if (tpm_dev.iotype in tpm_inf_pnp_probe() [all...] |
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_infineon.c | 36 int iotype; member 54 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_data_out() 62 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_data_in() 70 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_config_out() 78 if (tpm_dev.iotype == TPM_INF_IO_PORT) in tpm_config_in() 403 tpm_dev.iotype = TPM_INF_IO_PORT; in tpm_inf_pnp_probe() 434 tpm_dev.iotype = TPM_INF_IO_MEM; in tpm_inf_pnp_probe() 535 tpm_dev.iotype == TPM_INF_IO_PORT ? in tpm_inf_pnp_probe() 538 tpm_dev.iotype == TPM_INF_IO_PORT ? in tpm_inf_pnp_probe() 562 if (tpm_dev.iotype in tpm_inf_pnp_probe() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | capc7117.c | 84 .iotype = UPIO_MEM, 93 .iotype = UPIO_MEM, 102 .iotype = UPIO_MEM, 111 .iotype = UPIO_MEM,
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_pnp.c | 454 uart.port.iotype = UPIO_PORT; in serial_pnp_probe() 457 uart.port.iotype = UPIO_PORT; in serial_pnp_probe() 460 uart.port.iotype = UPIO_MEM; in serial_pnp_probe() 468 uart.port.irq, uart.port.iotype); in serial_pnp_probe()
|
H A D | 8250_of.c | 79 port->iotype = UPIO_PORT; in of_platform_serial_setup() 98 port->iotype = UPIO_MEM; in of_platform_serial_setup() 102 port->iotype = UPIO_MEM; in of_platform_serial_setup() 105 port->iotype = UPIO_MEM16; in of_platform_serial_setup() 108 port->iotype = of_device_is_big_endian(np) ? in of_platform_serial_setup() 173 port->iotype = UPIO_AU; in of_platform_serial_setup()
|
H A D | 8250_core.c | 366 switch (port->iotype) { in serial8250_request_rsa_resource() 386 switch (port->iotype) { in serial8250_release_rsa_resource() 556 port->iotype = old_serial_port[i].io_type; in serial8250_isa_init_ports() 651 unsigned char iotype; in univ8250_console_match() local 658 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match() 665 if (port->iotype != iotype) in univ8250_console_match() 667 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 || in univ8250_console_match() 668 iotype in univ8250_console_match() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_pnp.c | 450 uart.port.iotype = UPIO_PORT; in serial_pnp_probe() 453 uart.port.iotype = UPIO_PORT; in serial_pnp_probe() 456 uart.port.iotype = UPIO_MEM; in serial_pnp_probe() 464 uart.port.irq, uart.port.iotype); in serial_pnp_probe()
|
H A D | 8250_core.c | 355 switch (port->iotype) { in serial8250_request_rsa_resource() 375 switch (port->iotype) { in serial8250_release_rsa_resource() 560 port->iotype = old_serial_port[i].io_type; in serial8250_isa_init_ports() 668 unsigned char iotype; in univ8250_console_match() local 675 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match() 682 if (port->iotype != iotype) in univ8250_console_match() 684 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 || in univ8250_console_match() 685 iotype in univ8250_console_match() [all...] |
H A D | 8250_of.c | 79 port->iotype = UPIO_PORT; in of_platform_serial_setup() 98 port->iotype = UPIO_MEM; in of_platform_serial_setup() 102 port->iotype = UPIO_MEM; in of_platform_serial_setup() 105 port->iotype = UPIO_MEM16; in of_platform_serial_setup() 108 port->iotype = of_device_is_big_endian(np) ? in of_platform_serial_setup()
|
H A D | 8250_dwlib.h | 60 if (p->iotype == UPIO_MEM32BE) in dw8250_readl_ext() 67 if (p->iotype == UPIO_MEM32BE) in dw8250_writel_ext()
|
H A D | 8250_pcilib.c | 25 port->port.iotype = UPIO_MEM; in serial8250_pci_setup_port() 31 port->port.iotype = UPIO_PORT; in serial8250_pci_setup_port()
|
/kernel/linux/linux-5.10/arch/mips/mti-malta/ |
H A D | malta-platform.c | 35 .iotype = UPIO_PORT, \ 50 .iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
|
/kernel/linux/linux-6.6/arch/mips/mti-malta/ |
H A D | malta-platform.c | 35 .iotype = UPIO_PORT, \ 50 .iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A D | vulcan-setup.c | 87 .iotype = UPIO_MEM, 96 .iotype = UPIO_MEM, 104 .iotype = UPIO_MEM, 111 .iotype = UPIO_MEM,
|
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
H A D | isa.c | 54 .iotype = UPIO_PORT, 62 .iotype = UPIO_PORT,
|
/kernel/linux/linux-6.6/arch/arm/mach-footbridge/ |
H A D | isa.c | 54 .iotype = UPIO_PORT, 62 .iotype = UPIO_PORT,
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | serial.c | 69 .iotype = UPIO_MEM, 77 .iotype = UPIO_MEM, 85 .iotype = UPIO_MEM,
|