Searched refs:getdma (Results 1 – 2 of 2) sorted by relevance
65 static inline void mbcs_getdma_init(struct getdma *gdma) in mbcs_getdma_init()67 memset(gdma, 0, sizeof(struct getdma)); in mbcs_getdma_init()205 struct getdma *gdma; in mbcs_getdma_start()210 gdma = &soft->getdma; in mbcs_getdma_start()358 soft->getdma.hostAddr = hostAddr; in do_mbcs_sram_dmaread()359 soft->getdma.localAddr = *off; in do_mbcs_sram_dmaread()360 soft->getdma.bytes = len; in do_mbcs_sram_dmaread()559 struct getdma *getdma; in mbcs_intr_alloc() local564 getdma = &soft->getdma; in mbcs_intr_alloc()576 getdma->intrHostDest = sn_irq->irq_xtalkaddr; in mbcs_intr_alloc()[all …]
491 struct getdma { struct529 struct getdma getdma; member