Home
last modified time | relevance | path

Searched refs:databyte (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/misc/altera-stapl/
Daltera-comp.c44 u32 databyte = 0; in altera_read_packed() local
47 databyte = buffer[*in_index]; in altera_read_packed()
48 result |= (((databyte >> (CHAR_BITS - *bits_avail)) in altera_read_packed()
Daltera.c2190 u8 databyte; in altera_check_crc() local
2215 databyte = p[i]; in altera_check_crc()
2217 feedback = (databyte ^ shift_reg) & 0x01; in altera_check_crc()
2222 databyte >>= 1; in altera_check_crc()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c3342 u8 databyte = 0xFF; in ixgbe_get_module_eeprom() local
3357 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()
3359 status = hw->phy.ops.read_i2c_sff8472(hw, i, &databyte); in ixgbe_get_module_eeprom()
3364 data[i - ee->offset] = databyte; in ixgbe_get_module_eeprom()