Lines Matching refs:DT_INST_PROP_OR
388 IF_ENABLED(UTIL_AND(DT_INST_PROP_OR(n, xlnx_is_dual, 1), \
394 .dout = DT_INST_PROP_OR(n, xlnx_dout_default_2, 0), \
395 .tri = DT_INST_PROP_OR(n, xlnx_tri_default_2, GENMASK(MAX_GPIOS - 1, 0)), \
402 DT_INST_PROP_OR(n, xlnx_gpio2_width, MAX_GPIOS)), \
406 .all_inputs = DT_INST_PROP_OR(n, xlnx_all_inputs_2, 0), \
407 .all_outputs = DT_INST_PROP_OR(n, xlnx_all_outputs_2, 0), \
421 .dout = DT_INST_PROP_OR(n, xlnx_dout_default, 0), \
422 .tri = DT_INST_PROP_OR(n, xlnx_tri_default, GENMASK(MAX_GPIOS - 1, 0)), \
424 DT_INST_PROP_OR(n, xlnx_is_dual, 1)), \
432 DT_INST_PROP_OR(n, xlnx_gpio_width, MAX_GPIOS)), \
436 .all_inputs = DT_INST_PROP_OR(n, xlnx_all_inputs, 0), \
437 .all_outputs = DT_INST_PROP_OR(n, xlnx_all_outputs, 0), \