Searched refs:DMA_START (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/board/micronas/vct/ |
H A D | ehci.c | 66 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 D | scc.h | 17 #define DMA_START 0 /* DMA command - start DMA */ macro
|
H A D | scc.c | 448 case DMA_START: in dma_state_process_dma_command()
|
/openbmc/qemu/hw/misc/ |
H A D | edu.c | 44 #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 D | net2280.h | 345 #define DMA_START 0 macro
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | net2272.h | 399 #define DMA_START 0 macro
|
H A D | net2280.c | 866 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 D | ksz884x.c | 63 #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()
|