Searched refs:crc_data (Results 1 – 4 of 4) sorted by relevance
| /drivers/mfd/ |
| A D | tps6594-i2c.c | 55 u8 crc_data[] = { addr << 1, reg, addr << 1 | 1, 0 }; in tps6594_i2c_reg_read_with_crc() local 74 crc_data[sizeof(crc_data) - 1] = *val = buf_rx[0]; in tps6594_i2c_reg_read_with_crc() 75 if (buf_rx[1] != crc8(tps6594_i2c_crc_table, crc_data, sizeof(crc_data), CRC8_INIT_VALUE)) in tps6594_i2c_reg_read_with_crc() 95 const u8 crc_data[] = { addr << 1, reg, val }; in tps6594_i2c_reg_write_with_crc() local 103 buf[msg.len - 1] = crc8(tps6594_i2c_crc_table, crc_data, sizeof(crc_data), CRC8_INIT_VALUE); in tps6594_i2c_reg_write_with_crc()
|
| /drivers/net/phy/aquantia/ |
| A D | aquantia_firmware.c | 110 u8 crc_data[4]; in aqr_fw_load_memory() local 129 crc_data[0] = word >> 24; in aqr_fw_load_memory() 130 crc_data[1] = word >> 16; in aqr_fw_load_memory() 131 crc_data[2] = word >> 8; in aqr_fw_load_memory() 132 crc_data[3] = word; in aqr_fw_load_memory() 135 crc = crc_itu_t(crc, crc_data, sizeof(crc_data)); in aqr_fw_load_memory()
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_crc.h | 62 struct crc_data { struct 71 struct crc_data crc[MAX_CRC_WINDOW_NUM]; argument
|
| A D | amdgpu_dm_crc.c | 347 struct crc_data crc_cpy[MAX_CRC_WINDOW_NUM]; in amdgpu_dm_crtc_notify_ta_to_read() 381 memcpy(crc_cpy, crtc_ctx->crc_info.crc, sizeof(struct crc_data) * MAX_CRC_WINDOW_NUM); in amdgpu_dm_crtc_notify_ta_to_read()
|
Completed in 10 milliseconds