Lines Matching full:adma
2 * pdc_adma.c - Pacific Digital Corporation ADMA
27 * Supports ATA disks in single-packet ADMA mode.
30 * TODO: Use ADMA transfers for ATAPI devices, when possible.
52 /* macro to calculate base address for ADMA regs */
73 ADMA_CONTROL = 0x0000, /* ADMA control */
74 ADMA_STATUS = 0x0002, /* ADMA status */
85 aRSTADM = (1 << 5), /* ADMA logic reset */
120 board_1841_idx = 0, /* ADMA 2-port controller */
197 /* reset ADMA to idle state */ in adma_reset_engine()
213 /* reset the ADMA engine */ in adma_reinit_engine()
228 /* read/discard ADMA status */ in adma_reinit_engine()
248 /* reset ADMA to idle state */ in adma_freeze()
400 /* fire up the ADMA engine */ in adma_packet_start()
462 "ADMA-status 0x%02X", status); in adma_intr_pkt()
588 /* reset the ADMA logic */ in adma_host_init()
666 MODULE_DESCRIPTION("Pacific Digital Corporation ADMA low-level driver");