Searched refs:IOPD (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ks8695/include/mach/
H A Dregs-gpio.h53 #define IOPD(x) (1 << (x)) /* Signal Level of GPIO Pin x */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ks8695/
H A Dgpio.c141 x |= IOPD(pin);
143 x &= ~IOPD(pin);
173 x |= IOPD(pin);
175 x &= ~IOPD(pin);
193 return (x & IOPD(pin)) != 0;
294 seq_printf(s, "%i\n", (data & IOPD(i)) ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc-ultra.c120 #define IOPD 0x02 /* I/O Pipe Data (16 bits), PIO operation. */ macro
488 data is read or written to the IOPD data port.
499 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1);
512 insw(ioaddr + IOPD, buf, (count+1)>>1);
522 outsw(ioaddr + IOPD, buf, (count+1)>>1);

Completed in 67 milliseconds