Searched refs:FCR (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/x86/boot/ |
| H A D | early_serial_console.c | 16 #define FCR 2 /* FIFO control */ macro 33 outb(0, port + FCR); /* no fifo */ in early_serial_init()
|
| /linux/arch/sparc/include/asm/ |
| H A D | ns87303.h | 17 #define FCR 0x03 macro
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | tsx09-common.c | 37 writel(0x00, UART1_REG(FCR)); in qnap_tsx09_power_off()
|
| H A D | terastation_pro2-setup.c | 280 writel(0x07, UART1_REG(FCR)); in tsp2_power_off()
|
| H A D | kurobox_pro-setup.c | 302 writel(0x07, UART1_REG(FCR)); in kurobox_pro_power_off()
|
| /linux/drivers/usb/serial/ |
| H A D | io_16654.h | 33 #define FCR 2 // ! Fifo Control Register (Write) macro
|
| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 91 #define FCR 2 /* FIFO control */ macro 140 static_call(serial_out)(early_serial_base, FCR, 0); /* no fifo */ in early_serial_hw_init()
|
| /linux/drivers/power/reset/ |
| H A D | qnap-poweroff.c | 65 writel(0x00, UART1_REG(FCR)); in qnap_power_off()
|
| /linux/drivers/net/hamradio/ |
| H A D | baycom_ser_fdx.c | 96 #define FCR(iobase) (iobase+2) macro 359 outb(0x01, FCR(iobase)); /* enable FIFOs */ in ser12_check_uart() 407 outb(0, FCR(dev->base_addr)); /* disable FIFOs */ in ser12_open()
|
| H A D | baycom_ser_hdx.c | 82 #define FCR(iobase) (iobase+2) macro 441 outb(0x01, FCR(iobase)); /* enable FIFOs */ in ser12_check_uart() 474 outb(0, FCR(dev->base_addr)); /* disable FIFOs */ in ser12_open()
|
| H A D | yam.c | 153 #define FCR(iobase) (iobase+2) macro 471 outb(0x00, FCR(dev->base_addr)); in yam_set_uart() 512 outb(0x01, FCR(iobase)); /* enable FIFOs */ in yam_check_uart()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | diskonchip.c | 122 #define FCR 510 macro 163 s[i] ^= cd->alpha_to[rs_modnn(cd, tmp + (FCR + i) * j)]; in doc_ecc_decode() 169 syn[i] = rs_modnn(cd, cd->index_of[s[i]] + (NN - FCR - i)); in doc_ecc_decode() 1452 doc->rs_decoder = init_rs(10, 0x409, FCR, 1, NROOTS); in doc_probe()
|
| /linux/drivers/tty/serial/ |
| H A D | rsci.c | 26 #define FCR 0x24 macro
|
| /linux/drivers/bluetooth/ |
| H A D | btnxpuart.c | 299 #define FCR 0x000000c7 macro 835 uart_config.fcr.value = __cpu_to_le32(FCR); in nxp_fw_change_baudrate()
|