stb               139 arch/powerpc/include/asm/io.h DEF_MMIO_OUT_D(out_8,   8, stb);
stb                55 arch/powerpc/include/asm/irqflags.h 	stb	__rB,PACAIRQHAPPENED(r13);	\
stb                57 arch/powerpc/include/asm/irqflags.h 	stb	__rA,PACAIRQSOFTMASK(r13);	\
stb                69 arch/powerpc/include/asm/irqflags.h 	stb	__rB,PACAIRQSOFTMASK(r13);	\
stb                70 arch/powerpc/include/asm/irqflags.h 	stb	__rA,PACAIRQHAPPENED(r13)
stb               382 arch/sparc/include/asm/ttable.h 	stb	%g1, [%g6 + TI_WSAVED];			\
stb               481 arch/sparc/include/asm/ttable.h 	stb	%g1, [%g6 + TI_WSAVED];			\
stb               440 drivers/tty/serial/pch_uart.c 				 unsigned int stb)
stb               464 drivers/tty/serial/pch_uart.c 	if (stb & ~PCH_UART_LCR_STB) {
stb               465 drivers/tty/serial/pch_uart.c 		dev_err(priv->port.dev, "Invalid STB(0x%x)\n", stb);
stb               471 drivers/tty/serial/pch_uart.c 	lcr |= stb;
stb              1372 drivers/tty/serial/pch_uart.c 	unsigned int baud, parity, bits, stb;
stb              1392 drivers/tty/serial/pch_uart.c 		stb = PCH_UART_HAL_STB2;
stb              1394 drivers/tty/serial/pch_uart.c 		stb = PCH_UART_HAL_STB1;
stb              1419 drivers/tty/serial/pch_uart.c 	rtn = pch_uart_hal_set_line(priv, baud, parity, bits, stb);
stb               486 drivers/usb/class/usbtmc.c 	__u8 stb;
stb               496 drivers/usb/class/usbtmc.c 		stb = file_data->srq_byte;
stb               498 drivers/usb/class/usbtmc.c 		rv = put_user(stb, (__u8 __user *)arg);
stb               500 drivers/usb/class/usbtmc.c 			(unsigned int)stb, rv);
stb               551 drivers/usb/class/usbtmc.c 		stb = data->bNotify2;
stb               553 drivers/usb/class/usbtmc.c 		stb = buffer[2];
stb               556 drivers/usb/class/usbtmc.c 	rv = put_user(stb, (__u8 __user *)arg);
stb               557 drivers/usb/class/usbtmc.c 	dev_dbg(dev, "stb:0x%02x received %d\n", (unsigned int)stb, rv);
stb               384 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	STORE_DFORM_TEST(stb);