Searched refs:SCPCR (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/sh/kernel/cpu/sh3/ | 
| D | serial-sh770x.c | 7 #define SCPCR 0xA4000116  macro 15 	data = __raw_readw(SCPCR);  in sh770x_sci_init_pins() 17 	__raw_writew(data & 0x0fcf, SCPCR);  in sh770x_sci_init_pins() 21 		data = __raw_readw(SCPCR);  in sh770x_sci_init_pins() 24 		__raw_writew((data & 0x0fcf) | 0x1000, SCPCR);  in sh770x_sci_init_pins()
  | 
| /Linux-v5.4/arch/sh/boards/mach-hp6xx/ | 
| D | setup.c | 21 #define	SCPCR	0xa4000116  macro 160 	v = __raw_readw(SCPCR);  in hp6xx_setup() 163 	__raw_writew(v, SCPCR);  in hp6xx_setup()
  | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | sh-sci.h | 29 	SCPCR,				/* Serial Port Control Register */  enumerator
  | 
| D | sh-sci.c | 233 			[SCPCR]		= { 0x30, 16 }, 258 			[SCPCR]		= { 0x30, 16 }, 719 		u16 ctrl = serial_port_in(port, SCPCR);  in sci_init_pins() 739 		serial_port_out(port, SCPCR, ctrl);  in sci_init_pins() 2003 		serial_port_out(port, SCPCR,  in sci_set_rts() 2004 				serial_port_in(port, SCPCR) | SCPCR_RTSC);  in sci_set_rts() 2074 			serial_port_out(port, SCPCR,  in sci_set_mctrl() 2075 				serial_port_in(port, SCPCR) & ~SCPCR_RTSC);  in sci_set_mctrl()
  |