Home
last modified time | relevance | path

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

1234567

/linux/drivers/acpi/
A Dspcr.c93 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()
197 iotype = "mmio32"; in acpi_parse_spcr()
207 snprintf(opts, sizeof(opts), "%s,%s,0x%llx", uart, iotype, in acpi_parse_spcr()
210 snprintf(opts, sizeof(opts), "%s,%s,0x%llx,%d", uart, iotype, in acpi_parse_spcr()
/linux/arch/mips/loongson2ef/common/
A 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()
/linux/drivers/tty/serial/
A Dearlycon.c79 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()
257 port->iotype = UPIO_MEM; in of_setup_earlycon()
280 port->iotype = UPIO_MEM; in of_setup_earlycon()
283 port->iotype = UPIO_MEM16; in of_setup_earlycon()
[all …]
A Dserial_txx9.c168 switch (up->port.iotype) { in sio_in()
179 switch (up->port.iotype) { in sio_out()
750 switch (up->port.iotype) { in serial_txx9_request_resource()
781 switch (up->port.iotype) { in serial_txx9_release_resource()
1039 uart->port.iotype = port->iotype; in serial_txx9_register_port()
1090 port.iotype = p->iotype; in serial_txx9_probe()
1185 port.iotype = UPIO_PORT; in pciserial_txx9_init_one()
A Dserial_core.c892 old_iotype = uport->iotype; in uart_set_info()
926 uport->iotype = old_iotype; in uart_set_info()
1993 *iotype = UPIO_MEM; in uart_parse_earlycon()
1996 *iotype = UPIO_MEM16; in uart_parse_earlycon()
1999 *iotype = UPIO_MEM32; in uart_parse_earlycon()
2002 *iotype = UPIO_MEM32BE; in uart_parse_earlycon()
2009 *iotype = UPIO_PORT; in uart_parse_earlycon()
2012 *iotype = UPIO_MEM; in uart_parse_earlycon()
2318 switch (port->iotype) { in uart_report_port()
3049 if (port1->iotype != port2->iotype) in uart_match_port()
[all …]
/linux/arch/powerpc/kernel/
A 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
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()
582 if (port->iotype == UPIO_PORT) in serial_dev_init()
[all …]
/linux/drivers/char/tpm/
A Dtpm_infineon.c36 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 == TPM_INF_IO_PORT) { in tpm_inf_pnp_probe()
[all …]
/linux/arch/arm/mach-pxa/
A Dcapc7117.c84 .iotype = UPIO_MEM,
93 .iotype = UPIO_MEM,
102 .iotype = UPIO_MEM,
111 .iotype = UPIO_MEM,
A Dzeus.c245 .iotype = UPIO_MEM,
254 .iotype = UPIO_MEM,
263 .iotype = UPIO_MEM,
272 .iotype = UPIO_MEM,
282 .iotype = UPIO_MEM,
291 .iotype = UPIO_MEM,
300 .iotype = UPIO_MEM,
A Dviper.c538 .iotype = UPIO_MEM,
547 .iotype = UPIO_MEM,
556 .iotype = UPIO_MEM,
565 .iotype = UPIO_MEM,
575 .iotype = UPIO_MEM,
/linux/fs/f2fs/
A Diostat.c187 unsigned int iotype = iostat_ctx->type; in __update_iostat_latency() local
197 if (iotype >= META_FLUSH) in __update_iostat_latency()
198 iotype = META; in __update_iostat_latency()
210 io_lat->sum_lat[idx][iotype] += ts_diff; in __update_iostat_latency()
211 io_lat->bio_cnt[idx][iotype]++; in __update_iostat_latency()
212 if (ts_diff > io_lat->peak_lat[idx][iotype]) in __update_iostat_latency()
213 io_lat->peak_lat[idx][iotype] = ts_diff; in __update_iostat_latency()
/linux/drivers/tty/serial/8250/
A D8250_core.c350 switch (port->iotype) { in serial8250_request_rsa_resource()
370 switch (port->iotype) { in serial8250_release_rsa_resource()
539 port->iotype = old_serial_port[i].io_type; in serial8250_isa_init_ports()
631 unsigned char iotype; in univ8250_console_match() local
645 if (port->iotype != iotype) in univ8250_console_match()
647 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 || in univ8250_console_match()
648 iotype == UPIO_MEM32 || iotype == UPIO_MEM32BE) in univ8250_console_match()
651 if (iotype == UPIO_PORT && port->iobase != addr) in univ8250_console_match()
721 p->iotype = port->iotype; in early_serial_setup()
814 uart.port.iotype = p->iotype; in serial8250_probe()
[all …]
A D8250_of.c79 port->iotype = UPIO_PORT; in of_platform_serial_setup()
89 port->iotype = UPIO_MEM; in of_platform_serial_setup()
93 port->iotype = UPIO_MEM; in of_platform_serial_setup()
96 port->iotype = UPIO_MEM16; in of_platform_serial_setup()
99 port->iotype = of_device_is_big_endian(np) ? in of_platform_serial_setup()
164 port->iotype = UPIO_AU; in of_platform_serial_setup()
A D8250_pnp.c450 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()
A D8250_early.c42 switch (port->iotype) { in serial8250_early_in()
65 switch (port->iotype) { in serial8250_early_out()
211 dev->port.iotype = UPIO_AU; in early_au_setup()
A D8250_hp300.c107 port.iotype = UPIO_MEM; in hp300_setup_serial_console()
172 uart.port.iotype = UPIO_MEM; in hpdca_init_one()
252 uart.port.iotype = UPIO_MEM; in hp300_8250_init()
A D8250_dw.c111 if (p->iotype == UPIO_MEM32) in dw8250_check_lcr()
113 else if (p->iotype == UPIO_MEM32BE) in dw8250_check_lcr()
410 p->iotype = UPIO_MEM32BE; in dw8250_quirks()
419 p->iotype = UPIO_MEM32; in dw8250_quirks()
462 p->iotype = UPIO_MEM; in dw8250_probe()
489 p->iotype = UPIO_MEM32; in dw8250_probe()
A D8250_dwlib.c37 if (p->iotype == UPIO_MEM32BE) in dw8250_readl_ext()
44 if (p->iotype == UPIO_MEM32BE) in dw8250_writel_ext()
/linux/arch/arm/mach-s3c/
A Dmach-vr1000.c141 .iotype = UPIO_MEM,
149 .iotype = UPIO_MEM,
157 .iotype = UPIO_MEM,
165 .iotype = UPIO_MEM,
/linux/arch/mips/mti-malta/
A Dmalta-platform.c35 .iotype = UPIO_PORT, \
51 .iotype = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN) ?
/linux/arch/arm/mach-omap1/
A Dserial.c69 .iotype = UPIO_MEM,
77 .iotype = UPIO_MEM,
85 .iotype = UPIO_MEM,
/linux/arch/arm/mach-footbridge/
A Disa.c54 .iotype = UPIO_PORT,
62 .iotype = UPIO_PORT,
/linux/arch/mips/bcm47xx/
A Dserial.c46 p->iotype = UPIO_MEM; in uart8250_init_ssb()
72 p->iotype = UPIO_MEM; in uart8250_init_bcma()
/linux/arch/x86/platform/ce4100/
A Dce4100.c91 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup()
101 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
/linux/arch/sh/boards/mach-se/7343/
A Dsetup.c74 .iotype = UPIO_MEM,
81 .iotype = UPIO_MEM,

Completed in 38 milliseconds

1234567