Searched refs:cmdtype (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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 | 886 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local 911 cmdtype = 0x3; in omap_hsmmc_start_command() 913 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 103 char cmdtype; /* Type of pointer that is being stored */ member 193 char cmdtype, void *new) in add_scsipending_entry() argument 211 entry->cmdtype = cmdtype; in add_scsipending_entry() 240 devdata->pending[del].cmdtype = 0; in del_scsipending_ent() 300 cmdrsp->cmdtype = CMD_SCSITASKMGMT_TYPE; in forward_taskmgmt_command() 477 cmdrsp->cmdtype = CMD_SCSI_TYPE; in visorhba_queue_command_lck() 696 switch (pendingdel->cmdtype) { in visorhba_serverdown_complete() 720 pendingdel->cmdtype = 0; in visorhba_serverdown_complete() 970 if (cmdrsp->cmdtype == CMD_SCSI_TYPE) { in drain_queue() 980 } else if (cmdrsp->cmdtype == CMD_SCSITASKMGMT_TYPE) { in drain_queue() [all …]
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | smu.h | 684 __u32 cmdtype; member
|
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | iochannel.h | 521 char cmdtype; member
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 438 cmdrsp->cmdtype = CMD_NET_TYPE; in post_skb() 467 devdata->cmdrsp_rcv->cmdtype = CMD_NET_TYPE; in send_enbdis() 870 cmdrsp->cmdtype = CMD_NET_TYPE; in visornic_xmit() 1027 cmdrsp->cmdtype = CMD_NET_TYPE; in visornic_set_multi()
|