Lines Matching defs:command
204 * Basic SPI command set and bit definitions
523 /* Wait for SPI command completion */
527 * very short intervals. Sometimes the command may have to
553 unsigned int command, int address,
565 /* Check that previous command is not still running */
582 /* Issue read/write command */
591 FRF_AB_EE_SPI_HCMD_ENC, command);
610 const u8 command, const unsigned int address)
612 return command | (((address >> 8) & spi->munge_address) << 3);
620 unsigned int command;
626 command = falcon_spi_munge_command(spi, SPI_READ, start + pos);
627 rc = falcon_spi_cmd(efx, spi, command, start + pos, NULL,
696 unsigned int command;
706 command = falcon_spi_munge_command(spi, SPI_WRITE, start + pos);
707 rc = falcon_spi_cmd(efx, spi, command, start + pos,
716 command = falcon_spi_munge_command(spi, SPI_READ, start + pos);
717 rc = falcon_spi_cmd(efx, spi, command, start + pos,