Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.c56 static void ahci_intr_one_edge(void *data);
477 ((ctlr->quirks & AHCI_Q_EDGEIS) ? ahci_intr_one_edge : in ahci_setup_interrupt()
563 ahci_intr_one_edge(void *data) in ahci_intr_one_edge() function