Searched refs:OutReg (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/hamradio/
H A Dscc.c260 static inline void OutReg(io_port port, unsigned char reg, unsigned char val) OutReg() function
278 OutReg(scc->ctrl, reg, (scc->wreg[reg] = val)); wr()
283 OutReg(scc->ctrl, reg, (scc->wreg[reg] |= val)); or()
288 OutReg(scc->ctrl, reg, (scc->wreg[reg] &= ~val)); cl()
358 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ start_hunt()
399 OutReg(scc->ctrl, R0, RES_Tx_CRC); scc_txint()
454 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ scc_exint()
652 OutReg(scc->ctrl,R0,RES_H_IUS); /* Reset Highest IUS */ scc_isr()
701 OutReg(scc->ctrl,R0,RES_H_IUS); scc_isr()
743 OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */ init_brg()
744 OutReg(scc->ctrl, R14, SNRZI|scc->wreg[R14]); /* DPLL NRZI mode */ init_brg()
850 OutReg(scc->ctrl, R14, DISDPLL); init_channel()
1251 OutReg(scc->ctrl, R0, RES_Tx_P); t_maxkeyup()
1498 OutReg(scc->ctrl,R9,FHWRES); /* force hardware reset */ z8530_init()
1763 OutReg(hwcfg.ctrl_a, R9, FHWRES); scc_net_ioctl()
1765 OutReg(hwcfg.ctrl_a,R13,0x55); /* is this chip really there? */ scc_net_ioctl()
2149 OutReg(ctrl,R9,FHWRES); /* force hardware reset */ scc_cleanup_driver()

Completed in 57 milliseconds