• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:ides

131 	padapter->ide.ide.ides.cmd = 0;									// null out the command byte
150 outb_p (padapter->ide.ide.ides.spigot, pports[PORT_SEL_FAIL]); // select the spigot
164 if ( padapter->ide.ide.ides.cmd == IDE_CMD_WRITE_MULTIPLE )
171 padapter->ide.ide.ides.cmd = 0; // null out the command byte
189 *(ULONG *)padapter->ide.ide.ides.lba = padapter->startSector;
191 padapter->ide.ide.ides.sectors = ( padapter->sectorCount > SECTORSXFER ) ? SECTORSXFER : padapter->sectorCount;
192 padapter->sectorCount -= padapter->ide.ide.ides.sectors; // bump the start and count for next xfer
193 padapter->startSector += padapter->ide.ide.ides.sectors;
198 padapter->ide.ide.ides.cmd = 0; // null out the command byte
285 switch ( padapter->ide.ide.ides.cmd ) // decide how to handle the interrupt
290 insw (pports[PORT_DATA], padapter->buffer, (USHORT)padapter->ide.ide.ides.sectors * 256);
291 padapter->buffer += padapter->ide.ide.ides.sectors * 512;
305 padapter->buffer += padapter->ide.ide.ides.sectors * 512;
405 padapter->ide.ide.ides.spigot = pdev->spigot;
427 padapter->ide.ide.ides.cmd = IDE_COMMAND_IDENTIFY;
448 *(ULONG *)padapter->ide.ide.ides.lba = XSCSI2LONG (&cdb[2]);
451 padapter->ide.ide.ides.cmd = IDE_COMMAND_VERIFY;
458 padapter->ide.ide.ides.cmd = IDE_CMD_READ_MULTIPLE;
465 padapter->ide.ide.ides.cmd = IDE_CMD_READ_MULTIPLE;
472 padapter->ide.ide.ides.cmd = IDE_CMD_WRITE_MULTIPLE;
478 padapter->ide.ide.ides.cmd = IDE_CMD_WRITE_MULTIPLE;
494 DEB (printk ("psi240i_queuecommand: %02X, %02X: Device failed to respond for command\n", *cdb, padapter->ide.ide.ides.cmd));
499 DEB (printk("psi240i_queuecommand: %02X, %02X now waiting for interrupt ", *cdb, padapter->ide.ide.ides.cmd));