Searched refs:of_range_parser_init (Results 1 – 13 of 13) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | isa-bridge.c | 65 if (of_range_parser_init(&parser, isa_node)) in process_ISA_OF_ranges()
|
/linux/arch/mips/loongson64/ |
H A D | init.c | 198 if (of_range_parser_init(&parser, np)) { in reserve_pio_range()
|
/linux/include/linux/ |
H A D | of_address.h | 177 #define of_range_parser_init of_pci_range_parser_init macro
|
/linux/drivers/bus/ |
H A D | uniphier-system-bus.c | 193 ret = of_range_parser_init(&parser, dev->of_node); in uniphier_system_bus_probe()
|
H A D | imx-weim.c | 113 if (of_range_parser_init(&parser, np)) in imx_weim_gpr_setup()
|
H A D | mvebu-mbus.c | 1189 ret = of_range_parser_init(&parser, np); in mbus_dt_setup()
|
H A D | ti-sysc.c | 667 error = of_range_parser_init(&parser, np); in sysc_parse_and_check_child_range()
|
/linux/arch/loongarch/kernel/ |
H A D | setup.c | 512 if (of_range_parser_init(&parser, np)) { in arch_reserve_pio_range()
|
/linux/arch/powerpc/platforms/512x/ |
H A D | mpc512x_lpbfifo.c | 382 of_range_parser_init(&parser, lb_node); in get_cs_ranges()
|
/linux/drivers/of/ |
H A D | address.c | 268 ret = of_range_parser_init(&parser, np); in of_range_to_resource()
|
H A D | unittest.c | 1277 if (of_range_parser_init(&parser, np)) { in of_unittest_bus_ranges() 1347 if (of_range_parser_init(&parser, np)) { in of_unittest_bus_3cell_ranges()
|
/linux/drivers/bus/fsl-mc/ |
H A D | fsl-mc-bus.c | 1009 of_range_parser_init(&parser, dev->of_node); in get_mc_addr_translation_ranges()
|
/linux/drivers/hv/ |
H A D | vmbus_drv.c | 2549 ret = of_range_parser_init(&parser, np); in vmbus_device_add()
|