usr2              747 drivers/tty/serial/imx.c 		u32 usr2;
usr2              754 drivers/tty/serial/imx.c 		usr2 = imx_uart_readl(sport, USR2);
usr2              755 drivers/tty/serial/imx.c 		if (usr2 & USR2_BRCD) {
usr2              832 drivers/tty/serial/imx.c 	unsigned usr2 = imx_uart_readl(sport, USR2);
usr2              838 drivers/tty/serial/imx.c 	if (!(usr2 & USR2_DCDIN))
usr2              878 drivers/tty/serial/imx.c 	unsigned int usr1, usr2, ucr1, ucr2, ucr3, ucr4;
usr2              884 drivers/tty/serial/imx.c 	usr2 = imx_uart_readl(sport, USR2);
usr2              905 drivers/tty/serial/imx.c 		usr2 &= ~USR2_TXDC;
usr2              913 drivers/tty/serial/imx.c 		usr2 &= ~USR2_ORE;
usr2              920 drivers/tty/serial/imx.c 	if ((usr1 & USR1_TRDY) || (usr2 & USR2_TXDC)) {
usr2              943 drivers/tty/serial/imx.c 	if (usr2 & USR2_ORE) {
usr2             1189 drivers/tty/serial/imx.c 	u32 usr1, usr2;
usr2             1192 drivers/tty/serial/imx.c 	usr2 = imx_uart_readl(sport, USR2);
usr2             1194 drivers/tty/serial/imx.c 	if (usr2 & USR2_BRCD) {
usr2             1211 drivers/tty/serial/imx.c 	if (usr2 & USR2_ORE) {
usr2              130 tools/testing/selftests/powerpc/mm/wild_bctr.c 	struct sigaction usr2 = {
usr2              136 tools/testing/selftests/powerpc/mm/wild_bctr.c 	FAIL_IF(sigaction(SIGUSR2, &usr2, NULL));