Searched refs:hub_error (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | e752x_edac.c | 562 static inline void hub_error(int fatal, u8 errors, int *error_found, in hub_error() function 699 hub_error(1, stat8 & 0x2b, error_found, handle_error); in e752x_check_hub_interface() 702 hub_error(0, stat8 & 0x54, error_found, handle_error); in e752x_check_hub_interface() 712 hub_error(1, stat8 & 0x2b, error_found, handle_error); in e752x_check_hub_interface() 715 hub_error(0, stat8 & 0x54, error_found, handle_error); in e752x_check_hub_interface()
|