Home
last modified time | relevance | path

Searched refs:gcw (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/ide/
Dide-floppy.c1863 struct idefloppy_id_gcw gcw; in idefloppy_identify_device() local
1869 *((u16 *) &gcw) = id->config; in idefloppy_identify_device()
1873 if ((gcw.device_type == 5) && in idefloppy_identify_device()
1876 gcw.device_type = 0; in idefloppy_identify_device()
1881 switch (gcw.protocol) { in idefloppy_identify_device()
1887 switch (gcw.device_type) { in idefloppy_identify_device()
1897 printk(KERN_INFO "Device Type: %x - %s\n", gcw.device_type, buffer); in idefloppy_identify_device()
1898 printk(KERN_INFO "Removable: %s\n",gcw.removable ? "Yes":"No"); in idefloppy_identify_device()
1899 switch (gcw.drq_type) { in idefloppy_identify_device()
1906 switch (gcw.packet_size) { in idefloppy_identify_device()
[all …]
Dide-tape.c5848 struct idetape_id_gcw gcw; in idetape_identify_device() local
5857 *((unsigned short *) &gcw) = id->config; in idetape_identify_device()
5862 switch (gcw.protocol) { in idetape_identify_device()
5867 printk(KERN_INFO "ide-tape: Device Type: %x - ",gcw.device_type); in idetape_identify_device()
5868 switch (gcw.device_type) { in idetape_identify_device()
5878 printk(KERN_INFO "ide-tape: Removable: %s",gcw.removable ? "Yes\n":"No\n"); in idetape_identify_device()
5880 switch (gcw.drq_type) { in idetape_identify_device()
5887 switch (gcw.packet_size) { in idetape_identify_device()
5951 if (gcw.protocol !=2 ) in idetape_identify_device()
5953 else if (gcw.device_type != 1) in idetape_identify_device()
[all …]