Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/pt3/
H A Dpt3_dma.c36 iowrite32(0x02, pt3->regs[0] + base + OFST_DMA_CTL); in pt3_stop_dma()
51 iowrite32(0x02, pt3->regs[0] + base + OFST_DMA_CTL); in pt3_start_dma()
56 iowrite32(0x01, pt3->regs[0] + base + OFST_DMA_CTL); in pt3_start_dma()
H A Dpt3.h40 #define OFST_DMA_CTL 0x08 macro