Home
last modified time | relevance | path

Searched refs:getdma (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/char/
Dmbcs.c65 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() local
564 getdma = &soft->getdma; in mbcs_intr_alloc()
576 getdma->intrHostDest = sn_irq->irq_xtalkaddr; in mbcs_intr_alloc()
[all …]
Dmbcs.h491 struct getdma { struct
529 struct getdma getdma; member