Home
last modified time | relevance | path

Searched refs:__dcc_getstatus (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/hvc/
Dhvc_dcc.c29 while (__dcc_getstatus() & DCC_STATUS_TX) in hvc_dcc_put_chars()
43 if (__dcc_getstatus() & DCC_STATUS_RX) in hvc_dcc_get_chars()
59 if (!(__dcc_getstatus() & DCC_STATUS_TX)) in hvc_dcc_check()
/linux-4.1.27/arch/arm/include/asm/
Ddcc.h15 static inline u32 __dcc_getstatus(void) in __dcc_getstatus() function