Searched refs:DMACMD_DIR (Results 1 – 1 of 1) sorted by relevance
288 #define DMACMD_DIR 0x80 /* transfer direction (1=read from device) */ macro1151 if (!(AM53C974_read_8(DMACMD) & DMACMD_DIR)) { in AM53C974_intr()2226 AM53C974_write_8(DMACMD, ((dir << 7) & DMACMD_DIR) | DMACMD_BLAST); in AM53C974_dma_blast()