Lines Matching defs:bytes
75 /* + 2 bytes padding */
482 u8 bytes[4];
490 status = twl_i2c_write(sih->module, imr.bytes,
500 u8 bytes[6];
511 status = twl_i2c_read(sih->module, bytes,
526 bytes[byte] &= ~(0x03 << off);
530 bytes[byte] |= BIT(off + 1);
532 bytes[byte] |= BIT(off + 0);
538 status = twl_i2c_write(sih->module, bytes,
564 u8 bytes[4];
571 status = twl_i2c_read(sih->module, isr.bytes,