Searched refs:max_oob (Results 1 – 1 of 1) sorted by relevance
154 unsigned int max_oob; member519 ctrl->max_oob = 128; in brcmnand_revision_init()521 ctrl->max_oob = 64; in brcmnand_revision_init()523 ctrl->max_oob = 32; in brcmnand_revision_init()525 ctrl->max_oob = 16; in brcmnand_revision_init()1099 if (offs >= ctrl->max_oob) in oob_reg_read()1118 if (offs >= ctrl->max_oob) in oob_reg_write()1145 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()1146 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()1168 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()[all …]