Home
last modified time | relevance | path

Searched refs:__dcc_getstatus (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_dcc.c20 while (__dcc_getstatus() & DCC_STATUS_TX) in dcc_uart_console_putchar()
48 while (__dcc_getstatus() & DCC_STATUS_TX) in hvc_dcc_put_chars()
62 if (__dcc_getstatus() & DCC_STATUS_RX) in hvc_dcc_get_chars()
78 if (!(__dcc_getstatus() & DCC_STATUS_TX)) in hvc_dcc_check()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_dcc.c34 while (__dcc_getstatus() & DCC_STATUS_TX) in dcc_uart_console_putchar()
62 while (__dcc_getstatus() & DCC_STATUS_TX) in hvc_dcc_put_chars()
76 if (__dcc_getstatus() & DCC_STATUS_RX) in hvc_dcc_get_chars()
111 if (!(__dcc_getstatus() & DCC_STATUS_TX)) { in hvc_dcc_check()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddcc.h7 static inline u32 __dcc_getstatus(void) in __dcc_getstatus() function
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Ddcc.h7 static inline u32 __dcc_getstatus(void) in __dcc_getstatus() function
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Ddcc.h5 * a call to __dcc_getstatus(). We want to make sure that the CPU does
18 static inline u32 __dcc_getstatus(void) in __dcc_getstatus() function
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Ddcc.h5 * a call to __dcc_getstatus(). We want to make sure that the CPU does
18 static inline u32 __dcc_getstatus(void) in __dcc_getstatus() function

Completed in 2 milliseconds