Lines Matching defs:command
249 #define ISR_COMMAND_COMPLETE 0x10 /* command completed */
250 #define ISR_OUT_OF_RANGE 0x20 /* command completed */
590 static void atmel_send_command(struct atmel_private *priv, int command,
592 static int atmel_send_command_wait(struct atmel_private *priv, int command,
2307 /* Initiate a scan command */
2775 u8 BSS_type; /* this is a short in a scan command - weird */
3487 u8 command = atmel_rmem8(priv, atmel_co(priv, CMD_BLOCK_COMMAND_OFFSET));
3495 switch (command) {
4034 static void atmel_send_command(struct atmel_private *priv, int command,
4041 atmel_wmem8(priv, atmel_co(priv, CMD_BLOCK_COMMAND_OFFSET), command);
4045 static int atmel_send_command_wait(struct atmel_private *priv, int command,
4050 atmel_send_command(priv, command, cmd, cmd_size);
4064 if (command != CMD_EnableRadio)
4455 mov r0, r2, LSR #5 /* SPI memories put A8 in the command field */
4459 strb r0, [r1, #0] /* save command in NVRAM_SCRATCH[0] */
4469 mov r0, #2 /* bytes to transfer in command */
4491 cmp r3, r0 /* r0 is # of bytes to send out (command+addr) */