Searched refs:databyte (Results 1 – 3 of 3) sorted by relevance
44 u32 databyte = 0; in altera_read_packed() local47 databyte = buffer[*in_index]; in altera_read_packed()48 result |= (((databyte >> (CHAR_BITS - *bits_avail)) in altera_read_packed()
2190 u8 databyte; in altera_check_crc() local2215 databyte = p[i]; in altera_check_crc()2217 feedback = (databyte ^ shift_reg) & 0x01; in altera_check_crc()2222 databyte >>= 1; in altera_check_crc()
3374 u8 databyte = 0xFF; in ixgbe_get_module_eeprom() local3389 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()3391 status = hw->phy.ops.read_i2c_sff8472(hw, i, &databyte); in ixgbe_get_module_eeprom()3396 data[i - ee->offset] = databyte; in ixgbe_get_module_eeprom()