Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c790 uint32_t cer, der, serr = 0, sntf = 0, ok, err; in fsl_sata_intr_main() local
807 sntf = ATA_INL(ch->r_mem, FSL_SATA_P_SNTF); in fsl_sata_intr_main()
847 if (sntf) in fsl_sata_intr_main()
848 fsl_sata_notify_events(ch, sntf); in fsl_sata_intr_main()
/freebsd/sys/dev/ahci/
H A Dahci.c1375 uint32_t cstatus, serr = 0, sntf = 0, ok, err; in ahci_ch_intr_main() local
1392 sntf = ATA_INL(ch->r_mem, AHCI_P_SNTF); in ahci_ch_intr_main()
1399 sntf |= 1 << i; in ahci_ch_intr_main()
1407 sntf = (1 << (fis[1] & 0x0f)); in ahci_ch_intr_main()
1526 if (sntf) in ahci_ch_intr_main()
1527 ahci_notify_events(ch, sntf); in ahci_ch_intr_main()
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c170 uint32_t sntf; member
2708 SNAPSHOT_VAR_OR_LEAVE(port->sntf, meta, ret, done); in pci_ahci_snapshot()