Searched refs:cmdtype (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
D | android-goldfish.c | 157 u32 cmdtype; in goldfish_mmc_start_command() local 162 cmdtype = 0; in goldfish_mmc_start_command() 186 cmdtype = OMAP_MMC_CMDTYPE_ADTC; in goldfish_mmc_start_command() 188 cmdtype = OMAP_MMC_CMDTYPE_BC; in goldfish_mmc_start_command() 190 cmdtype = OMAP_MMC_CMDTYPE_BCR; in goldfish_mmc_start_command() 192 cmdtype = OMAP_MMC_CMDTYPE_AC; in goldfish_mmc_start_command() 194 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in goldfish_mmc_start_command()
|
D | wmt-sdmmc.c | 257 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, in wmt_mci_send_command() argument 285 writeb((reg_tmp & 0x0F) | (cmdtype << 4), in wmt_mci_send_command() 567 u8 cmdtype; in wmt_mci_request() local 592 cmdtype = 0; in wmt_mci_request() 602 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request() 625 cmdtype = 1; in wmt_mci_request() 627 cmdtype = 3; in wmt_mci_request() 631 cmdtype = 2; in wmt_mci_request() 633 cmdtype = 4; in wmt_mci_request() 663 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()
|
D | omap.c | 339 u32 cmdtype; in mmc_omap_start_command() local 345 cmdtype = 0; in mmc_omap_start_command() 368 cmdtype = OMAP_MMC_CMDTYPE_ADTC; in mmc_omap_start_command() 370 cmdtype = OMAP_MMC_CMDTYPE_BC; in mmc_omap_start_command() 372 cmdtype = OMAP_MMC_CMDTYPE_BCR; in mmc_omap_start_command() 374 cmdtype = OMAP_MMC_CMDTYPE_AC; in mmc_omap_start_command() 377 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
|
D | omap_hsmmc.c | 783 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local 808 cmdtype = 0x3; in omap_hsmmc_start_command() 810 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 152 char cmdtype; /* Type of pointer that is being stored */ member 254 add_scsipending_entry(struct virthba_info *vhbainfo, char cmdtype, void *new) in add_scsipending_entry() argument 269 vhbainfo->pending[insert_location].cmdtype = cmdtype; in add_scsipending_entry() 278 add_scsipending_entry_with_wait(struct virthba_info *vhbainfo, char cmdtype, in add_scsipending_entry_with_wait() argument 281 int insert_location = add_scsipending_entry(vhbainfo, cmdtype, new); in add_scsipending_entry_with_wait() 286 insert_location = add_scsipending_entry(vhbainfo, cmdtype, new); in add_scsipending_entry_with_wait() 302 vhbainfo->pending[del].cmdtype = 0; in del_scsipending_entry() 618 cmdrsp->cmdtype = CMD_VDISKMGMT_TYPE; in forward_vdiskmgmt_command() 670 cmdrsp->cmdtype = CMD_SCSITASKMGMT_TYPE; in forward_taskmgmt_command() 831 cmdrsp->cmdtype = CMD_SCSI_TYPE; in virthba_queue_command_lck() [all …]
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | iochannel.h | 641 char cmdtype; member 692 #define OFFSET_CMDTYPE offsetof(struct uiscmdrsp, cmdtype)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | smu.h | 684 __u32 cmdtype; member
|
/linux-4.1.27/drivers/macintosh/ |
D | smu.c | 1118 else if (hdr.cmdtype == SMU_CMDTYPE_WANTS_EVENTS) { in smu_write() 1121 } else if (hdr.cmdtype == SMU_CMDTYPE_GET_PARTITION) { in smu_write() 1129 } else if (hdr.cmdtype != SMU_CMDTYPE_SMU) in smu_write()
|