Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_ecc.c395 unsigned int byte_addr; in __nand_correct_data() local
444 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; in __nand_correct_data()
446 byte_addr = (addressbits[b2 & 0x3] << 8) + in __nand_correct_data()
450 buf[byte_addr] ^= (1 << bit_addr); in __nand_correct_data()
H A Dstm32_fmc2_nand.c516 u32 byte_addr = 0, b; in stm32_fmc2_nfc_ham_correct() local
548 byte_addr += shifting; in stm32_fmc2_nfc_ham_correct()
559 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()
/kernel/linux/linux-6.6/drivers/mtd/nand/
H A Decc-sw-hamming.c379 unsigned int byte_addr; in ecc_sw_hamming_correct() local
426 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; in ecc_sw_hamming_correct()
428 byte_addr = (addressbits[b2 & 0x3] << 8) + in ecc_sw_hamming_correct()
432 buf[byte_addr] ^= (1 << bit_addr); in ecc_sw_hamming_correct()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Docteon-model.c35 * @byte_addr: address to read
39 static uint8_t __init cvmx_fuse_read_byte(int byte_addr) in cvmx_fuse_read_byte() argument
44 read_cmd.s.addr = byte_addr; in cvmx_fuse_read_byte()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Docteon-model.c35 * @byte_addr: address to read
39 static uint8_t __init cvmx_fuse_read_byte(int byte_addr) in cvmx_fuse_read_byte() argument
44 read_cmd.s.addr = byte_addr; in cvmx_fuse_read_byte()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c400 unsigned short byte_addr, bit_addr; in pl35x_nand_correct_data() local
422 byte_addr = (ecc_odd >> 3) & PL35X_NAND_ECC_BYTE_OFF_MASK; in pl35x_nand_correct_data()
426 buf[byte_addr] ^= (BIT(bit_addr)); in pl35x_nand_correct_data()
H A Dstm32_fmc2_nand.c518 u32 byte_addr = 0, b; in stm32_fmc2_nfc_ham_correct() local
551 byte_addr += shifting; in stm32_fmc2_nfc_ham_correct()
563 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()

Completed in 10 milliseconds