Lines Matching defs:length
124 * Dayna DL2000 (Full length), COPS LT/M (Micro-Channel)
518 int length, i = 0;
526 ltf->length=sizeof(ffdrv_code);
534 ltf->length=sizeof(ltdrv_code);
544 /* Check to make sure firmware is correct length. */
545 if(lp->board==DAYNA && ltf->length!=5983)
547 printk(KERN_WARNING "%s: Firmware is not length of FFDRV.BIN.\n", dev->name);
550 if(lp->board==TANGENT && ltf->length!=2501)
552 printk(KERN_WARNING "%s: Firmware is not length of DRVCODE.BIN.\n", dev->name);
576 length = ltf->length;
577 while(length--)
585 dev->name, i, ltf->length);
621 outb(2, ioaddr); /* Output command packet length as 2. */
640 outb(2, ioaddr); /* Command length LSB */
641 outb(0, ioaddr); /* Command length MSB */
761 outb(0, ioaddr); /* Send out Zero length. */
781 /* Get response length. */
810 /* Check for bad response length */
813 printk(KERN_WARNING "%s: Bad packet length of %d bytes.\n",
892 /* Output IO length. */