Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad4130.c287 u32 int_pin_sel; member
1661 st->int_pin_sel = AD4130_INT_PIN_INT; in ad4310_parse_fw()
1667 st->int_pin_sel = i; in ad4310_parse_fw()
1672 if (st->int_pin_sel == AD4130_INT_PIN_DOUT) in ad4310_parse_fw()
1676 if (st->int_pin_sel == AD4130_INT_PIN_P2) in ad4310_parse_fw()
1693 if (st->int_pin_sel == AD4130_INT_PIN_CLK && in ad4310_parse_fw()
1697 st->mclk_sel, st->int_pin_sel); in ad4310_parse_fw()
1834 if (st->int_pin_sel == AD4130_INT_PIN_CLK || in ad4130_setup_int_clk()
1911 val |= FIELD_PREP(AD4130_IO_CONTROL_INT_PIN_SEL_MASK, st->int_pin_sel); in ad4130_setup()
/openbmc/linux/drivers/iio/accel/
H A Dfxls8962af-core.c1086 u8 int_pin_sel; in fxls8962af_irq_setup() local
1092 int_pin_sel = FXLS8962AF_INT_PIN_SEL_INT1; in fxls8962af_irq_setup()
1095 int_pin_sel = FXLS8962AF_INT_PIN_SEL_INT2; in fxls8962af_irq_setup()
1103 FXLS8962AF_INT_PIN_SEL_MASK, int_pin_sel); in fxls8962af_irq_setup()