Searched refs:byte_addr (Results 1 – 3 of 3) sorted by relevance
379 unsigned int byte_addr; in ecc_sw_hamming_correct() local426 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()
40 static uint8_t __init cvmx_fuse_read_byte(int byte_addr) in cvmx_fuse_read_byte() argument45 read_cmd.s.addr = byte_addr; in cvmx_fuse_read_byte()
536 u32 byte_addr = 0, b; in stm32_fmc2_nfc_ham_correct() local569 byte_addr += shifting; in stm32_fmc2_nfc_ham_correct()581 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()