Searched refs:scc_dma_cmd (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | ehci.c | 67 scc_dma_cmd(SCC_USB_RW, DMA_START, 0, DMA_READ); in vct_ehci_hcd_init() 68 scc_dma_cmd(SCC_USB_RW, DMA_START, 0, DMA_WRITE); in vct_ehci_hcd_init()
|
| H A D | scc.c | 477 int scc_dma_cmd(enum scc_id id, u32 cmd, u32 dma_id, u32 drs) in scc_dma_cmd() function 510 scc_dma_cmd(SCC_USB_RW, DMA_STOP, 0, DMA_WRITE); in scc_set_usb_address_generation_mode() 511 scc_dma_cmd(SCC_USB_RW, DMA_STOP, 0, DMA_READ); in scc_set_usb_address_generation_mode()
|
| H A D | scc.h | 186 int scc_dma_cmd(enum scc_id id, u32 cmd, u32 dma_id, u32 drs);
|