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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan_cs.c986 insb(PIOP(base), buf_ptr, chunk_len);
2808 len = inb(PIOP(base));
2809 len |= inb(PIOP(base)) << 8;
3113 outb(clen & 0xff, PIOP(base)); /* lsb */
3114 outb(clen >> 8, PIOP(base)); /* msb */
3117 outsb(PIOP(base), buf, clen);
3120 outb(OP0_NOP, PIOP(base));
3122 outb(OP0_NOP, PIOP(base));
3645 outb(sizeof(struct i82593_conf_block) & 0xff, PIOP(base)); /* lsb */
3646 outb(sizeof(struct i82593_conf_block) >> 8, PIOP(bas
[all...]
H A Dwavelan_cs.h104 #define PIOP(base) (base+0x4) /* Program I/O Port */ macro

Completed in 51 milliseconds