Lines Matching refs:wreg
280 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
285 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
290 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); in cl()
360 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in start_hunt()
456 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in scc_exint()
523 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
745 OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */ in init_brg()
746 OutReg(scc->ctrl, R14, SNRZI|scc->wreg[R14]); /* DPLL NRZI mode */ in init_brg()
937 scc->wreg[R5] |= RTS; in scc_key_trx()
971 scc->wreg[R5] |= RTS; in scc_key_trx()
1109 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped()
1154 if ( !(scc->wreg[R5] & RTS) ) in t_dwait()
1345 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param()
1382 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param()
1383 case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0); in scc_get_param()
2066 seq_printf(seq, "%2.2x ", scc->wreg[reg]); in scc_net_seq_show()