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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c1604 struct idefloppy_id_gcw gcw; local
1610 *((u16 *) &gcw) = id->config;
1614 if ((gcw.device_type == 5) &&
1617 gcw.device_type = 0;
1622 switch (gcw.protocol) {
1628 switch (gcw.device_type) {
1638 printk(KERN_INFO "Device Type: %x - %s\n", gcw.device_type, buffer);
1639 printk(KERN_INFO "Removable: %s\n",gcw.removable ? "Yes":"No");
1640 switch (gcw.drq_type) {
1647 switch (gcw
1741 struct idefloppy_id_gcw gcw; local
[all...]
H A Dide-tape.c3972 struct idetape_id_gcw gcw; local
3981 *((unsigned short *) &gcw) = id->config;
3986 switch (gcw.protocol) {
3991 printk(KERN_INFO "ide-tape: Device Type: %x - ",gcw.device_type);
3992 switch (gcw.device_type) {
4002 printk(KERN_INFO "ide-tape: Removable: %s",gcw.removable ? "Yes\n":"No\n");
4004 switch (gcw.drq_type) {
4011 switch (gcw.packet_size) {
4076 if (gcw.protocol !=2 )
4078 else if (gcw
4268 struct idetape_id_gcw gcw; local
[all...]

Completed in 63 milliseconds