Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dscc.h20 #define Inb(port) inb_p(port) macro
23 #define Inb(port) inb(port) macro
/Linux-v5.15/drivers/net/hamradio/
Dscc.c252 r=Inb(port); in InReg()
256 r=Inb(port); in InReg()
347 Inb(scc->data); in flush_rx_FIFO()
525 Inb(scc->data); /* discard char */ in scc_rxint()
539 Inb(scc->data); in scc_rxint()
555 Inb(scc->data); in scc_rxint()
560 skb_put_u8(skb, Inb(scc->data)); in scc_rxint()
574 Inb(scc->data); /* throw away Rx byte */ in scc_spint()
646 if((vector=Inb(Vector_Latch)) >= 16 * Nchips) break; in scc_isr()