Searched refs:offset10 (Results 1 – 1 of 1) sorted by relevance
1362 u16 offset0, offset10, reg_offs; in oob_reg_read() local1365 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_READ_10_BASE]; in oob_reg_read()1370 if (offs >= 16 && offset10) in oob_reg_read()1371 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_read()1381 u16 offset0, offset10, reg_offs; in oob_reg_write() local1384 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_10_BASE]; in oob_reg_write()1389 if (offs >= 16 && offset10) in oob_reg_write()1390 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_write()