Searched refs:OutReg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/hamradio/ |
D | scc.c | 260 static inline void OutReg(io_port port, unsigned char reg, unsigned char val) in OutReg() function 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() 399 OutReg(scc->ctrl, R0, RES_Tx_CRC); in scc_txint() 454 OutReg(scc->ctrl,R14,SEARCH|scc->wreg[R14]); /* DPLL: enter search mode */ in scc_exint() 652 OutReg(scc->ctrl,R0,RES_H_IUS); /* Reset Highest IUS */ in scc_isr() 701 OutReg(scc->ctrl,R0,RES_H_IUS); in scc_isr() 743 OutReg(scc->ctrl, R14, SSBR|scc->wreg[R14]); /* DPLL source = BRG */ in init_brg() [all …]
|