Lines Matching full:group
44 #define NXP_S32_PINMUX_INIT(group, value) \ argument
49 SIUL2_MSCR_OBE(DT_PROP(group, output_enable)) | \
50 SIUL2_MSCR_IBE(DT_PROP(group, input_enable)) | \
51 SIUL2_MSCR_PUE(DT_PROP(group, bias_pull_up) || \
52 DT_PROP(group, bias_pull_down)) | \
53 SIUL2_MSCR_PUS(DT_PROP(group, bias_pull_up)) | \
54 SIUL2_MSCR_SRE(DT_PROP(group, slew_rate)) | \
55 SIUL2_MSCR_ODE(DT_PROP(group, drive_open_drain) && \
56 DT_PROP(group, output_enable)) | \
57 SIUL2_MSCR_TRC(DT_PROP(group, nxp_termination_resistor)) | \
58 SIUL2_MSCR_CREF(DT_PROP(group, nxp_current_reference_control)) | \
59 SIUL2_MSCR_RXCB(DT_PROP(group, nxp_rx_current_boost)) \