Home
last modified time | relevance | path

Searched refs:DMA_START (Results 1 – 8 of 8) 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()
/openbmc/linux/include/linux/usb/
H A Dnet2280.h345 #define DMA_START 0 macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.h399 #define DMA_START 0 macro
H A Dnet2280.c866 writel(BIT(DMA_START), &dma->dmastat); in start_queue()
902 writel(BIT(DMA_START), &dma->dmastat); in start_dma()
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c63 #define DMA_START 0x00000001 macro
3503 writel(DMA_START, hw->io + KS_DMA_RX_START); in hw_resume_rx()
3519 writel(DMA_START, hw->io + KS_DMA_RX_START); in hw_start_rx()