Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci.h202 PORT_DEVSLP_DM_MASK = (0xf << 25), /* DITO multiplier mask */ enumerator
H A Dlibahci.c2278 dm = (devslp & PORT_DEVSLP_DM_MASK) >> PORT_DEVSLP_DM_OFFSET; in ahci_set_aggressive_devslp()