Searched refs:bit4 (Results 1 – 6 of 6) sorted by relevance
46 uint8_t bit4 = (byte & (1 << 4)) ? 1 : 0; in vybridimage_sw_ecc() local53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc()55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc()56 res |= ((bit6 ^ bit4 ^ bit3 ^ bit2 ^ bit1 ^ bit0) << 4); in vybridimage_sw_ecc()
31 # bit4: 0x0, addr/cmd in smame cycle
32 # bit4: 0x0, addr/cmd in smame cycle
38 # bit4: 0, addr/cmd in same cycle
38 # bit4: 1, T2 mode, addr/cmd are driven for two cycles
36 # bit4: 0, addr/cmd in smame cycle
Completed in 4 milliseconds