Searched refs:offset10 (Results 1 – 1 of 1) sorted by relevance
1094 u16 offset0, offset10, reg_offs; in oob_reg_read() local1097 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_READ_10_BASE]; in oob_reg_read()1102 if (offs >= 16 && offset10) in oob_reg_read()1103 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_read()1113 u16 offset0, offset10, reg_offs; in oob_reg_write() local1116 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_10_BASE]; in oob_reg_write()1121 if (offs >= 16 && offset10) in oob_reg_write()1122 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_write()