Searched refs:Outb (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 251 Outb(port, reg); in InReg() 256 Outb(port, reg); in InReg() 269 Outb(port, reg); udelay(SCC_LDELAY); in OutReg() 270 Outb(port, val); udelay(SCC_LDELAY); in OutReg() 272 Outb(port, reg); in OutReg() 273 Outb(port, val); in OutReg() 387 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 396 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 405 Outb(scc->data,*skb->data); /* send byte */ in scc_txint() 409 Outb(scc->ctrl,RES_EOM_L); in scc_txint() [all …]
|
/openbmc/linux/include/linux/ |
H A D | scc.h | 21 #define Outb(port, val) outb_p(val, port) macro 24 #define Outb(port, val) outb(val, port) macro
|