Searched refs:cmd_dma_handle (Results 1 – 2 of 2) sorted by relevance
979 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local988 cmd_dma_handle = h->cmd_pool_dhandle + i * sizeof(CommandList_struct); in cmd_alloc()998 c->busaddr = (__u32) cmd_dma_handle; in cmd_alloc()1015 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_special_alloc() local1018 &cmd_dma_handle); in cmd_special_alloc()1029 sizeof(CommandList_struct), c, cmd_dma_handle); in cmd_special_alloc()1034 c->busaddr = (__u32) cmd_dma_handle; in cmd_special_alloc()
4670 dma_addr_t cmd_dma_handle, err_dma_handle; in cmd_alloc() local4709 cmd_dma_handle = h->cmd_pool_dhandle + i * sizeof(*c); in cmd_alloc()4717 c->busaddr = (u32) cmd_dma_handle; in cmd_alloc()