Lines Matching defs:count
64 void *buf, int count);
66 int offset, void *buf, int count);
98 int count, status, ioaddr, numprint, airq, openparen = 0;
129 for (count = 0x200; count <= 0x3f0; count += 16)
130 ports[numports++] = count;
134 for (count = 0xA0000; count <= 0xFF800; count += 2048)
135 shmems[numshmems++] = count;
631 int offset, void *buf, int count)
636 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count));
640 int offset, void *buf, int count)
645 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count));
664 int count;
666 for (count = 0; count < numcards; count++) {
667 dev = cards[count];