Lines Matching refs:regtemp
105 u16 regtemp;
123 regtemp = ioread16(priv->base + NPCM_PSPI_CTL1);
124 regtemp &= ~(NPCM_PSPI_CTL1_SCM | NPCM_PSPI_CTL1_SCIDL);
125 iowrite16(regtemp | mode_val, priv->base + NPCM_PSPI_CTL1);
130 u16 regtemp;
132 regtemp = ioread16(NPCM_PSPI_CTL1 + priv->base);
136 regtemp &= ~NPCM_PSPI_CTL1_MOD;
139 regtemp |= NPCM_PSPI_CTL1_MOD;
143 iowrite16(regtemp, NPCM_PSPI_CTL1 + priv->base);
149 u16 regtemp;
154 regtemp = ioread16(NPCM_PSPI_CTL1 + priv->base);
155 regtemp &= ~NPCM_PSPI_CTL1_SCDV6_0;
156 iowrite16(regtemp | (ckdiv << 9), NPCM_PSPI_CTL1 + priv->base);