Home
last modified time | relevance | path

Searched refs:start_cmd (Results 1 – 2 of 2) sorted by relevance

/drivers/char/tpm/
Dtpm-interface.c484 struct tpm_cmd_t start_cmd; in tpm_startup() local
485 start_cmd.header.in = tpm_startup_header; in tpm_startup()
486 start_cmd.params.startup_in.startup_type = startup_type; in tpm_startup()
487 return transmit_cmd(chip, &start_cmd, TPM_INTERNAL_RESULT_SIZE, in tpm_startup()
/drivers/scsi/
Desp_scsi.c690 u32 val, start_cmd; in esp_maybe_execute_command() local
784 start_cmd = ESP_CMD_DMA | ESP_CMD_SELA; in esp_maybe_execute_command()
789 start_cmd = ESP_CMD_DMA | ESP_CMD_SA3; in esp_maybe_execute_command()
809 start_cmd = ESP_CMD_DMA | ESP_CMD_SELAS; in esp_maybe_execute_command()
832 val, 16, 0, start_cmd); in esp_maybe_execute_command()