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

/linux-master/include/linux/
H A Dscc.h21 #define Outb(port, val) outb_p(val, port) macro
24 #define Outb(port, val) outb(val, port) macro
/linux-master/drivers/net/hamradio/
H A Dscc.c251 Outb(port, reg);
256 Outb(port, reg);
269 Outb(port, reg); udelay(SCC_LDELAY);
270 Outb(port, val); udelay(SCC_LDELAY);
272 Outb(port, reg);
273 Outb(port, val);
387 Outb(scc->ctrl, RES_Tx_P);
396 Outb(scc->ctrl, RES_Tx_P);
405 Outb(scc->data,*skb->data); /* send byte */
409 Outb(sc
[all...]

Completed in 167 milliseconds