Lines Matching full:ioaddr
142 #define SK_POS0 ioaddr /* Card-ID Low (R) */
143 #define SK_POS1 ioaddr+1 /* Card-ID High (R) */
144 #define SK_POS2 ioaddr+2 /* Card-Enable, Boot-ROM Disable (RW) */
145 #define SK_POS3 ioaddr+3 /* Base address of RAM */
146 #define SK_POS4 ioaddr+4 /* IRQ */
307 * Check_region is to check if the region at ioaddr with the size "size"
451 static unsigned short ioaddr; /* base io address */
753 for (p = probe_addrs; (ioaddr = *p) != 0; ++p)
755 long offset1, offset0 = inb(ioaddr);
757 ((offset1 = inb(ioaddr + 1)) == SK_IDHIGH))
758 if (SK_probe1(nic, ioaddr) >= 0)
762 if (ioaddr != 0)
836 (unsigned int) ioaddr, (unsigned int) p->ram, nic->node_addr);