Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1115 int sas, int sector_1k) in read_oob_from_regs() argument
1117 int tbytes = sas << sector_1k; in read_oob_from_regs()
1121 if (sector_1k && (i & 0x01)) in read_oob_from_regs()
1138 const u8 *oob, int sas, int sector_1k) in write_oob_to_regs() argument
1140 int tbytes = sas << sector_1k; in write_oob_to_regs()
1144 if (sector_1k && (i & 0x01)) in write_oob_to_regs()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1406 int sas, int sector_1k) in read_oob_from_regs() argument
1408 int tbytes = sas << sector_1k; in read_oob_from_regs()
1412 if (sector_1k && (i & 0x01)) in read_oob_from_regs()
1429 const u8 *oob, int sas, int sector_1k) in write_oob_to_regs() argument
1431 int tbytes = sas << sector_1k; in write_oob_to_regs()
1435 if (sector_1k && (i & 0x01)) in write_oob_to_regs()