SCPCR 160 arch/sh/boards/mach-hp6xx/setup.c v = __raw_readw(SCPCR); SCPCR 163 arch/sh/boards/mach-hp6xx/setup.c __raw_writew(v, SCPCR); SCPCR 15 arch/sh/kernel/cpu/sh3/serial-sh770x.c data = __raw_readw(SCPCR); SCPCR 17 arch/sh/kernel/cpu/sh3/serial-sh770x.c __raw_writew(data & 0x0fcf, SCPCR); SCPCR 21 arch/sh/kernel/cpu/sh3/serial-sh770x.c data = __raw_readw(SCPCR); SCPCR 24 arch/sh/kernel/cpu/sh3/serial-sh770x.c __raw_writew((data & 0x0fcf) | 0x1000, SCPCR); SCPCR 233 drivers/tty/serial/sh-sci.c [SCPCR] = { 0x30, 16 }, SCPCR 258 drivers/tty/serial/sh-sci.c [SCPCR] = { 0x30, 16 }, SCPCR 719 drivers/tty/serial/sh-sci.c u16 ctrl = serial_port_in(port, SCPCR); SCPCR 739 drivers/tty/serial/sh-sci.c serial_port_out(port, SCPCR, ctrl); SCPCR 2010 drivers/tty/serial/sh-sci.c serial_port_out(port, SCPCR, SCPCR 2011 drivers/tty/serial/sh-sci.c serial_port_in(port, SCPCR) | SCPCR_RTSC); SCPCR 2081 drivers/tty/serial/sh-sci.c serial_port_out(port, SCPCR, SCPCR 2082 drivers/tty/serial/sh-sci.c serial_port_in(port, SCPCR) & ~SCPCR_RTSC);