Lines Matching refs:max_oob
274 unsigned int max_oob; member
742 ctrl->max_oob = 128; in brcmnand_revision_init()
744 ctrl->max_oob = 64; in brcmnand_revision_init()
746 ctrl->max_oob = 32; in brcmnand_revision_init()
748 ctrl->max_oob = 16; in brcmnand_revision_init()
1415 if (offs >= ctrl->max_oob) in oob_reg_read()
1434 if (offs >= ctrl->max_oob) in oob_reg_write()
1461 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1462 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1486 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1487 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
2411 for (i = 0; i < ctrl->max_oob; i += 4) in brcmnand_write()
2676 if (cfg->spare_area_size > ctrl->max_oob) in brcmnand_setup_dev()
2677 cfg->spare_area_size = ctrl->max_oob; in brcmnand_setup_dev()