Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dscc.h20 #define Inb(port) inb_p(port) macro
23 #define Inb(port) inb(port) macro
/Linux-v4.19/drivers/net/hamradio/
Dscc.c251 r=Inb(port); in InReg()
255 r=Inb(port); in InReg()
346 Inb(scc->data); in flush_rx_FIFO()
524 Inb(scc->data); /* discard char */ in scc_rxint()
538 Inb(scc->data); in scc_rxint()
554 Inb(scc->data); in scc_rxint()
559 skb_put_u8(skb, Inb(scc->data)); in scc_rxint()
573 Inb(scc->data); /* throw away Rx byte */ in scc_spint()
645 if((vector=Inb(Vector_Latch)) >= 16 * Nchips) break; in scc_isr()