Lines Matching +full:zynqmp +full:- +full:reset

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
69 /* IOCTL for ULPI reset */
80 /* IOCTL to get last reset reason */
131 device_printf(sc->dev, "SMC Call fail %d\n", rv);
134 device_printf(sc->dev, "API version = %d.%d\n",
148 device_printf(sc->dev, "SMC Call fail %d\n", rv);
151 device_printf(sc->dev, "ID Code = %x Version = %x\n",
165 device_printf(sc->dev, "SMC Call fail %d\n", rv);
168 device_printf(sc->dev, "Trustzone Version = %x\n",
185 device_printf(sc->dev, "SMC Call fail %d\n", rv);
199 device_printf(sc->dev, "SMC Call fail %d\n", rv);
213 device_printf(sc->dev, "SMC Call fail %d\n", rv);
232 device_printf(sc->dev, "SMC Call fail %d\n", rv);
246 device_printf(sc->dev, "SMC Call fail %d\n", rv);
265 device_printf(sc->dev, "SMC Call fail %d\n", rv);
279 device_printf(sc->dev, "SMC Call fail %d\n", rv);
297 device_printf(sc->dev, "SMC Call fail %d\n", rv);
315 device_printf(sc->dev, "SMC Call fail %d\n", rv);
333 device_printf(sc->dev, "SMC Call fail %d\n", rv);
357 device_printf(sc->dev, "SMC Call fail %d\n", rv);
370 device_printf(sc->dev, "SMC Call fail %d\n", rv);
385 device_printf(sc->dev, "SMC Call fail %d\n", rv);
406 if (ofw_bus_gen_setup_devinfo(&ndi->obdinfo, node) != 0) {
413 resource_list_init(&ndi->rl);
414 ofw_bus_reg_to_rl(dev, OF_parent(node), sc->acells, sc->scells, &ndi->rl);
415 ofw_bus_intr_to_rl(dev, node, &ndi->rl, NULL);
432 ndi->obdinfo.obd_name);
433 resource_list_free(&ndi->rl);
434 ofw_bus_gen_destroy_devinfo(&ndi->obdinfo);
450 if (!ofw_bus_is_compatible(dev, "xlnx,zynqmp-firmware"))
452 device_set_desc(dev, "ZynqMP Firmware");
464 sc->dev = dev;
475 cdev = zynqmp_firmware_add_device(dev, child, 0, NULL, -1, NULL);