Searched refs:cmdtype (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/mmc/host/ |
| H A D | wmt-sdmmc.c | 253 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, in wmt_mci_send_command() argument 281 writeb((reg_tmp & 0x0F) | (cmdtype << 4), in wmt_mci_send_command() 563 u8 cmdtype; in wmt_mci_request() local 588 cmdtype = 0; in wmt_mci_request() 598 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request() 621 cmdtype = 1; in wmt_mci_request() 623 cmdtype = 3; in wmt_mci_request() 627 cmdtype = 2; in wmt_mci_request() 629 cmdtype = 4; in wmt_mci_request() 659 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()
|
| H A D | omap.c | 348 u32 cmdtype; in mmc_omap_start_command() local 354 cmdtype = 0; in mmc_omap_start_command() 377 cmdtype = OMAP_MMC_CMDTYPE_ADTC; in mmc_omap_start_command() 379 cmdtype = OMAP_MMC_CMDTYPE_BC; in mmc_omap_start_command() 381 cmdtype = OMAP_MMC_CMDTYPE_BCR; in mmc_omap_start_command() 383 cmdtype = OMAP_MMC_CMDTYPE_AC; in mmc_omap_start_command() 386 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
|
| H A D | omap_hsmmc.c | 758 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local 783 cmdtype = 0x3; in omap_hsmmc_start_command() 785 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | smu.h | 678 __u32 cmdtype; member
|
| /linux/drivers/macintosh/ |
| H A D | smu.c | 1122 else if (hdr.cmdtype == SMU_CMDTYPE_WANTS_EVENTS) { in smu_write() 1125 } else if (hdr.cmdtype == SMU_CMDTYPE_GET_PARTITION) { in smu_write() 1133 } else if (hdr.cmdtype != SMU_CMDTYPE_SMU) in smu_write()
|
| /linux/sound/soc/codecs/ |
| H A D | rt1320-sdw.c | 923 unsigned char cmdtype = paramhr->commandtype; in rt1320_process_fw_param() local 952 moudleid, cmdtype, paramhr->paramid, paramhr->paramlength); in rt1320_process_fw_param() 954 if (cmdtype == RT1320_SET_PARAM) { in rt1320_process_fw_param() 958 if (cmdtype == RT1320_GET_PARAM) { in rt1320_process_fw_param()
|