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

/linux-master/drivers/spi/
H A Dspi-npcm-pspi.c40 #define NPCM_PSPI_CTL1 0x02 macro
70 val = ioread16(priv->base + NPCM_PSPI_CTL1);
72 iowrite16(val, priv->base + NPCM_PSPI_CTL1);
79 val = ioread16(priv->base + NPCM_PSPI_CTL1);
81 iowrite16(val, priv->base + NPCM_PSPI_CTL1);
88 val = ioread16(priv->base + NPCM_PSPI_CTL1);
90 iowrite16(val, priv->base + NPCM_PSPI_CTL1);
97 val = ioread16(priv->base + NPCM_PSPI_CTL1);
99 iowrite16(val, priv->base + NPCM_PSPI_CTL1);
123 regtemp = ioread16(priv->base + NPCM_PSPI_CTL1);
[all...]

Completed in 124 milliseconds