Home
last modified time | relevance | path

Searched refs:FCR (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/arch/x86/boot/
A Dearly_serial_console.c16 #define FCR 2 /* FIFO control */ macro
33 outb(0, port + FCR); /* no fifo */ in early_serial_init()
/linux-6.3-rc2/drivers/tty/
A Dmxser.c270 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 …]
/linux-6.3-rc2/arch/sparc/include/asm/
A Dns87303.h17 #define FCR 0x03 macro
A Dfloppy_64.h705 ns87303_modify(config, FCR, 0, FCR_LDE); in sun_floppy_init()
/linux-6.3-rc2/arch/arm/mach-orion5x/
A Dtsx09-common.c37 writel(0x00, UART1_REG(FCR)); in qnap_tsx09_power_off()
A Dterastation_pro2-setup.c280 writel(0x07, UART1_REG(FCR)); in tsp2_power_off()
A Dkurobox_pro-setup.c302 writel(0x07, UART1_REG(FCR)); in kurobox_pro_power_off()
/linux-6.3-rc2/arch/x86/kernel/
A Dearly_printk.c89 #define FCR 2 /* FIFO control */ macro
136 serial_out(early_serial_base, FCR, 0); /* no fifo */ in early_serial_hw_init()
/linux-6.3-rc2/drivers/usb/serial/
A Dio_16654.h33 #define FCR 2 // ! Fifo Control Register (Write) macro
/linux-6.3-rc2/drivers/power/reset/
A Dqnap-poweroff.c65 writel(0x00, UART1_REG(FCR)); in qnap_power_off()
/linux-6.3-rc2/drivers/net/hamradio/
A Dbaycom_ser_fdx.c96 #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()
A Dbaycom_ser_hdx.c82 #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()
A Dyam.c153 #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-6.3-rc2/drivers/mtd/nand/raw/
A Ddiskonchip.c122 #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()

Completed in 22 milliseconds