Searched refs:AUTOINCflag (Results 1 – 3 of 3) sorted by relevance
100 arcnet_outb((offset >> 8) | AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in get_whole_buffer()116 arcnet_outb((offset >> 8) | AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in put_whole_buffer()184 arcnet_outb(AUTOINCflag, ioaddr, COM9026_REG_W_ADDR_HI); in com90io_probe()
69 arcnet_outb((count >> 8) | RDDATAflag | AUTOINCflag, in regdump()
147 #define AUTOINCflag 0x40 /* Increase location with each access */ macro