Home
last modified time | relevance | path

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

/drivers/ide/
Dtx4939ide.c34 #define TX4939IDE_DMA_Cmd 0x800 /* 8-bit */ macro
316 tx4939ide_writeb(reading, base, TX4939IDE_DMA_Cmd); in tx4939ide_dma_setup()
339 dma_cmd = tx4939ide_readb(base, TX4939IDE_DMA_Cmd); in tx4939ide_dma_end()
341 tx4939ide_writeb(dma_cmd & ~ATA_DMA_START, base, TX4939IDE_DMA_Cmd); in tx4939ide_dma_end()
432 hwif->extra_base + tx4939ide_swizzleb(TX4939IDE_DMA_Cmd); in tx4939ide_init_dma()