Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/hamradio/
Dscc.c262 static inline void OutReg(io_port port, unsigned char reg, unsigned char val) in OutReg() function
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()
401 OutReg(scc->ctrl, R0, RES_Tx_CRC); in scc_txint()
456 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in scc_exint()
654 OutReg(scc->ctrl,R0,RES_H_IUS); /* Reset Highest IUS */ in scc_isr()
703 OutReg(scc->ctrl,R0,RES_H_IUS); in scc_isr()
745 OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */ in init_brg()
[all …]