Lines Matching refs:cl
286 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl() function
415 cl(scc, R10, ABUNDER); /* send CRC */ in scc_txint()
472 cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */ in scc_exint()
720 cl(scc,R14,BRENABL); /* disable baudrate generator */ in set_brg()
923 cl(scc, R3, RxENABLE|ENT_HM); /* switch off receiver */ in scc_key_trx()
924 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */ in scc_key_trx()
940 cl(scc,R5,RTS|TxENAB); in scc_key_trx()
961 cl(scc, R3, RxENABLE); in scc_key_trx()
962 cl(scc, R15, DCDIE|SYNCIE); in scc_key_trx()
974 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
1249 cl(scc, R1, TxINT_ENAB); /* force an ABORT, but don't */ in t_maxkeyup()
1250 cl(scc, R15, TxUIE); /* count it. */ in t_maxkeyup()
1323 cl(scc, R15, DCDIE); in scc_set_param()
1327 cl(scc, R15, SYNCIE); in scc_set_param()