Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-mem.c766 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in cdnsp_setup_addressable_priv_dev()
1000 ERROR_COUNT(err_count)); in cdnsp_endpoint_init()
Dcdnsp-gadget.h682 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro
/drivers/usb/host/
Dxhci-mem.c1208 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1516 ERROR_COUNT(err_count)); in xhci_endpoint_init()
Dxhci.h757 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro