Searched refs:offset10 (Results 1 – 2 of 2) sorted by relevance
1071 u16 offset0, offset10, reg_offs; in oob_reg_read() local1074 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_READ_10_BASE]; in oob_reg_read()1079 if (offs >= 16 && offset10) in oob_reg_read()1080 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_read()1090 u16 offset0, offset10, reg_offs; in oob_reg_write() local1093 offset10 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_10_BASE]; in oob_reg_write()1098 if (offs >= 16 && offset10) in oob_reg_write()1099 reg_offs = offset10 + ((offs - 0x10) & ~0x03); in oob_reg_write()
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()