Searched refs:gpio_ph (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | e500.c | 157 int gpio_ph; in create_dt_mpc8xxx_gpio() local 166 gpio_ph = qemu_fdt_alloc_phandle(fdt); in create_dt_mpc8xxx_gpio() 167 qemu_fdt_setprop_cell(fdt, node, "phandle", gpio_ph); in create_dt_mpc8xxx_gpio() 168 qemu_fdt_setprop_cell(fdt, node, "linux,phandle", gpio_ph); in create_dt_mpc8xxx_gpio() 173 qemu_fdt_setprop_cells(fdt, poweroff, "gpios", gpio_ph, 0, 0); in create_dt_mpc8xxx_gpio()
|