Home
last modified time | relevance | path

Searched refs:intc_phandle (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/riscv/
H A Dspike.c61 uint32_t cpu_phandle, intc_phandle, phandle = 1; in create_fdt() local
127 intc_phandle = phandle++; in create_fdt()
128 qemu_fdt_setprop_cell(fdt, intc_name, "phandle", intc_phandle); in create_fdt()
134 clint_cells[cpu * 4 + 0] = cpu_to_be32(intc_phandle); in create_fdt()
136 clint_cells[cpu * 4 + 2] = cpu_to_be32(intc_phandle); in create_fdt()
H A Dsifive_u.c202 uint32_t intc_phandle = qemu_fdt_get_phandle(fdt, nodename); in create_fdt() local
203 cells[cpu * 4 + 0] = cpu_to_be32(intc_phandle); in create_fdt()
205 cells[cpu * 4 + 2] = cpu_to_be32(intc_phandle); in create_fdt()
253 uint32_t intc_phandle = qemu_fdt_get_phandle(fdt, nodename); in create_fdt() local
256 cells[0] = cpu_to_be32(intc_phandle); in create_fdt()
259 cells[cpu * 4 - 2] = cpu_to_be32(intc_phandle); in create_fdt()
261 cells[cpu * 4 + 0] = cpu_to_be32(intc_phandle); in create_fdt()
/openbmc/qemu/include/hw/pci-host/
H A Dspapr.h106 uint32_t intc_phandle, void *fdt, int *node_offset);
/openbmc/qemu/hw/ppc/
H A Dspapr.c4043 int intc_phandle; in spapr_phb_dt_populate() local
4045 intc_phandle = spapr_irq_get_phandle(spapr, spapr->fdt_blob, errp); in spapr_phb_dt_populate()
4046 if (intc_phandle <= 0) { in spapr_phb_dt_populate()
4050 if (spapr_dt_phb(spapr, sphb, intc_phandle, fdt, fdt_start_offset)) { in spapr_phb_dt_populate()
H A Dspapr_pci.c2233 uint32_t intc_phandle, void *fdt, int *node_offset) in spapr_dt_phb() argument
2323 irqmap[4] = cpu_to_be32(intc_phandle); in spapr_dt_phb()