Home
last modified time | relevance | path

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

/drivers/net/wireless/
Dwavelan_cs.c965 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 …]
Dwavelan_cs.h104 #define PIOP(base) (base+0x4) /* Program I/O Port */ macro