devslp 2096 drivers/ata/libahci.c u32 devslp, dm, dito, mdat, deto, dito_conf; devslp 2100 drivers/ata/libahci.c devslp = readl(port_mmio + PORT_DEVSLP); devslp 2101 drivers/ata/libahci.c if (!(devslp & PORT_DEVSLP_DSP)) { devslp 2108 drivers/ata/libahci.c if (devslp & PORT_DEVSLP_ADSE) { devslp 2109 drivers/ata/libahci.c writel(devslp & ~PORT_DEVSLP_ADSE, devslp 2120 drivers/ata/libahci.c dm = (devslp & PORT_DEVSLP_DM_MASK) >> PORT_DEVSLP_DM_OFFSET; devslp 2125 drivers/ata/libahci.c dito_conf = (devslp >> PORT_DEVSLP_DITO_OFFSET) & 0x3FF; devslp 2128 drivers/ata/libahci.c if ((devslp & PORT_DEVSLP_ADSE) && (dito_conf == dito)) devslp 2154 drivers/ata/libahci.c devslp &= ~GENMASK_ULL(24, 2); devslp 2155 drivers/ata/libahci.c devslp |= ((dito << PORT_DEVSLP_DITO_OFFSET) | devslp 2159 drivers/ata/libahci.c writel(devslp, port_mmio + PORT_DEVSLP);