Lines Matching refs:wreg
279 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); in wr()
284 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); in or()
289 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); in cl()
359 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in start_hunt()
455 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in scc_exint()
522 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
744 OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */ in init_brg()
745 OutReg(scc->ctrl, R14, SNRZI|scc->wreg[R14]); /* DPLL NRZI mode */ in init_brg()
936 scc->wreg[R5] |= RTS; in scc_key_trx()
970 scc->wreg[R5] |= RTS; in scc_key_trx()
1107 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped()
1152 if ( !(scc->wreg[R5] & RTS) ) in t_dwait()
1343 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param()
1380 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param()
1381 case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0); in scc_get_param()
2060 seq_printf(seq, "%2.2x ", scc->wreg[reg]); in scc_net_seq_show()