Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dpata_pdc2027x.c358 unsigned int mdma_mode = dma_mode & 0x07; in pdc2027x_set_dmamode() local
364 ctcr0 |= (pdc2027x_mdma_timing_tbl[mdma_mode].value0 << 16) | in pdc2027x_set_dmamode()
365 (pdc2027x_mdma_timing_tbl[mdma_mode].value1 << 24); in pdc2027x_set_dmamode()
369 ata_port_dbg(ap, "Set to mdma mode[%u] \n", mdma_mode); in pdc2027x_set_dmamode()