Searched refs:has_edu (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1176 static inline bool has_edu(struct brcmnand_controller *ctrl) function
1183 return has_flash_dma(ctrl) || has_edu(ctrl);
2154 if (ctrl->dma_trans && (has_edu(ctrl) || !oob) &&
2167 if (has_edu(ctrl) && err_addr)
2310 if (use_dma(ctrl) && (has_edu(ctrl) || !oob) && flash_dma_buf_ok(buf)) {
2967 else if (has_edu(ctrl))
2983 if (has_edu(ctrl)) {
3215 if (has_edu(ctrl))

Completed in 173 milliseconds