Home
last modified time | relevance | path

Searched refs:PORT_CMD_ASP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h166 PORT_CMD_ASP = BIT(27), /* Aggressive Slumber/Partial */ enumerator
H A Dlibahci.c777 cmd &= ~(PORT_CMD_ASP | PORT_CMD_ALPE); in ahci_set_lpm()
791 cmd |= PORT_CMD_ASP; in ahci_set_lpm()
793 cmd &= ~PORT_CMD_ASP; in ahci_set_lpm()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci.h165 PORT_CMD_ASP = BIT(27), /* Aggressive Slumber/Partial */ enumerator
H A Dlibahci.c835 cmd &= ~(PORT_CMD_ASP | PORT_CMD_ALPE); in ahci_set_lpm()
849 cmd |= PORT_CMD_ASP; in ahci_set_lpm()
851 cmd &= ~PORT_CMD_ASP; in ahci_set_lpm()

Completed in 9 milliseconds