Searched refs:lin_dma_pkt (Results 1 – 1 of 1) sorted by relevance
4570 struct packet_lin_dma *lin_dma_pkt; in goya_memset_device_memory() local4583 lin_dma_pkt = (struct packet_lin_dma *) (uintptr_t) cb->kernel_address; in goya_memset_device_memory()4586 memset(lin_dma_pkt, 0, sizeof(*lin_dma_pkt)); in goya_memset_device_memory()4595 lin_dma_pkt->ctl = cpu_to_le32(ctl); in goya_memset_device_memory()4597 lin_dma_pkt->src_addr = cpu_to_le64(val); in goya_memset_device_memory()4598 lin_dma_pkt->dst_addr = cpu_to_le64(addr); in goya_memset_device_memory()4600 lin_dma_pkt->tsize = cpu_to_le32(SZ_2G); in goya_memset_device_memory()4602 lin_dma_pkt->tsize = cpu_to_le32(size); in goya_memset_device_memory()4606 lin_dma_pkt++; in goya_memset_device_memory()