Searched refs:offset_bytes (Results 1 – 2 of 2) sorted by relevance
179 u8 offset_bytes[2]; in i2c_bus_write() local191 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_write()195 offset_bytes[0] = offset & 0xff; in i2c_bus_write()200 msgs[0].buf = offset_bytes; in i2c_bus_write()227 u8 offset_bytes[2]; in i2c_bus_read() local239 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_read()243 offset_bytes[0] = offset & 0xff; in i2c_bus_read()248 msgs[0].buf = offset_bytes; in i2c_bus_read()
139 u32 offset_bytes, in leapraid_ctl_validate_sge_offset() argument164 if (offset_bytes > LEAPRAID_REQUEST_SIZE - sge_bytes) { in leapraid_ctl_validate_sge_offset()167 __func__, offset_bytes, req->func); in leapraid_ctl_validate_sge_offset()