Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7124.c94 #define AD7124_MAX_CONFIGS 8 macro
177 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);
351 free_cfg_slot = find_first_zero_bit(&st->cfg_slots_status, AD7124_MAX_CONFIGS); in ad7124_find_free_config_slot()
352 if (free_cfg_slot == AD7124_MAX_CONFIGS) in ad7124_find_free_config_slot()