Lines Matching refs:arcnet_outb
75 arcnet_outb(offset >> 8, ioaddr, COM9026_REG_W_ADDR_HI); in get_buffer_byte()
76 arcnet_outb(offset & 0xff, ioaddr, COM9026_REG_W_ADDR_LO); in get_buffer_byte()
87 arcnet_outb(offset >> 8, ioaddr, COM9026_REG_W_ADDR_HI); in put_buffer_byte()
88 arcnet_outb(offset & 0xff, ioaddr, COM9026_REG_W_ADDR_LO); in put_buffer_byte()
90 arcnet_outb(datum, ioaddr, COM9026_REG_RW_MEMDATA); in put_buffer_byte()
100 arcnet_outb((offset >> 8) | AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in get_whole_buffer()
101 arcnet_outb(offset & 0xff, ioaddr, COM9026_REG_W_ADDR_LO); in get_whole_buffer()
116 arcnet_outb((offset >> 8) | AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in put_whole_buffer()
117 arcnet_outb(offset & 0xff, ioaddr,COM9026_REG_W_ADDR_LO); in put_whole_buffer()
123 arcnet_outb(*(dest++), ioaddr, COM9026_REG_RW_MEMDATA); in put_whole_buffer()
166 arcnet_outb(CFLAGScmd | RESETclear | CONFIGclear, in com90io_probe()
179 arcnet_outb((0x16 | IOMAPflag) & ~ENABLE16flag, in com90io_probe()
184 arcnet_outb(AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in com90io_probe()
185 arcnet_outb(0, ioaddr, COM9026_REG_W_ADDR_LO); in com90io_probe()
200 arcnet_outb(NORXflag, ioaddr, COM9026_REG_W_INTMASK); in com90io_probe()
202 arcnet_outb(0, ioaddr, COM9026_REG_W_INTMASK); in com90io_probe()
251 arcnet_outb(lp->config, ioaddr, COM9026_REG_RW_CONFIG); in com90io_found()
259 arcnet_outb(arcnet_inb(ioaddr, COM9026_REG_RW_CONFIG) & ~IOMAPflag, in com90io_found()
294 arcnet_outb(lp->config, ioaddr, COM9026_REG_RW_CONFIG); in com90io_reset()
296 arcnet_outb(CFLAGScmd | RESETclear, ioaddr, COM9026_REG_W_COMMAND); in com90io_reset()
298 arcnet_outb(CFLAGScmd | CONFIGclear, ioaddr, COM9026_REG_W_COMMAND); in com90io_reset()
306 arcnet_outb(CONFIGcmd | EXTconf, ioaddr, COM9026_REG_W_COMMAND); in com90io_reset()
315 arcnet_outb(cmd, ioaddr, COM9026_REG_W_COMMAND); in com90io_command()
329 arcnet_outb(mask, ioaddr, COM9026_REG_W_INTMASK); in com90io_setmask()
417 arcnet_outb(arcnet_inb(ioaddr, COM9026_REG_RW_CONFIG) & ~IOMAPflag, in com90io_exit()