Searched refs:value_low (Results 1 – 1 of 1) sorted by relevance
615 uint8_t value_low; in pcal6416a_inputs_read() local618 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_INTERRUPT_STATUS_0, &value_low); in pcal6416a_inputs_read()628 *int_sources = value_low | (value_high << 8); in pcal6416a_inputs_read()631 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_INPUT_PORT_0, &value_low); in pcal6416a_inputs_read()642 *input_port = value_low | (value_high << 8); in pcal6416a_inputs_read()