Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad4130.c287 u32 int_pin_sel; member
1631 st->int_pin_sel = AD4130_INT_PIN_INT; in ad4310_parse_fw()
1637 st->int_pin_sel = i; in ad4310_parse_fw()
1642 if (st->int_pin_sel == AD4130_INT_PIN_DOUT) in ad4310_parse_fw()
1646 if (st->int_pin_sel == AD4130_INT_PIN_P2) in ad4310_parse_fw()
1663 if (st->int_pin_sel == AD4130_INT_PIN_CLK && in ad4310_parse_fw()
1667 st->mclk_sel, st->int_pin_sel); in ad4310_parse_fw()
1798 if (st->int_pin_sel == AD4130_INT_PIN_CLK || in ad4130_setup_int_clk()
1872 val |= FIELD_PREP(AD4130_IO_CONTROL_INT_PIN_SEL_MASK, st->int_pin_sel); in ad4130_setup()
/linux/drivers/iio/accel/
H A Dfxls8962af-core.c1100 u8 int_pin_sel; in fxls8962af_irq_setup() local
1106 int_pin_sel = FXLS8962AF_INT_PIN_SEL_INT1; in fxls8962af_irq_setup()
1109 int_pin_sel = FXLS8962AF_INT_PIN_SEL_INT2; in fxls8962af_irq_setup()
1117 FXLS8962AF_INT_PIN_SEL_MASK, int_pin_sel); in fxls8962af_irq_setup()