Searched refs:sas (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1091 int sas; local
1103 sas = cfg->spare_area_size << cfg->sector_size_1k;
1110 layout->oobfree[idx2].offset = i * sas + 1;
1116 layout->oobfree[idx2].offset = i * sas;
1120 layout->eccpos[idx1++] = i * sas + 6;
1121 layout->eccpos[idx1++] = i * sas + 7;
1122 layout->eccpos[idx1++] = i * sas + 8;
1123 layout->oobfree[idx2].offset = i * sas + 9;
1142 if (req >= sas) {
1145 req, sas);
1295 read_oob_from_regs(struct brcmnand_controller *ctrl, int i, u8 *oob, int sas, int sector_1k) argument
1318 write_oob_to_regs(struct brcmnand_controller *ctrl, int i, const u8 *oob, int sas, int sector_1k) argument
[all...]

Completed in 32 milliseconds