taglinefilesource code
R3749drivers/char/scc.cor(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */
R3751drivers/char/scc.ccl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */
R3805drivers/char/scc.cor(scc,R3,ENT_HM);  /* enter hunt mode for next flag */
R3826drivers/char/scc.cor(scc,R3,ENT_HM);      /* enter hunt mode */
R3875drivers/char/scc.cor(scc,R3,ENT_HM);              /* enter hunt mode for next flag */
R3949drivers/char/scc.cwr(scc,R3,Rx8|RxCRC_ENAB);  /* RX 8 bits/char, CRC, disabled */  
R31017drivers/char/scc.cor(scc,R3,ENT_HM|RxENABLE);  /* enable the receiver, hunt mode */
R31061drivers/char/scc.ccl(scc,R3,RxENABLE|ENT_HM);  /* then switch off receiver */
R31077drivers/char/scc.cor(scc,R3,RxENABLE|ENT_HM);
R31782drivers/char/scc.cwr(scc,R3,0);
R31012drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, Rx8);  /* Rx off */
R31052drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, Rx8);  /* Make sure rx is off */
R31061drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, RxENABLE | Rx8);
R31151drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, Rx8);  /* 8 bits/char */
R31187drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R3, RxENABLE | RxCRC_ENAB | Rx8);
R31531drivers/net/pi2.cwhile ((st = rdscc(lp->cardbase, pi0a.base_addr | CHANA | CTL, R3)) != 0) {