Searched refs:prci_phandle (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/riscv/ |
H A D | sifive_u.c | 104 uint32_t plic_phandle, prci_phandle, gpio_phandle, phandle = 1; in create_fdt() local 233 prci_phandle = phandle++; in create_fdt() 237 qemu_fdt_setprop_cell(fdt, nodename, "phandle", prci_phandle); in create_fdt() 291 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 355 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 380 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 417 prci_phandle, PRCI_CLK_GEMGXLPLL, prci_phandle, PRCI_CLK_GEMGXLPLL); in create_fdt() 449 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 465 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() 477 prci_phandle, PRCI_CLK_TLCLK); in create_fdt() [all …]
|