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

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

Completed in 228 milliseconds