Searched refs:SERR_DISPARITY (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_xgene.c | 313 * be error reported in the register PORT_SCR_ERR. For SERR_DISPARITY and 332 * 1. On link up, if there are any SERR_DISPARITY and SERR_10B_8B_ERR error 347 * line, on detection of SERR_DISPARITY or SERR_10B_8B_ERR errors, 374 if (val & (SERR_DISPARITY | SERR_10B_8B_ERR)) in xgene_ahci_do_hardreset()
|
H A D | libata-eh.c | 2290 ehc->i.serror & SERR_DISPARITY ? "Dispar " : "", in ata_eh_link_report()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_xgene.c | 312 * be error reported in the register PORT_SCR_ERR. For SERR_DISPARITY and 331 * 1. On link up, if there are any SERR_DISPARITY and SERR_10B_8B_ERR error 346 * line, on detection of SERR_DISPARITY or SERR_10B_8B_ERR errors, 373 if (val & (SERR_DISPARITY | SERR_10B_8B_ERR)) in xgene_ahci_do_hardreset()
|
H A D | libata-eh.c | 2398 ehc->i.serror & SERR_DISPARITY ? "Dispar " : "", in ata_eh_link_report()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ata.h | 520 SERR_DISPARITY = (1 << 20), /* Disparity */ enumerator
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ata.h | 511 SERR_DISPARITY = (1 << 20), /* Disparity */ enumerator
|
Completed in 16 milliseconds