Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dscc.h20 #define Inb(port) inb_p(port) macro
23 #define Inb(port) inb(port) macro
/Linux-v6.6/drivers/net/hamradio/
Dscc.c253 r=Inb(port); in InReg()
257 r=Inb(port); in InReg()
348 Inb(scc->data); in flush_rx_FIFO()
526 Inb(scc->data); /* discard char */ in scc_rxint()
540 Inb(scc->data); in scc_rxint()
556 Inb(scc->data); in scc_rxint()
561 skb_put_u8(skb, Inb(scc->data)); in scc_rxint()
575 Inb(scc->data); /* throw away Rx byte */ in scc_spint()
647 if((vector=Inb(Vector_Latch)) >= 16 * Nchips) break; in scc_isr()