Searched refs:offset10 (Results 1 – 1 of 1) sorted by relevance
1410 u16 offset0, offset10, reg_offs; in oob_reg_read() local1413 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_READ_10_BASE]; in oob_reg_read()1418 if (offs >= 16 && offset10) in oob_reg_read()1419 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_read()1429 u16 offset0, offset10, reg_offs; in oob_reg_write() local1432 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_10_BASE]; in oob_reg_write()1437 if (offs >= 16 && offset10) in oob_reg_write()1438 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_write()