Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A 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()
H A Daltera.c2214 u8 databyte; in altera_check_crc() local
2239 databyte = p[i]; in altera_check_crc()
2241 feedback = (databyte ^ shift_reg) & 0x01; in altera_check_crc()
2246 databyte >>= 1; in altera_check_crc()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h618 static void stbiw__write_run_data(stbi__write_context *s, int length, unsigned char databyte) in stbiw__write_run_data() argument
623 s->func(s->context, &databyte, 1); in stbiw__write_run_data()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h618 static void stbiw__write_run_data(stbi__write_context *s, int length, unsigned char databyte) in stbiw__write_run_data() argument
623 s->func(s->context, &databyte, 1); in stbiw__write_run_data()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c3349 u8 databyte = 0xFF; in ixgbe_get_module_eeprom() local
3364 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()
3366 status = hw->phy.ops.read_i2c_sff8472(hw, i, &databyte); in ixgbe_get_module_eeprom()
3371 data[i - ee->offset] = databyte; in ixgbe_get_module_eeprom()