Lines Matching refs:OutReg
261 static inline void OutReg(io_port port, unsigned char reg, unsigned char val) in OutReg() function
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()
400 OutReg(scc->ctrl, R0, RES_Tx_CRC); in scc_txint()
455 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in scc_exint()
653 OutReg(scc->ctrl,R0,RES_H_IUS); /* Reset Highest IUS */ in scc_isr()
702 OutReg(scc->ctrl,R0,RES_H_IUS); in scc_isr()
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()
851 OutReg(scc->ctrl, R14, DISDPLL); in init_channel()
1253 OutReg(scc->ctrl, R0, RES_Tx_P); in t_maxkeyup()
1499 OutReg(scc->ctrl,R9,FHWRES); /* force hardware reset */ in z8530_init()
1764 OutReg(hwcfg.ctrl_a, R9, FHWRES); in scc_net_ioctl()
1766 OutReg(hwcfg.ctrl_a,R13,0x55); /* is this chip really there? */ in scc_net_ioctl()
2135 OutReg(ctrl,R9,FHWRES); /* force hardware reset */ in scc_cleanup_driver()