Searched refs:SCSCR_INIT (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | sh-sci.h | 39 # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */ macro 48 # define SCSCR_INIT(port) 0x0030 /* TIE=0,RIE=0,TE=1,RE=1 */ macro 60 # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */ macro 71 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \ macro 82 # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ macro 93 # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ macro 109 # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0, macro
|
D | sh-sci.c | 607 sci_out(port, SCSCR, SCSCR_INIT(port)); in sci_set_termios_cflag()
|