Home
last modified time | relevance | path

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

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