Searched refs:usr2 (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c130 struct sigaction usr2 = { local
136 FAIL_IF(sigaction(SIGUSR2, &usr2, NULL));
/linux-master/drivers/tty/serial/
H A Dimx.c403 u32 ucr1, ucr4, usr2; local
419 usr2 = imx_uart_readl(sport, USR2);
420 if ((!(usr2 & USR2_TXDC)) && (ucr4 & UCR4_TCEN)) {
808 static void imx_uart_check_flood(struct imx_port *sport, u32 usr2) argument
833 if (usr2 & USR2_WAKE) {
846 u32 usr2, rx; local
849 usr2 = imx_uart_readl(sport, USR2);
850 if (usr2 & USR2_RDR)
851 imx_uart_check_flood(sport, usr2);
924 unsigned usr2 local
970 unsigned int usr1, usr2, ucr1, ucr2, ucr3, ucr4; local
1284 u32 usr1, usr2; local
[all...]

Completed in 270 milliseconds