Searched refs:SCR_NOTIFICATION (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/ata/ |
H A D | libata-pmp.c | 979 rc = sata_scr_read(&ap->link, SCR_NOTIFICATION, &sntf); in sata_pmp_eh_recover() 981 sata_scr_write(&ap->link, SCR_NOTIFICATION, sntf); in sata_pmp_eh_recover()
|
H A D | sata_dwc_460ex.c | 365 if (scr > SCR_NOTIFICATION) { in sata_dwc_scr_read() 382 if (scr > SCR_NOTIFICATION) { in sata_dwc_scr_write()
|
H A D | libata-sata.c | 1414 rc = sata_scr_read(&ap->link, SCR_NOTIFICATION, &sntf); in sata_async_notification() 1416 sata_scr_write(&ap->link, SCR_NOTIFICATION, sntf); in sata_async_notification()
|
H A D | libahci.c | 648 [SCR_NOTIFICATION] = PORT_SCR_NTF, in ahci_scr_offset() 653 (sc_reg != SCR_NOTIFICATION || (hpriv->cap & HOST_CAP_SNTF))) in ahci_scr_offset()
|
H A D | libata-core.c | 3074 sata_scr_read(&ap->link, SCR_NOTIFICATION, &sntf) == 0)) { in ata_dev_configure()
|
/linux/include/linux/ |
H A D | ata.h | 507 SCR_NOTIFICATION = 4, enumerator
|