Lines Matching full:adma
3 * pdc_adma.c - Pacific Digital Corporation ADMA
12 * Supports ATA disks in single-packet ADMA mode.
15 * TODO: Use ADMA transfers for ATAPI devices, when possible.
36 /* macro to calculate base address for ADMA regs */
57 ADMA_CONTROL = 0x0000, /* ADMA control */
58 ADMA_STATUS = 0x0002, /* ADMA status */
69 aRSTADM = (1 << 5), /* ADMA logic reset */
104 board_1841_idx = 0, /* ADMA 2-port controller */
181 /* reset ADMA to idle state */ in adma_reset_engine()
197 /* reset the ADMA engine */ in adma_reinit_engine()
212 /* read/discard ADMA status */ in adma_reinit_engine()
232 /* reset ADMA to idle state */ in adma_freeze()
361 /* fire up the ADMA engine */ in adma_packet_start()
423 "ADMA-status 0x%02X", status); in adma_intr_pkt()
542 /* reset the ADMA logic */ in adma_host_init()
605 MODULE_DESCRIPTION("Pacific Digital Corporation ADMA low-level driver");