Lines Matching defs:value
151 u32 twl_idcode; /* TWL IDCODE Register value */
434 * @value: an array of num_bytes+1 containing data to write
440 int twl_i2c_write(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes)
449 value, num_bytes);
462 * @value: an array of num_bytes containing data to be read
468 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes)
477 value, num_bytes);
513 * Unlocks the IDCODE register and read the 32 bit value.
543 * Api to get the TWL Si type from IDCODE value.
554 * Api to get the TWL Si version from IDCODE value.
1001 "using bootloader value (unknown osc rate)\n");
1173 WARN(status < 0, "Error: reading twl_idcode register value\n");