Searched refs:AD7124_MAX_CONFIGS (Results 1 – 1 of 1) sorted by relevance
95 #define AD7124_MAX_CONFIGS 8 macro181 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);356 free_cfg_slot = find_first_zero_bit(&st->cfg_slots_status, AD7124_MAX_CONFIGS); in ad7124_find_free_config_slot()357 if (free_cfg_slot == AD7124_MAX_CONFIGS) in ad7124_find_free_config_slot()