Lines Matching refs:PIOP
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()
3598 outsb(PIOP(base), (char *) &cfblk, sizeof(struct i82593_conf_block)); in wv_82593_config()
3610 outb(WAVELAN_ADDR_SIZE, PIOP(base)); /* byte count lsb */ in wv_82593_config()
3611 outb(0, PIOP(base)); /* byte count msb */ in wv_82593_config()
3612 outsb(PIOP(base), &dev->dev_addr[0], WAVELAN_ADDR_SIZE); in wv_82593_config()
3644 outb(addrs_len & 0xff, PIOP(base)); /* byte count lsb */ in wv_82593_config()
3645 outb((addrs_len >> 8), PIOP(base)); /* byte count msb */ in wv_82593_config()
3647 outsb(PIOP(base), dmi->dmi_addr, dmi->dmi_addrlen); in wv_82593_config()