Home
last modified time | relevance | path

Searched refs:XHCI_MAX_PORTS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h543 #define XHCI_MAX_PORTS(p) (((p) & 0xff) << 24) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c1453 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(udev->maxchild)); in xhci_update_hub_device()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h657 #define XHCI_MAX_PORTS(p) (((p) & 0xff) << 24) macro
H A Dxhci.c5143 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()