Lines Matching +full:child +full:- +full:prop +full:- +full:2
3 * SPDX-License-Identifier: Apache-2.0
22 uint32_t pmc_reg: 2;
25 uint32_t filnum_reg: 2;
26 uint32_t filclksel_reg: 2;
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)
58 #define RZG_GET_FILNUM(node_id) ((DT_PROP(node_id, renesas_filter) >> 2) & 0x3)
79 (RZG_GET_FUNC(DT_PROP_BY_IDX(node_id, state_prop, idx)) - \