Searched refs:lin_dma_pkt (Results 1 – 1 of 1) sorted by relevance
4757 struct packet_lin_dma *lin_dma_pkt; in goya_memset_device_memory() local4770 lin_dma_pkt = cb->kernel_address; in goya_memset_device_memory()4773 memset(lin_dma_pkt, 0, sizeof(*lin_dma_pkt)); in goya_memset_device_memory()4782 lin_dma_pkt->ctl = cpu_to_le32(ctl); in goya_memset_device_memory()4784 lin_dma_pkt->src_addr = cpu_to_le64(val); in goya_memset_device_memory()4785 lin_dma_pkt->dst_addr = cpu_to_le64(addr); in goya_memset_device_memory()4787 lin_dma_pkt->tsize = cpu_to_le32(SZ_2G); in goya_memset_device_memory()4789 lin_dma_pkt->tsize = cpu_to_le32(size); in goya_memset_device_memory()4793 lin_dma_pkt++; in goya_memset_device_memory()