Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c479 #define ERROR_COUNT ARRAY_SIZE(error_table) macro
494 for (i = 0; i < ERROR_COUNT; i++) in apm_error()
497 if (i < ERROR_COUNT) in apm_error()
/openbmc/linux/drivers/usb/cdns3/
H A 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()
H A Dcdnsp-gadget.h682 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h635 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro
H A Dxhci.c596 ERROR_COUNT(err_count)); in xhci_set_configuration()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c1174 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1483 ERROR_COUNT(err_count)); in xhci_endpoint_init()
H A Dxhci.h504 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro