Searched refs:cmdtype (Results 1 – 4 of 4) sorted by relevance
/drivers/mmc/host/ |
D | wmt-sdmmc.c | 254 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, in wmt_mci_send_command() argument 282 writeb((reg_tmp & 0x0F) | (cmdtype << 4), in wmt_mci_send_command() 564 u8 cmdtype; in wmt_mci_request() local 589 cmdtype = 0; in wmt_mci_request() 599 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request() 622 cmdtype = 1; in wmt_mci_request() 624 cmdtype = 3; in wmt_mci_request() 628 cmdtype = 2; in wmt_mci_request() 630 cmdtype = 4; in wmt_mci_request() 660 wmt_mci_send_command(mmc, command, cmdtype, arg, rsptype); in wmt_mci_request()
|
D | omap.c | 336 u32 cmdtype; in mmc_omap_start_command() local 342 cmdtype = 0; in mmc_omap_start_command() 365 cmdtype = OMAP_MMC_CMDTYPE_ADTC; in mmc_omap_start_command() 367 cmdtype = OMAP_MMC_CMDTYPE_BC; in mmc_omap_start_command() 369 cmdtype = OMAP_MMC_CMDTYPE_BCR; in mmc_omap_start_command() 371 cmdtype = OMAP_MMC_CMDTYPE_AC; in mmc_omap_start_command() 374 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
|
D | omap_hsmmc.c | 759 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local 784 cmdtype = 0x3; in omap_hsmmc_start_command() 786 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()
|
/drivers/macintosh/ |
D | smu.c | 1126 else if (hdr.cmdtype == SMU_CMDTYPE_WANTS_EVENTS) { in smu_write() 1129 } else if (hdr.cmdtype == SMU_CMDTYPE_GET_PARTITION) { in smu_write() 1137 } else if (hdr.cmdtype != SMU_CMDTYPE_SMU) in smu_write()
|