Searched defs:cmdtype (Results 1 - 6 of 6) sorted by relevance

/drivers/mmc/host/
H A Dandroid-goldfish.c157 u32 cmdtype; local
162 cmdtype = 0;
186 cmdtype = OMAP_MMC_CMDTYPE_ADTC;
188 cmdtype = OMAP_MMC_CMDTYPE_BC;
190 cmdtype = OMAP_MMC_CMDTYPE_BCR;
192 cmdtype = OMAP_MMC_CMDTYPE_AC;
194 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12);
H A Domap.c339 u32 cmdtype; local
345 cmdtype = 0;
368 cmdtype = OMAP_MMC_CMDTYPE_ADTC;
370 cmdtype = OMAP_MMC_CMDTYPE_BC;
372 cmdtype = OMAP_MMC_CMDTYPE_BCR;
374 cmdtype = OMAP_MMC_CMDTYPE_AC;
377 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12);
H A Dwmt-sdmmc.c257 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, argument
285 writeb((reg_tmp & 0x0F) | (cmdtype << 4),
567 u8 cmdtype; local
592 cmdtype = 0;
602 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype);
625 cmdtype = 1;
627 cmdtype = 3;
631 cmdtype = 2;
633 cmdtype = 4;
663 wmt_mci_send_command(mmc, command, cmdtype, ar
[all...]
H A Domap_hsmmc.c831 int cmdreg = 0, resptype = 0, cmdtype = 0; local
851 * Unlike OMAP1 controller, the cmdtype does not seem to be based on
856 cmdtype = 0x3;
858 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22);
/drivers/staging/unisys/virthba/
H A Dvirthba.c154 char cmdtype; /* Type of pointer that is being stored */ member in struct:scsipending
255 add_scsipending_entry(struct virthba_info *vhbainfo, char cmdtype, void *new) argument
272 vhbainfo->pending[insert_location].cmdtype = cmdtype;
281 add_scsipending_entry_with_wait(struct virthba_info *vhbainfo, char cmdtype, argument
284 int insert_location = add_scsipending_entry(vhbainfo, cmdtype, new);
290 insert_location = add_scsipending_entry(vhbainfo, cmdtype, new);
314 vhbainfo->pending[del].cmdtype = 0;
706 cmdrsp->cmdtype = CMD_VDISKMGMT_TYPE;
767 cmdrsp->cmdtype
[all...]
/drivers/staging/unisys/common-spar/include/channels/
H A Diochannel.h662 char cmdtype; member in struct:uiscmdrsp
713 #define OFFSET_CMDTYPE offsetof(struct uiscmdrsp, cmdtype)

Completed in 158 milliseconds