Searched defs:bitfield (Results 1 – 1 of 1) sorted by relevance
1337 int tfa2_i2c_read_bf(struct i2c_client *client, uint16_t bitfield) in tfa2_i2c_read_bf()1351 static int tfa2_i2c_write_bf_internal(struct i2c_client *client, uint16_t bitfield, uint16_t value,… in tfa2_i2c_write_bf_internal()1389 int tfa2_i2c_write_bf(struct i2c_client *client, uint16_t bitfield, uint16_t value) in tfa2_i2c_write_bf()1394 int tfa2_i2c_write_bf_volatile(struct i2c_client *client, uint16_t bitfield, uint16_t value) in tfa2_i2c_write_bf_volatile()2385 #define BF_REG(bitfield) ((bitfield >> 8) & 0xff) argument