Searched refs:databyte (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/ |
| H A D | altera-comp.c | 44 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 D | altera.c | 2214 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 D | stb_image_write.h | 618 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 D | stb_image_write.h | 618 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 D | ixgbe_ethtool.c | 3349 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()
|