Searched refs:FCR (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/x86/boot/
H A Dearly_serial_console.c16 #define FCR 2 /* FIFO control */ macro
33 outb(0, port + FCR); /* no fifo */
/linux-master/arch/sparc/include/asm/
H A Dns87303.h17 #define FCR 0x03 macro
44 /* Function Control Register (FCR) bits */
H A Dfloppy_64.h700 * Set the drive exchange bit in FCR on NS87303,
705 ns87303_modify(config, FCR, 0, FCR_LDE);
/linux-master/arch/arm/mach-orion5x/
H A Dtsx09-common.c37 writel(0x00, UART1_REG(FCR));
H A Dterastation_pro2-setup.c280 writel(0x07, UART1_REG(FCR));
H A Dkurobox_pro-setup.c302 writel(0x07, UART1_REG(FCR));
/linux-master/drivers/power/reset/
H A Dqnap-poweroff.c65 writel(0x00, UART1_REG(FCR));
/linux-master/drivers/tty/
H A Dmxser.c270 u8 FCR; /* FIFO control register */ member in struct:mxser_port
603 info->FCR = 0;
605 info->FCR |= UART_FCR_ENABLE_FIFO |
609 info->FCR |= UART_FCR_ENABLE_FIFO;
612 info->FCR |= UART_FCR_TRIGGER_1;
615 info->FCR |= UART_FCR_TRIGGER_4;
618 info->FCR |= UART_FCR_TRIGGER_8;
621 info->FCR |= UART_FCR_TRIGGER_14;
682 outb(info->FCR, info->ioaddr + UART_FCR);
891 outb(info->FCR | UART_FCR_CLEAR_RCV
[all...]
/linux-master/drivers/usb/serial/
H A Dio_16654.h27 // the EdgePort firmware -- that includes THR, RHR, IER, FCR.
33 #define FCR 2 // ! Fifo Control Register (Write) macro
/linux-master/arch/x86/kernel/
H A Dearly_printk.c89 #define FCR 2 /* FIFO control */ macro
136 serial_out(early_serial_base, FCR, 0); /* no fifo */
/linux-master/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c96 #define FCR(iobase) (iobase+2) macro
359 outb(0x01, FCR(iobase)); /* enable FIFOs */
406 outb(0, FCR(dev->base_addr)); /* disable FIFOs */
H A Dbaycom_ser_hdx.c82 #define FCR(iobase) (iobase+2) macro
441 outb(0x01, FCR(iobase)); /* enable FIFOs */
474 outb(0, FCR(dev->base_addr)); /* disable FIFOs */
H A Dyam.c153 #define FCR(iobase) (iobase+2) macro
471 outb(0x00, FCR(dev->base_addr));
512 outb(0x01, FCR(iobase)); /* enable FIFOs */
/linux-master/drivers/mtd/nand/raw/
H A Ddiskonchip.c122 #define FCR 510 macro
156 * where x = alpha^(FCR + i)
163 s[i] ^= cd->alpha_to[rs_modnn(cd, tmp + (FCR + i) * j)];
169 syn[i] = rs_modnn(cd, cd->index_of[s[i]] + (NN - FCR - i));
1452 doc->rs_decoder = init_rs(10, 0x409, FCR, 1, NROOTS);
/linux-master/drivers/bluetooth/
H A Dbtnxpuart.c254 #define FCR 0x000000c7 macro
630 uart_config.fcr.value = __cpu_to_le32(FCR);

Completed in 177 milliseconds