Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci.h436 u32 ahci_handle_port_intr(struct ata_host *host, u32 irq_masked);
H A Dahci_xgene.c579 return ahci_handle_port_intr(host, irq_masked); in xgene_ahci_handle_broken_edge_irq()
H A Dlibahci.c1985 u32 ahci_handle_port_intr(struct ata_host *host, u32 irq_masked) in ahci_handle_port_intr() function
2009 EXPORT_SYMBOL_GPL(ahci_handle_port_intr);
2031 rc = ahci_handle_port_intr(host, irq_masked); in ahci_single_level_irq_intr()
H A Dahci.c1537 rc = ahci_handle_port_intr(host, irq_masked); in ahci_thunderx_irq_handler()