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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da100u2w.h102 #define HDI 0x02 /* Host data in */ macro
H A Da100u2w.c195 if ((*data = inb(host->base + ORC_HSTUS)) & HDI)
196 return 1; /* Wait HDI set */
213 if (wait_hdi_set(host, &data) == 0) /* Wait HDI set */
216 outb(data, host->base + ORC_HSTUS); /* Clear HDI */
218 if (wait_hdi_set(host, &data) == 0) /* Wait HDI set */
221 outb(data, host->base + ORC_HSTUS); /* Clear HDI */
262 if (wait_hdi_set(host, &data) == 0) /* Wait HDI set */
265 outb(data, host->base + ORC_HSTUS); /* Clear HDI */
748 if (wait_hdi_set(host, &data) == 0) /* Wait HDI set */
751 outb(data, host->base + ORC_HSTUS); /* Clear HDI */
[all...]

Completed in 91 milliseconds