Home
last modified time | relevance | path

Searched refs:AD4695_REG_CONFIG_IN_PAIR (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/iio/adc/
H A Dad4695.c80 #define AD4695_REG_CONFIG_IN_PAIR GENMASK(5, 4) macro
618 mask |= AD4695_REG_CONFIG_IN_PAIR; in ad4695_write_chn_cfg()
619 val |= FIELD_PREP(AD4695_REG_CONFIG_IN_PAIR, cfg->pin_pairing); in ad4695_write_chn_cfg()