Home
last modified time | relevance | path

Searched refs:MAX_PHANDLE_ARGS (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/of/
H A Dirq.c137 if (WARN_ON(addrsize + intsize > MAX_PHANDLE_ARGS) in of_irq_parse_imap_parent()
172 __be32 initial_match_array[MAX_PHANDLE_ARGS]; in of_irq_parse_raw()
174 const __be32 *tmp, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; in of_irq_parse_raw()
222 if (WARN_ON(addrsize + intsize > MAX_PHANDLE_ARGS)) { in of_irq_parse_raw()
H A Dbase.c1377 MAX_PHANDLE_ARGS); in __of_parse_phandle_with_args()
1456 static const __be32 dummy_mask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; in of_parse_phandle_with_args_map()
1457 static const __be32 dummy_pass[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(0) }; in of_parse_phandle_with_args_map()
1458 __be32 initial_match_array[MAX_PHANDLE_ARGS]; in of_parse_phandle_with_args_map()
1524 if (WARN_ON(new_size > MAX_PHANDLE_ARGS) || in of_parse_phandle_with_args_map()
/linux/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c268 parent.args_count = of_phandle_iterator_args(&it, parent.args, MAX_PHANDLE_ARGS); in apple_pmgr_ps_probe()
/linux/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c984 uint32_t args[MAX_PHANDLE_ARGS]; in cpg_mssr_reserved_init()
1017 if (of_phandle_iterator_args(&it, args, MAX_PHANDLE_ARGS) != 2) in cpg_mssr_reserved_init()
/linux/include/linux/
H A Dof.h70 #define MAX_PHANDLE_ARGS 16 macro
74 uint32_t args[MAX_PHANDLE_ARGS];
/linux/drivers/gpio/
H A Dgpiolib-of.c1170 if (chip->of_gpio_n_cells > MAX_PHANDLE_ARGS) in of_gpiochip_add()