Lines Matching refs:sources
57 uint8_t sources[32]; member
336 if (!(cfg->sources[src] & BIT(7))) { in mchp_xec_ecia_set_callback_by_dev()
341 int idx = (int)(cfg->sources[src] & ~BIT(7)); in mchp_xec_ecia_set_callback_by_dev()
397 if (!(cfg->sources[src] & BIT(7))) { in mchp_ecia_unset_callback_by_dev()
402 int idx = (int)(cfg->sources[src] & ~BIT(7)); in mchp_ecia_unset_callback_by_dev()
484 if (cfg->sources[bitpos] & BIT(7)) { in xec_girq_isr()
486 idx = (uint32_t)cfg->sources[bitpos] & ~BIT(7); in xec_girq_isr()
558 .sources[DT_PROP_BY_IDX(node_id, prop, idx)] = \
566 xec_data_girq_##n[DT_PROP_LEN(n, sources)]; \
571 .num_srcs = DT_PROP_LEN(n, sources), \
572 DT_FOREACH_PROP_ELEM(n, sources, XEC_GIRQ_SOURCES2) \