Home
last modified time | relevance | path

Searched refs:HA_RAUXSTAT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Deata_dma.c253 while(inb((uint)sh->base + HA_RAUXSTAT) & HA_AIRQ) { in eata_int_handler()
388 while (inb(base + HA_RAUXSTAT) & HA_ABUSY) in eata_send_command()
468 if(inb((uint)sh->base + HA_RAUXSTAT) & HA_AIRQ) { in eata_queue()
636 if(inb((uint)sh->base + HA_RAUXSTAT) & HA_AIRQ) { in eata_abort()
643 while (inb((u32)(cmd->host->base) + HA_RAUXSTAT) & HA_ABUSY) { in eata_abort()
695 if(inb((uint)sh->base + HA_RAUXSTAT) & HA_AIRQ) { in eata_reset()
709 while (inb((u32)(cmd->host->base) + HA_RAUXSTAT) & HA_ABUSY) in eata_reset()
Deata_generic.h148 #define HA_RAUXSTAT 0x08 /* aux status register offset*/ macro
Deata_pio.c418 while (inb((uint)(cmd->host->base) + HA_RAUXSTAT) & HA_ABUSY) in eata_pio_abort()