Lines Matching defs:byte
1825 * mtd_ooblayout_find_region - Find the region attached to a specific byte
1827 * @byte: the byte we are searching for
1834 * specific byte. For example, say you want to know where the 4th ECC byte is
1841 static int mtd_ooblayout_find_region(struct mtd_info *mtd, int byte,
1856 if (pos + oobregion->length > byte)
1865 * 'start' ECC byte.
1867 oobregion->offset += byte - pos;
1868 oobregion->length -= byte - pos;
1876 * ECC byte
1878 * @eccbyte: the byte we are searching for
1883 * byte.
1901 * @start: first byte to retrieve
1944 * @start: first OOB byte to set
2018 * @start: first ECC byte to retrieve
2038 * @start: first ECC byte to set
2058 * @start: first ECC byte to retrieve
2078 * @start: first ECC byte to set