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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Daha152x.c355 spiordy = 0x0080, /* waiting for SPIORDY to raise */ enumerator in enum:__anon18005
948 DPRINTK(debug_intr, DEBUG_LEAD "expecting: (phase change) (busfree) %s\n", CMDINFO(CURRENT_SC), CURRENT_SC->SCp.phase & spiordy ? "(spiordy)" : "");
949 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0);
2493 CURRENT_SC->SCp.phase &= ~spiordy;
2515 CURRENT_SC->SCp.phase |= spiordy;
2869 if (ptr->SCp.phase & spiordy)
2870 printk("spiordy|");
2942 if (ptr->SCp.phase & spiordy)
2943 SPRINTF("spiordy|");
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c355 spiordy = 0x0080, /* waiting for SPIORDY to raise */ enumerator in enum:__anon29698
948 DPRINTK(debug_intr, DEBUG_LEAD "expecting: (phase change) (busfree) %s\n", CMDINFO(CURRENT_SC), CURRENT_SC->SCp.phase & spiordy ? "(spiordy)" : "");
949 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0);
2493 CURRENT_SC->SCp.phase &= ~spiordy;
2515 CURRENT_SC->SCp.phase |= spiordy;
2869 if (ptr->SCp.phase & spiordy)
2870 printk("spiordy|");
2942 if (ptr->SCp.phase & spiordy)
2943 SPRINTF("spiordy|");
[all...]

Completed in 172 milliseconds