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

/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c395 this->direct_dma_map_ok = true; prepare_data_dma()
408 this->direct_dma_map_ok = false; prepare_data_dma()
424 if (this->direct_dma_map_ok == false) dma_irq_callback()
710 this->direct_dma_map_ok = true; read_page_prepare()
717 this->direct_dma_map_ok = false; read_page_prepare()
726 if (this->direct_dma_map_ok) read_page_end()
735 if (!this->direct_dma_map_ok) read_page_swap_end()
H A Dgpmi-nand.h174 bool direct_dma_map_ok; member in struct:gpmi_nand_data

Completed in 177 milliseconds