Searched refs:Outb (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/hamradio/ |
D | scc.c | 248 Outb(port, reg); in InReg() 253 Outb(port, reg); in InReg() 266 Outb(port, reg); udelay(SCC_LDELAY); in OutReg() 267 Outb(port, val); udelay(SCC_LDELAY); in OutReg() 269 Outb(port, reg); in OutReg() 270 Outb(port, val); in OutReg() 384 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 393 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 402 Outb(scc->data,*skb->data); /* send byte */ in scc_txint() 406 Outb(scc->ctrl,RES_EOM_L); in scc_txint() [all …]
|
/linux-4.4.14/include/linux/ |
D | scc.h | 20 #define Outb(port, val) outb_p(val, port) macro 23 #define Outb(port, val) outb(val, port) macro
|