Lines Matching defs:byte
1571 * mtd_ooblayout_find_region - Find the region attached to a specific byte
1573 * @byte: the byte we are searching for
1580 * specific byte. For example, say you want to know where the 4th ECC byte is
1587 static int mtd_ooblayout_find_region(struct mtd_info *mtd, int byte,
1602 if (pos + oobregion->length > byte)
1611 * 'start' ECC byte.
1613 oobregion->offset += byte - pos;
1614 oobregion->length -= byte - pos;
1622 * ECC byte
1624 * @eccbyte: the byte we are searching for
1629 * byte.
1647 * @start: first byte to retrieve
1690 * @start: first OOB byte to set
1764 * @start: first ECC byte to retrieve
1784 * @start: first ECC byte to set
1804 * @start: first ECC byte to retrieve
1824 * @start: first ECC byte to set