Searched refs:offset10 (Results 1 – 1 of 1) sorted by relevance
928 u16 offset0, offset10, reg_offs; in oob_reg_read() local931 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_READ_10_BASE]; in oob_reg_read()936 if (offs >= 16 && offset10) in oob_reg_read()937 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_read()947 u16 offset0, offset10, reg_offs; in oob_reg_write() local950 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_10_BASE]; in oob_reg_write()955 if (offs >= 16 && offset10) in oob_reg_write()956 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_write()