Searched refs:data_buffer_dma (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c401 sg_init_one(sgl, this->data_buffer_dma, this->upper_len); prepare_data_dma()
404 memcpy(this->data_buffer_dma, this->upper_buf, this->upper_len); prepare_data_dma()
425 memcpy(this->upper_buf, this->data_buffer_dma, dma_irq_callback()
793 kfree(this->data_buffer_dma); gpmi_free_dma_buffer()
797 this->data_buffer_dma = NULL; gpmi_free_dma_buffer()
822 this->data_buffer_dma = kzalloc(mtd->writesize ?: PAGE_SIZE, gpmi_alloc_dma_buffer()
824 if (this->data_buffer_dma == NULL) gpmi_alloc_dma_buffer()
940 uint8_t *buf = this->data_buffer_dma; gpmi_read_byte()
1553 block_mark = this->data_buffer_dma; gpmi_block_markbad()
H A Dgpmi-nand.h180 char *data_buffer_dma; member in struct:gpmi_nand_data

Completed in 174 milliseconds