Home
last modified time | relevance | path

Searched refs:LAST_CTX (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c481 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in cdnsp_zero_in_ctx()
683 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(i)); in cdnsp_update_eps_configuration()
H A Dcdnsp-gadget.h602 #define LAST_CTX(p) ((p) << 27) macro
H A Dcdnsp-mem.c736 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in cdnsp_setup_addressable_priv_dev()
/linux-6.15/drivers/usb/host/
H A Dxhci.h368 #define LAST_CTX(p) ((p) << 27) macro
H A Dxhci.c2021 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in xhci_zero_in_ctx()
3021 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(i)); in xhci_check_bandwidth()
H A Dxhci-mem.c1080 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1) | udev->route); in xhci_setup_addressable_virt_dev()