Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h656 #define XHCI_MAX_PORTS(p) (((p) & 0xff) << 24) macro
H A Dxhci.c5161 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h659 #define XHCI_MAX_PORTS(p) (((p) & 0xff) << 24) macro
H A Dxhci.c5033 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()

Completed in 25 milliseconds