Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ata/
Dahci.h206 PORT_DEVSLP_ADSE = (1 << 0), /* Aggressive DevSlp enable */ enumerator
Dlibahci.c2148 if (devslp & PORT_DEVSLP_ADSE) { in ahci_set_aggressive_devslp()
2149 writel(devslp & ~PORT_DEVSLP_ADSE, in ahci_set_aggressive_devslp()
2168 if ((devslp & PORT_DEVSLP_ADSE) && (dito_conf == dito)) in ahci_set_aggressive_devslp()
2198 PORT_DEVSLP_ADSE); in ahci_set_aggressive_devslp()
2348 if ((devslp & PORT_DEVSLP_ADSE)) in ahci_handle_s2idle()