Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Daha1740.c233 while(inb(G2STAT(base)) & G2STAT_INTPEND) { in aha1740_intr_handle()
248 inb(G2STAT(base)),adapstat, in aha1740_intr_handle()
255 inb(G2STAT(base)),adapstat, in aha1740_intr_handle()
470 if (inb(G2STAT(base)) & G2STAT_MBXOUT) break; in aha1740_queuecommand_lck()
480 if (! (inb(G2STAT(base)) & G2STAT_BUSY)) break; in aha1740_queuecommand_lck()
575 if ((inb(G2STAT(slotbase)) & in aha1740_probe()
H A Daha1740.h40 #define G2STAT(base) (base + 0x57) macro