taglinefilesource code
R3753drivers/char/scc.cor(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */
R3755drivers/char/scc.ccl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */
R3809drivers/char/scc.cor(scc,R3,ENT_HM);  /* enter hunt mode for next flag */
R3830drivers/char/scc.cor(scc,R3,ENT_HM);      /* enter hunt mode */
R3879drivers/char/scc.cor(scc,R3,ENT_HM);              /* enter hunt mode for next flag */
R3953drivers/char/scc.cwr(scc,R3,Rx8|RxCRC_ENAB);  /* RX 8 bits/char, CRC, disabled */  
R31021drivers/char/scc.cor(scc,R3,ENT_HM|RxENABLE);  /* enable the receiver, hunt mode */
R31065drivers/char/scc.ccl(scc,R3,RxENABLE|ENT_HM);  /* then switch off receiver */
R31081drivers/char/scc.cor(scc,R3,RxENABLE|ENT_HM);
R31786drivers/char/scc.cwr(scc,R3,0);
R31011drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, Rx8);  /* Rx off */
R31051drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, Rx8);  /* Make sure rx is off */
R31060drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, RxENABLE | Rx8);
R31150drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, Rx8);  /* 8 bits/char */
R31186drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, RxENABLE | RxCRC_ENAB | Rx8);
R31530drivers/net/pi2.cwhile ((st = rdscc(lp->cardbase, pi0a.base_addr | CHANA | CTL, R3)) != 0) {