Lines Matching defs:mode
29 int iproc_qspi_setup(uint32_t bus, uint32_t cs, uint32_t max_hz, uint32_t mode)
35 priv->spi_mode = mode;
64 (priv->spi_mode & MSPI_SPCR0_MSB_REG_MODE_MASK)); /* mode: CPOL / CPHA */
152 uint32_t mode = CDRAM_PCS0;
155 mode |= CDRAM_QUAD_MODE;
156 VERBOSE("SPI: QUAD mode\n");
160 mode |= CDRAM_RBIT_INPUT;
169 mode |= CDRAM_BITS_EN;
188 (i << 2), mode | CDRAM_CONT);
206 (i << 2), mode | CDRAM_CONT);
225 ((queues - 1) << 2), mode);