Searched refs:PIOP (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/ |
D | wavelan_cs.c | 965 insb(PIOP(base), buf_ptr, chunk_len); in read_ringbuf() 2751 len = inb(PIOP(base)); in wv_start_of_frame() 2752 len |= inb(PIOP(base)) << 8; in wv_start_of_frame() 3055 outb(clen & 0xff, PIOP(base)); /* lsb */ in wv_packet_write() 3056 outb(clen >> 8, PIOP(base)); /* msb */ in wv_packet_write() 3059 outsb(PIOP(base), buf, clen); in wv_packet_write() 3062 outb(OP0_NOP, PIOP(base)); in wv_packet_write() 3064 outb(OP0_NOP, PIOP(base)); in wv_packet_write() 3596 outb(sizeof(struct i82593_conf_block) & 0xff, PIOP(base)); /* lsb */ in wv_82593_config() 3597 outb(sizeof(struct i82593_conf_block) >> 8, PIOP(base)); /* msb */ in wv_82593_config() [all …]
|
D | wavelan_cs.h | 104 #define PIOP(base) (base+0x4) /* Program I/O Port */ macro
|