Lines Matching defs:devslp
2104 u32 devslp, dm, dito, mdat, deto, dito_conf;
2108 devslp = readl(port_mmio + PORT_DEVSLP);
2109 if (!(devslp & PORT_DEVSLP_DSP)) {
2116 if (devslp & PORT_DEVSLP_ADSE) {
2117 writel(devslp & ~PORT_DEVSLP_ADSE,
2128 dm = (devslp & PORT_DEVSLP_DM_MASK) >> PORT_DEVSLP_DM_OFFSET;
2133 dito_conf = (devslp >> PORT_DEVSLP_DITO_OFFSET) & 0x3FF;
2136 if ((devslp & PORT_DEVSLP_ADSE) && (dito_conf == dito))
2162 devslp &= ~GENMASK_ULL(24, 2);
2163 devslp |= ((dito << PORT_DEVSLP_DITO_OFFSET) |
2167 writel(devslp, port_mmio + PORT_DEVSLP);