Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Dapm_32.c484 #define ERROR_COUNT ARRAY_SIZE(error_table) macro
499 for (i = 0; i < ERROR_COUNT; i++) in apm_error()
502 if (i < ERROR_COUNT) in apm_error()
/Linux-v5.15/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()
997 ERROR_COUNT(err_count)); in cdnsp_endpoint_init()
Dcdnsp-gadget.h682 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro
/Linux-v5.15/drivers/usb/host/
Dxhci-mem.c1197 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1505 ERROR_COUNT(err_count)); in xhci_endpoint_init()
Dxhci.h753 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro