Lines Matching defs:bytes
74 /* + 2 bytes padding */
481 u8 bytes[4];
489 status = twl_i2c_write(sih->module, imr.bytes,
499 u8 bytes[6];
510 status = twl_i2c_read(sih->module, bytes,
525 bytes[byte] &= ~(0x03 << off);
529 bytes[byte] |= BIT(off + 1);
531 bytes[byte] |= BIT(off + 0);
537 status = twl_i2c_write(sih->module, bytes,
563 u8 bytes[4];
570 status = twl_i2c_read(sih->module, isr.bytes,