Searched refs:SERR_PHYRDY_CHG (Results 1 – 9 of 9) sorted by relevance
581 if (serror & SERR_PHYRDY_CHG) { in vt642x_interrupt()588 if (serror & SERR_PHYRDY_CHG) { in vt642x_interrupt()
283 SERR_PHYRDY_CHG); in sata_pmp_configure()867 rc = sata_scr_write(link, SCR_ERROR, SERR_PHYRDY_CHG); in sata_pmp_eh_handle_disabled_links()
453 if (serror & SERR_PHYRDY_CHG) { in sil_host_intr()
296 *val &= ~SERR_PHYRDY_CHG; in inic_scr_read()
695 if (serror & (SERR_DEV_XCHG | SERR_PHYRDY_CHG)) { in sata_rcar_serr_interrupt()
1671 hotplug_mask = SERR_PHYRDY_CHG | SERR_DEV_XCHG; in ata_eh_analyze_serror()1673 hotplug_mask = SERR_PHYRDY_CHG; in ata_eh_analyze_serror()2494 ehc->i.serror & SERR_PHYRDY_CHG ? "PHYRdyChg " : "", in ata_eh_link_report()
3997 ehc->i.serror &= ~SERR_PHYRDY_CHG; in sata_link_scr_lpm()3998 return sata_scr_write(link, SCR_ERROR, SERR_PHYRDY_CHG); in sata_link_scr_lpm()
1833 ahci_scr_write(&ap->link, SCR_ERROR, SERR_PHYRDY_CHG); in ahci_handle_port_interrupt()
523 SERR_PHYRDY_CHG = (1 << 16), /* PHY RDY changed */ enumerator