Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Dvirt.c222 uint32_t *intc_phandles) in create_fdt_socket_cpus() argument
275 intc_phandles[cpu] = (*phandle)++; in create_fdt_socket_cpus()
280 intc_phandles[cpu]); in create_fdt_socket_cpus()
311 uint32_t *intc_phandles) in create_fdt_socket_clint() argument
325 clint_cells[cpu * 4 + 0] = cpu_to_be32(intc_phandles[cpu]); in create_fdt_socket_clint()
327 clint_cells[cpu * 4 + 2] = cpu_to_be32(intc_phandles[cpu]); in create_fdt_socket_clint()
346 uint32_t *intc_phandles) in create_fdt_socket_aclint() argument
362 aclint_mswi_cells[cpu * 2 + 0] = cpu_to_be32(intc_phandles[cpu]); in create_fdt_socket_aclint()
364 aclint_mtimer_cells[cpu * 2 + 0] = cpu_to_be32(intc_phandles[cpu]); in create_fdt_socket_aclint()
366 aclint_sswi_cells[cpu * 2 + 0] = cpu_to_be32(intc_phandles[cpu]); in create_fdt_socket_aclint()
[all …]