Searched refs:data_buffer_dma (Results 1 – 2 of 2) sorted by relevance
401 sg_init_one(sgl, this->data_buffer_dma, this->upper_len); in prepare_data_dma()404 memcpy(this->data_buffer_dma, this->upper_buf, this->upper_len); in prepare_data_dma()425 memcpy(this->upper_buf, this->data_buffer_dma, in dma_irq_callback()793 kfree(this->data_buffer_dma); in gpmi_free_dma_buffer()797 this->data_buffer_dma = NULL; in gpmi_free_dma_buffer()822 this->data_buffer_dma = kzalloc(mtd->writesize ?: PAGE_SIZE, in gpmi_alloc_dma_buffer()824 if (this->data_buffer_dma == NULL) in gpmi_alloc_dma_buffer()940 uint8_t *buf = this->data_buffer_dma; in gpmi_read_byte()1553 block_mark = this->data_buffer_dma; in gpmi_block_markbad()
180 char *data_buffer_dma; member