Lines Matching refs:wreg
278 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
283 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
288 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); in cl()
358 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in start_hunt()
454 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in scc_exint()
521 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
743 OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */ in init_brg()
744 OutReg(scc->ctrl, R14, SNRZI|scc->wreg[R14]); /* DPLL NRZI mode */ in init_brg()
935 scc->wreg[R5] |= RTS; in scc_key_trx()
969 scc->wreg[R5] |= RTS; in scc_key_trx()
1106 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped()
1151 if ( !(scc->wreg[R5] & RTS) ) in t_dwait()
1342 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param()
1379 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param()
1380 case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0); in scc_get_param()
2062 seq_printf(seq, "%2.2x ", scc->wreg[reg]); in scc_net_seq_show()