Searched refs:ecc_byte (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/rts_pstor/ |
D | xd.c | 231 u8 ecc_bit, ecc_byte; in xd_read_cis() local 234 RTSX_READ_REG(chip, XD_ECC_BYTE1, &ecc_byte); in xd_read_cis() 236 RTSX_DEBUGP("ECC_BIT1 = 0x%x, ECC_BYTE1 = 0x%x\n", ecc_bit, ecc_byte); in xd_read_cis() 237 if (ecc_byte < buf_len) { in xd_read_cis() 238 RTSX_DEBUGP("Before correct: 0x%x\n", buf[ecc_byte]); in xd_read_cis() 239 buf[ecc_byte] ^= (1 << ecc_bit); in xd_read_cis() 240 RTSX_DEBUGP("After correct: 0x%x\n", buf[ecc_byte]); in xd_read_cis() 250 u8 ecc_bit, ecc_byte; in xd_read_cis() local 253 RTSX_READ_REG(chip, XD_ECC_BYTE2, &ecc_byte); in xd_read_cis() 255 RTSX_DEBUGP("ECC_BIT2 = 0x%x, ECC_BYTE2 = 0x%x\n", ecc_bit, ecc_byte); in xd_read_cis() [all …]
|