Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dahci_platform.h49 #define AHCI_PLATFORM_GET_RESETS BIT(0) macro
/Linux-v6.1/drivers/ata/
Dahci_platform.c51 AHCI_PLATFORM_GET_RESETS); in ahci_probe()
Dahci_dwc.c463 .pflags = AHCI_PLATFORM_GET_RESETS,
467 .pflags = AHCI_PLATFORM_GET_RESETS | AHCI_PLATFORM_RST_TRIGGER,
Dahci_sunxi.c219 hpriv = ahci_platform_get_resources(pdev, AHCI_PLATFORM_GET_RESETS); in ahci_sunxi_probe()
Dlibahci_platform.c535 if (flags & AHCI_PLATFORM_GET_RESETS) { in ahci_platform_get_resources()