scsptr 2127 drivers/tty/serial/sh-sci.c unsigned short scscr, scsptr; scsptr 2140 drivers/tty/serial/sh-sci.c scsptr = serial_port_in(port, SCSPTR); scsptr 2144 drivers/tty/serial/sh-sci.c scsptr = (scsptr | SCSPTR_SPB2IO) & ~SCSPTR_SPB2DT; scsptr 2147 drivers/tty/serial/sh-sci.c scsptr = (scsptr | SCSPTR_SPB2DT) & ~SCSPTR_SPB2IO; scsptr 2151 drivers/tty/serial/sh-sci.c serial_port_out(port, SCSPTR, scsptr);