Searched refs:UTCR3_RIE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sa1100.c | 164 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx() 379 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup() 492 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios() 723 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sa1100.c | 164 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx() 352 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup() 465 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios() 696 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ipaq-micro.c | 326 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | ipaq-micro.c | 321 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
H A D | SA-1100.h | 361 #define UTCR3_RIE 0x00000008 /* Receive FIFO 1/3-to-2/3-full or */ macro
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/ |
H A D | SA-1100.h | 361 #define UTCR3_RIE 0x00000008 /* Receive FIFO 1/3-to-2/3-full or */ macro
|
Completed in 14 milliseconds