Lines Matching refs:max_oob
274 unsigned int max_oob; member
713 ctrl->max_oob = 128; in brcmnand_revision_init()
715 ctrl->max_oob = 64; in brcmnand_revision_init()
717 ctrl->max_oob = 32; in brcmnand_revision_init()
719 ctrl->max_oob = 16; in brcmnand_revision_init()
1399 if (offs >= ctrl->max_oob) in oob_reg_read()
1418 if (offs >= ctrl->max_oob) in oob_reg_write()
1445 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1446 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1468 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1469 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
2370 for (i = 0; i < ctrl->max_oob; i += 4) in brcmnand_write()
2633 if (cfg->spare_area_size > ctrl->max_oob) in brcmnand_setup_dev()
2634 cfg->spare_area_size = ctrl->max_oob; in brcmnand_setup_dev()