Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dapm_32.c478 #define ERROR_COUNT ARRAY_SIZE(error_table) macro
493 for (i = 0; i < ERROR_COUNT; i++) in apm_error()
496 if (i < ERROR_COUNT) in apm_error()
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c765 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in cdnsp_setup_addressable_priv_dev()
999 ERROR_COUNT(err_count)); in cdnsp_endpoint_init()
H A Dcdnsp-gadget.h689 #define ERROR_COUNT(p) (((p) & 0x3) << 1) macro