Lines Matching +full:child +full:- +full:prop +full:- +full:1
3 * SPDX-License-Identifier: Apache-2.0
23 uint32_t ien_reg: 1;
24 uint32_t filonoff_reg: 1;
35 /* Iterate over each pinctrl-n phandle child */
40 /* Iterate over each pinctrl-n phandle child */
41 #define Z_PINCTRL_STATE_PINS_INIT(node_id, prop) \ argument
42 {DT_FOREACH_PROP_ELEM_SEP(node_id, prop, Z_PINCTRL_STATE_PIN_INIT, ())};
56 DT_PROP(node_id, bias_pull_up) == 1 ? 1U : (DT_PROP(node_id, bias_pull_down) == 1 ? 2U : 0U)
62 #define RZG_FILTER_ON_OFF(node_id) COND_CODE_0(DT_PROP(node_id, renesas_filter), (0), (1))
73 .pmc_reg = 1, \
79 (RZG_GET_FUNC(DT_PROP_BY_IDX(node_id, state_prop, idx)) - \
80 1), \