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()
2214 u8 databyte; in altera_check_crc() local2239 databyte = p[i]; in altera_check_crc()2241 feedback = (databyte ^ shift_reg) & 0x01; in altera_check_crc()2246 databyte >>= 1; in altera_check_crc()
3250 u8 databyte = 0xFF; in ixgbe_get_module_eeprom() local3265 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()3267 status = hw->phy.ops.read_i2c_sff8472(hw, i, &databyte); in ixgbe_get_module_eeprom()3272 data[i - ee->offset] = databyte; in ixgbe_get_module_eeprom()