Lines Matching refs:reference_control
605 uint8_t reference_control = 0; in ads114s0x_channel_setup() local
620 ADS114S0X_REGISTER_REF_SET_DEFAULTS(reference_control); in ads114s0x_channel_setup()
652 ADS114S0X_REGISTER_REF_NOT_REFN_BUF_SET(reference_control, 0b1); in ads114s0x_channel_setup()
654 ADS114S0X_REGISTER_REF_NOT_REFP_BUF_SET(reference_control, 0b1); in ads114s0x_channel_setup()
656 ADS114S0X_REGISTER_REF_REFSEL_SET(reference_control, 0b10); in ads114s0x_channel_setup()
660 ADS114S0X_REGISTER_REF_NOT_REFN_BUF_SET(reference_control, 0b0); in ads114s0x_channel_setup()
662 ADS114S0X_REGISTER_REF_NOT_REFP_BUF_SET(reference_control, 0b0); in ads114s0x_channel_setup()
664 ADS114S0X_REGISTER_REF_REFSEL_SET(reference_control, 0b00); in ads114s0x_channel_setup()
668 ADS114S0X_REGISTER_REF_NOT_REFN_BUF_SET(reference_control, 0b0); in ads114s0x_channel_setup()
670 ADS114S0X_REGISTER_REF_NOT_REFP_BUF_SET(reference_control, 0b0); in ads114s0x_channel_setup()
672 ADS114S0X_REGISTER_REF_REFSEL_SET(reference_control, 0b01); in ads114s0x_channel_setup()
857 values[3] = reference_control; in ads114s0x_channel_setup()
1340 uint8_t reference_control = 0; in ads114s0x_init() local
1434 ADS114S0X_REGISTER_REF_SET_DEFAULTS(reference_control); in ads114s0x_init()
1436 result = ads114s0x_write_register(dev, ADS114S0X_REGISTER_REF, reference_control); in ads114s0x_init()
1451 if (reference_control != reference_control_read) { in ads114s0x_init()