Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dqsfp.c221 u8 offset_bytes[2]; in i2c_bus_write() local
233 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_write()
237 offset_bytes[0] = offset & 0xff; in i2c_bus_write()
242 msgs[0].buf = offset_bytes; in i2c_bus_write()
269 u8 offset_bytes[2]; in i2c_bus_read() local
281 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_read()
285 offset_bytes[0] = offset & 0xff; in i2c_bus_read()
290 msgs[0].buf = offset_bytes; in i2c_bus_read()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h140 uint32_t offset_bytes; member
Damdgpu_psp.c2531 le32_to_cpu(desc->offset_bytes) + in parse_ta_bin_descriptor()