Searched refs:prci_phandle (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/riscv/ |
H A D | sifive_u.c | 105 uint32_t plic_phandle, prci_phandle, gpio_phandle, phandle = 1; in create_fdt() local 234 prci_phandle = phandle++; in create_fdt() 238 qemu_fdt_setprop_cell(fdt, nodename, "phandle", prci_phandle); in create_fdt() 292 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 356 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 381 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 418 prci_phandle, PRCI_CLK_GEMGXLPLL, prci_phandle, PRCI_CLK_GEMGXLPLL); in create_fdt() 450 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 466 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 478 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() [all …]
|