Searched refs:Outb (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/hamradio/ |
| H A D | scc.c | 251 Outb(port, reg); in InReg() 256 Outb(port, reg); in InReg() 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() 409 Outb(scc->ctrl,RES_EOM_L); in scc_txint() 606 Outb(scc->ctrl,ERR_RES); in scc_spint() 1501 Outb(scc->ctrl, 0); in z8530_init() 1767 Outb(hwcfg.ctrl_a, 0); in scc_net_siocdevprivate() [all …]
|
| /linux-6.15/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
|