Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1452 offset -= eccbits; in gpmi_count_bitflips()
1878 (oob_bit_off + eccbits) % 8) in gpmi_ecc_read_page_raw()
1879 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_read_page_raw()
1883 src_bit_off, eccbits); in gpmi_ecc_read_page_raw()
1885 src_bit_off += eccbits; in gpmi_ecc_read_page_raw()
1886 oob_bit_off += eccbits; in gpmi_ecc_read_page_raw()
1953 (oob_bit_off + eccbits) % 8) in gpmi_ecc_write_page_raw()
1954 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_write_page_raw()
1958 oob_bit_off, eccbits); in gpmi_ecc_write_page_raw()
1960 dst_bit_off += eccbits; in gpmi_ecc_write_page_raw()
[all …]