Searched refs:ides (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpsi240i.c131 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
[all...]
H A Dpsi240i.h201 } ides; member in union:_IDE_STRUCT::__anon6889

Completed in 89 milliseconds