/src/sys/arch/arm/fdt/ |
pcihost_fdt.c | 508 const int map_ihandle = fdtbus_get_phandle_from_native(be32toh(imap[4])); local in function:pcihost_intr_map 509 if (of_getprop_uint32(map_ihandle, "#address-cells", &addr_cells)) 511 if (of_getprop_uint32(map_ihandle, "#interrupt-cells", &interrupt_cells)) 544 const int map_ihandle = fdtbus_get_phandle_from_native(be32toh(imap[4])); local in function:pcihost_find_intr 545 if (of_getprop_uint32(map_ihandle, "#address-cells", &addr_cells)) 547 if (of_getprop_uint32(map_ihandle, "#interrupt-cells", &interrupt_cells)) 553 *pihandle = map_ihandle;
|
/src/sys/arch/riscv/fdt/ |
pcihost_fdt.c | 489 const int map_ihandle = fdtbus_get_phandle_from_native(be32toh(imap[4])); local in function:pcihost_intr_map 490 if (of_getprop_uint32(map_ihandle, "#address-cells", &addr_cells)) 492 if (of_getprop_uint32(map_ihandle, "#interrupt-cells", &interrupt_cells)) 525 const int map_ihandle = fdtbus_get_phandle_from_native(be32toh(imap[4])); local in function:pcihost_find_intr 526 if (of_getprop_uint32(map_ihandle, "#address-cells", &addr_cells)) 528 if (of_getprop_uint32(map_ihandle, "#interrupt-cells", &interrupt_cells)) 534 *pihandle = map_ihandle;
|
/src/sys/arch/arm/broadcom/ |
bcm2838_pcie.c | 705 const int map_ihandle = fdtbus_get_phandle_from_native(be32toh(imap[4])); local in function:bcmstb_intr_map 706 if (of_getprop_uint32(map_ihandle, "#address-cells", &addr_cells)) 708 if (of_getprop_uint32(map_ihandle, "#interrupt-cells", &interrupt_cells))
|