Searched refs:uart (Results 1 - 25 of 89) sorted by path

1234

/linux-master/arch/mips/bcm63xx/
H A DMakefile4 dev-rng.o dev-spi.o dev-hsspi.o dev-uart.o dev-wdt.o \
/linux-master/arch/mips/include/asm/sgi/
H A Dioc.h123 struct sgioc_uart_regs uart; member in struct:sgioc_regs
/linux-master/arch/x86/include/asm/
H A Dserial.h25 { .uart = 0, BASE_BAUD, 0x3F8, 4, STD_COMX_FLAGS }, /* ttyS0 */ \
26 { .uart = 0, BASE_BAUD, 0x2F8, 3, STD_COMX_FLAGS }, /* ttyS1 */ \
27 { .uart = 0, BASE_BAUD, 0x3E8, 4, STD_COMX_FLAGS }, /* ttyS2 */ \
28 { .uart = 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */
/linux-master/drivers/clk/mxs/
H A Dclk-imx23.c85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator in enum:imx23_clk
94 cpu, hbus, xbus, emi, uart,
144 clks[uart] = mxs_clk_gate("uart", "ref_xtal", XTAL, 31);
H A Dclk-imx28.c139 clk32k_div, rtc, lradc, spdif_div, clk32k, pwm, uart, ssp0, enumerator in enum:imx28_clk
149 cpu, hbus, xbus, emi, uart,
212 clks[uart] = mxs_clk_gate("uart", "ref_xtal", XTAL, 31);
/linux-master/drivers/dma/mediatek/
H A DMakefile2 obj-$(CONFIG_MTK_UART_APDMA) += mtk-uart-apdma.o
/linux-master/drivers/misc/ibmasm/
H A DMakefile15 ibmasm-$(CONFIG_SERIAL_8250) += uart.o
H A Duart.c22 struct uart_8250_port uart; local
27 /* read the uart scratch register to determine if the UART
36 memset(&uart, 0, sizeof(uart));
37 uart.port.irq = sp->irq;
38 uart.port.uartclk = 3686400;
39 uart.port.flags = UPF_SHARE_IRQ;
40 uart.port.iotype = UPIO_MEM;
41 uart.port.membase = iomem_base;
43 sp->serial_line = serial8250_register_8250_port(&uart);
[all...]
/linux-master/drivers/nfc/nfcmrvl/
H A DMakefile12 nfcmrvl_uart-y += uart.o
/linux-master/drivers/tty/serial/8250/
H A D8250_acorn.c43 struct uart_8250_port uart; local
62 memset(&uart, 0, sizeof(struct uart_8250_port));
63 uart.port.irq = ec->irq;
64 uart.port.flags = UPF_BOOT_AUTOCONF | UPF_SHARE_IRQ;
65 uart.port.uartclk = type->uartclk;
66 uart.port.iotype = UPIO_MEM;
67 uart.port.regshift = 2;
68 uart.port.dev = &ec->dev;
71 uart.port.membase = info->vaddr + type->offset[i];
72 uart
[all...]
H A D8250_hp300.c160 struct uart_8250_port uart; local
169 memset(&uart, 0, sizeof(uart));
172 uart.port.iotype = UPIO_MEM;
173 uart.port.flags = UPF_SKIP_TEST | UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF;
174 uart.port.irq = d->ipl;
175 uart.port.uartclk = HPDCA_BAUD_BASE * 16;
176 uart.port.mapbase = (d->resource.start + UART_OFFSET);
177 uart.port.membase = (char *)(uart
209 struct uart_8250_port uart; local
[all...]
/linux-master/net/nfc/nci/
H A DMakefile13 nci_uart-y += uart.o
/linux-master/sound/drivers/mpu401/
H A DMakefile8 snd-mpu401-uart-objs := mpu401_uart.o
10 obj-$(CONFIG_SND_MPU401_UART) += snd-mpu401-uart.o
/linux-master/arch/arm/include/debug/
H A Dtegra.S45 #define checkuart(rp, rv, lhu, bit, uart) \
63 ldr rp, =TEGRA_UART##uart##_BASE ; \
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.c3604 * Enable DEBUG_OMAPUART_FLAGS for uart hwmod that is being used as
3606 * that specific uart.
3613 const char *uart; local
3617 uart = of_get_property(np, "stdout-path", NULL);
3618 if (uart) {
3619 np = of_find_node_by_path(uart);
3621 uart = of_get_property(np, "ti,hwmods", NULL);
3622 oh = omap_hwmod_lookup(uart);
3624 uart = of_get_property(np->parent,
3627 oh = omap_hwmod_lookup(uart);
[all...]
/linux-master/arch/arm/mach-s3c/
H A DMakefile15 obj-$(CONFIG_SAMSUNG_ATAGS) += dev-uart.o
H A DMakefile.s3c64xx27 obj-y += dev-uart-s3c64xx.o
H A Dinit.c66 /* uart management */
91 int uart; local
95 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) {
100 s3c24xx_uart_devs[uart] = platdev;
119 printk(KERN_ERR "s3c24xx_init_uarts: cpu has no uart init\n");
/linux-master/arch/mips/boot/compressed/
H A DMakefile48 vmlinuzobjs-$(CONFIG_SYS_SUPPORTS_ZBOOT_UART16550) += $(obj)/uart-16550.o
49 vmlinuzobjs-$(CONFIG_SYS_SUPPORTS_ZBOOT_UART_PROM) += $(obj)/uart-prom.o
50 vmlinuzobjs-$(CONFIG_MIPS_ALCHEMY) += $(obj)/uart-alchemy.o
51 vmlinuzobjs-$(CONFIG_ATH79) += $(obj)/uart-ath79.o
/linux-master/arch/mips/cavium-octeon/
H A Docteon-platform.c894 /* Right now CN52XX is the only chip with a third uart */
899 int uart; local
902 "uart%d", i);
907 uart = fdt_path_offset(initial_boot_params, alias_prop);
913 uart, "clock-frequency",
917 pr_debug("Deleting uart%d\n", i);
918 fdt_nop_node(initial_boot_params, uart);
/linux-master/arch/mips/generic/
H A Dyamon-dt.c161 unsigned int uart, baud, stop_bits; local
167 uart = 0;
169 uart = 1;
173 uart = 0;
180 snprintf(mode_var_name, sizeof(mode_var_name), "modetty%u", uart);
212 uart, baud, parity, stop_bits,
/linux-master/arch/mips/sgi-ip27/
H A Dip27-console.c37 struct ioc3_uartregs *uart = console_uart(); local
39 while ((readb(&uart->iu_lsr) & 0x20) == 0)
41 writeb(c, &uart->iu_thr);
/linux-master/arch/mips/sgi-ip30/
H A Dip30-console.c18 struct ioc3_uartregs *uart = console_uart(); local
20 while ((readb(&uart->iu_lsr) & 0x20) == 0)
23 writeb(c, &uart->iu_thr);
/linux-master/arch/powerpc/boot/
H A Dcuboot-hotfoot.c26 u32 uart = mfdcr(DCRN_CPC0_UCR) & 0x7f; local
34 dt_fixup_clock("/plb/opb/serial@ef600300", bd.bi_procfreq / uart);
35 dt_fixup_clock("/plb/opb/serial@ef600400", bd.bi_procfreq / uart);
/linux-master/drivers/accessibility/speakup/
H A Dserialio.h16 unsigned int uart; /* unused */ member in struct:old_serial_port

Completed in 375 milliseconds

1234