Searched refs:scc_dma_cmd (Results 1 – 3 of 3) 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.c | 476 int scc_dma_cmd(enum scc_id id, u32 cmd, u32 dma_id, u32 drs) in scc_dma_cmd() function 509 scc_dma_cmd(SCC_USB_RW, DMA_STOP, 0, DMA_WRITE); in scc_set_usb_address_generation_mode() 510 scc_dma_cmd(SCC_USB_RW, DMA_STOP, 0, DMA_READ); in scc_set_usb_address_generation_mode()
|
H A D | scc.h | 185 int scc_dma_cmd(enum scc_id id, u32 cmd, u32 dma_id, u32 drs);
|