Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Dirq.c142 if (WARN_ON(addrsize + intsize > MAX_PHANDLE_ARGS) in of_irq_parse_imap_parent()
179 __be32 initial_match_array[MAX_PHANDLE_ARGS]; in of_irq_parse_raw()
181 const __be32 *tmp, dummy_imask[] = { [0 ... (MAX_PHANDLE_ARGS - 1)] = cpu_to_be32(~0) }; in of_irq_parse_raw()
229 if (WARN_ON(addrsize + intsize > MAX_PHANDLE_ARGS)) { in of_irq_parse_raw()
H A Dbase.c1400 MAX_PHANDLE_ARGS); in __of_parse_phandle_with_args()
1479 static const __be32 dummy_mask[] = { [0 ... (MAX_PHANDLE_ARGS - 1)] = cpu_to_be32(~0) }; in of_parse_phandle_with_args_map()
1480 static const __be32 dummy_pass[] = { [0 ... (MAX_PHANDLE_ARGS - 1)] = cpu_to_be32(0) }; in of_parse_phandle_with_args_map()
1481 __be32 initial_match_array[MAX_PHANDLE_ARGS]; in of_parse_phandle_with_args_map()
1547 if (WARN_ON(new_size > MAX_PHANDLE_ARGS) || in of_parse_phandle_with_args_map()
/linux-6.15/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-6.15/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c979 uint32_t args[MAX_PHANDLE_ARGS]; in cpg_mssr_reserved_init()
1012 if (of_phandle_iterator_args(&it, args, MAX_PHANDLE_ARGS) != 2) in cpg_mssr_reserved_init()
/linux-6.15/include/linux/
H A Dof.h70 #define MAX_PHANDLE_ARGS NR_FWNODE_REFERENCE_ARGS macro
74 uint32_t args[MAX_PHANDLE_ARGS];
/linux-6.15/drivers/gpio/
H A Dgpiolib-of.c1261 if (chip->of_gpio_n_cells > MAX_PHANDLE_ARGS) in of_gpiochip_add()