Searched refs:rfifo_we (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/tile/include/arch/ | ||
H A D | uart.h | 168 uint_reg_t rfifo_we : 1; member in struct:__anon2791::__anon2792 186 uint_reg_t rfifo_we : 1; 234 uint_reg_t rfifo_we : 1; member in struct:__anon2793::__anon2794 251 uint_reg_t rfifo_we : 1; |
/linux-4.1.27/drivers/tty/serial/ | ||
H A D | tilegx.c | 190 if (intr_stat.rfifo_we) { tilegx_interrupt() 374 intr_mask.rfifo_we = 0; tilegx_startup() 419 intr_mask.rfifo_we = 1; tilegx_shutdown() |
Completed in 131 milliseconds