Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1117 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1122 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() local
1145 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()