scratch3           39 arch/powerpc/include/uapi/asm/kvm_para.h 	__u64 scratch3;
scratch3          724 arch/powerpc/kernel/asm-offsets.c 	OFFSET(KVM_MAGIC_SCRATCH3, kvm_vcpu_arch_shared, scratch3);
scratch3          294 drivers/dma/imx-sdma.c 	u32  scratch3;
scratch3          397 drivers/media/rc/serial_ir.c 	u8 scratch, scratch2, scratch3;
scratch3          413 drivers/media/rc/serial_ir.c 	scratch3 = sinp(UART_IER) & 0x0f;
scratch3          415 drivers/media/rc/serial_ir.c 	if (scratch2 != 0 || scratch3 != 0x0f) {
scratch3          264 drivers/media/rc/sir_ir.c 	u8 scratch, scratch2, scratch3;
scratch3          283 drivers/media/rc/sir_ir.c 	scratch3 = sinp(UART_IER) & 0x0f;
scratch3          285 drivers/media/rc/sir_ir.c 	if (scratch2 != 0 || scratch3 != 0x0f) {
scratch3         1161 drivers/tty/serial/8250/8250_port.c 	unsigned char status1, scratch, scratch2, scratch3;
scratch3         1210 drivers/tty/serial/8250/8250_port.c 		scratch3 = serial_in(up, UART_IER) & 0x0f;
scratch3         1212 drivers/tty/serial/8250/8250_port.c 		if (scratch2 != 0 || scratch3 != 0x0F) {
scratch3         1218 drivers/tty/serial/8250/8250_port.c 				       scratch2, scratch3);
scratch3         1041 drivers/tty/serial/sunsu.c 	unsigned char status1, status2, scratch, scratch2, scratch3;
scratch3         1073 drivers/tty/serial/sunsu.c 		scratch3 = serial_inp(up, UART_IER);
scratch3         1075 drivers/tty/serial/sunsu.c 		if (scratch2 != 0 || scratch3 != 0x0F)