Home
last modified time | relevance | path

Searched refs:drive_type (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/cdrom/
Disp16.c60 static short isp16_cdi_config(int base, u_char drive_type, int irq,
248 isp16_cdi_config(int base, u_char drive_type, int irq, int dma) in isp16_cdi_config() argument
255 if ((drive_type == ISP16_MITSUMI) && (dma != 0)) in isp16_cdi_config()
335 if (drive_type != ISP16_SONY && drive_type != ISP16_PANASONIC0 && in isp16_cdi_config()
336 drive_type != ISP16_PANASONIC1 && drive_type != ISP16_SANYO0 && in isp16_cdi_config()
337 drive_type != ISP16_SANYO1 && drive_type != ISP16_MITSUMI && in isp16_cdi_config()
338 drive_type != ISP16_DRIVE_X) { in isp16_cdi_config()
341 " interface.\n", drive_type); in isp16_cdi_config()
347 ISP16_OUT(ISP16_DRIVE_SET_PORT, i | drive_type); in isp16_cdi_config()
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-ctl.c249 int ftape_activate_drive(vendor_struct * drive_type) in ftape_activate_drive() argument
257 if (drive_type->wake_up != unknown_wake_up) { in ftape_activate_drive()
259 result = ftape_wakeup_drive(drive_type->wake_up); in ftape_activate_drive()
274 drive_type->wake_up = method; in ftape_activate_drive()
284 result=ftape_wakeup_drive(drive_type->wake_up); in ftape_activate_drive()
289 result = ftape_wakeup_drive(drive_type->wake_up); in ftape_activate_drive()
293 methods[drive_type->wake_up].name); in ftape_activate_drive()
301 drive_type->wake_up = unknown_wake_up; in ftape_activate_drive()
/linux-2.4.37.9/Documentation/cdrom/
Disp1653 isp16=[<port>[,<irq>[,<dma>]]][[,]<drive_type>]
65 drive_type=noisp16,Sanyo,Panasonic,Sony,Mitsumi.
74 The value 'noisp16' for drive_type, which may be used as the first
83 drive_type=Sanyo
94 isp16_cdrom_dma=<dma> isp16_cdrom_type=<drive_type>
96 where port, irq, dma and drive_type can have any of the values mentioned
/linux-2.4.37.9/drivers/s390/char/
Dtape.h139 int drive_type; /* Code indicating type of drive */ member
/linux-2.4.37.9/drivers/scsi/
Deata_dma_proc.h19 __u16 drive_type; /* In Little Endian ! */ member