Searched refs:tbytes (Results 1 – 1 of 1) sorted by relevance
1117 int tbytes = sas << sector_1k; in read_oob_from_regs() local1122 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()1123 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()1125 for (j = 0; j < tbytes; j++) in read_oob_from_regs()1127 return tbytes; in read_oob_from_regs()1140 int tbytes = sas << sector_1k; in write_oob_to_regs() local1145 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()1146 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()1148 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()1154 return tbytes; in write_oob_to_regs()