Searched refs:databyte (Results 1 – 3 of 3) sorted by relevance
58 u32 databyte = 0; in altera_read_packed() local61 databyte = buffer[*in_index]; in altera_read_packed()62 result |= (((databyte >> (CHAR_BITS - *bits_avail)) in altera_read_packed()
2229 u8 databyte; in altera_check_crc() local2254 databyte = p[i]; in altera_check_crc()2256 feedback = (databyte ^ shift_reg) & 0x01; in altera_check_crc()2261 databyte >>= 1; in altera_check_crc()
3246 u8 databyte = 0xFF; in ixgbe_get_module_eeprom() local3261 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()3263 status = hw->phy.ops.read_i2c_sff8472(hw, i, &databyte); in ixgbe_get_module_eeprom()3268 data[i - ee->offset] = databyte; in ixgbe_get_module_eeprom()