Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A Dehci.c66 scc_dma_cmd(SCC_USB_RW, DMA_START, 0, DMA_READ); in vct_ehci_hcd_init()
67 scc_dma_cmd(SCC_USB_RW, DMA_START, 0, DMA_WRITE); in vct_ehci_hcd_init()
H A Dscc.h17 #define DMA_START 0 /* DMA command - start DMA */ macro
H A Dscc.c448 case DMA_START: in dma_state_process_dma_command()
/openbmc/qemu/hw/misc/
H A Dedu.c44 #define DMA_START 0x40000 macro
151 edu_check_range(dst, edu->dma.cnt, DMA_START, DMA_SIZE); in edu_dma_timer()
152 dst -= DMA_START; in edu_dma_timer()
157 edu_check_range(src, edu->dma.cnt, DMA_START, DMA_SIZE); in edu_dma_timer()
158 src -= DMA_START; in edu_dma_timer()