Lines Matching defs:address
287 /* set up command ring control base address */
353 /* set up device context base address */
423 /* set up command ring control base address */
932 * address as conditions for a successful transfer.
1232 * address command fails to respond due to a
1237 DPRINTF("Set address timeout\n");
1333 xhci_set_address(struct usb_device *udev, struct mtx *mtx, uint16_t address)
1408 /* execute set address command */
1412 (address == 0), index);
1416 if ((address == 0) && (sc->sc_port_route != NULL) &&
1423 DPRINTF("Could not set address "
1425 if (address != 0)
1429 /* update device address to new value */
1436 udev->address = XHCI_SCTX_3_DEV_ADDR_GET(temp);
1440 if (address != 0)
1447 DPRINTF("Wrong state for set address.\n");
2724 /* get TRB start address */
2922 /* compute terminating return address */
3953 ep, udev->address, edesc->bEndpointAddress, udev->flags.usb_mode);