Searched refs:flash_dma_buf_ok (Results 1 – 2 of 2) sorted by relevance
845 static inline bool flash_dma_buf_ok(const void *buf) in flash_dma_buf_ok() function1729 if (has_flash_dma(ctrl) && !oob && flash_dma_buf_ok(buf)) { in brcmnand_read()1872 if (has_flash_dma(ctrl) && !oob && flash_dma_buf_ok(buf)) { in brcmnand_write()
1089 static inline bool flash_dma_buf_ok(const void *buf) in flash_dma_buf_ok() function2150 if (ctrl->dma_trans && !oob && flash_dma_buf_ok(buf)) { in brcmnand_read()2299 if (use_dma(ctrl) && !oob && flash_dma_buf_ok(buf)) { in brcmnand_write()