/openbmc/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()
|
/openbmc/linux/drivers/tty/ |
H A D | mxser.c | 270 u8 FCR; /* FIFO control register */ member 603 info->FCR = 0; in mxser_change_speed() 605 info->FCR |= UART_FCR_ENABLE_FIFO | in mxser_change_speed() 609 info->FCR |= UART_FCR_ENABLE_FIFO; in mxser_change_speed() 612 info->FCR |= UART_FCR_TRIGGER_1; in mxser_change_speed() 615 info->FCR |= UART_FCR_TRIGGER_4; in mxser_change_speed() 618 info->FCR |= UART_FCR_TRIGGER_8; in mxser_change_speed() 621 info->FCR |= UART_FCR_TRIGGER_14; in mxser_change_speed() 682 outb(info->FCR, info->ioaddr + UART_FCR); in mxser_change_speed() 891 outb(info->FCR | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT, in mxser_flush_buffer() [all …]
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | ns87303.h | 17 #define FCR 0x03 macro
|
H A D | floppy_64.h | 705 ns87303_modify(config, FCR, 0, FCR_LDE); in sun_floppy_init()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early_printk.c | 89 #define FCR 2 /* FIFO control */ macro 136 serial_out(early_serial_base, FCR, 0); /* no fifo */ in early_serial_hw_init()
|
/openbmc/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()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_16654.h | 33 #define FCR 2 // ! Fifo Control Register (Write) macro
|
/openbmc/linux/drivers/power/reset/ |
H A D | qnap-poweroff.c | 65 writel(0x00, UART1_REG(FCR)); in qnap_power_off()
|
/openbmc/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() 406 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()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 76 env->uregs[FCR] = v & 0xfffff07f; in HELPER() 93 env->uregs[FCR] = v & 0x0000007f; in HELPER()
|
H A D | cpu.h | 105 FCR = 232, enumerator
|
H A D | translate.c | 6751 .par = (const uint32_t[]){FCR}, 6828 .par = (const uint32_t[]){FCR}, 7488 .par = (const uint32_t[]){FCR}, 7663 .par = (const uint32_t[]){FCR},
|
/openbmc/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()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btnxpuart.c | 261 #define FCR 0x000000c7 macro 675 uart_config.fcr.value = __cpu_to_le32(FCR); in nxp_fw_change_baudrate()
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 102 { "FCR", 232, 1 },
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 86 { "FCR", 232, 1 },
|