Home
last modified time | relevance | path

Searched refs:cmdtype (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dwmt-sdmmc.c253 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 Domap.c349 u32 cmdtype; in mmc_omap_start_command() local
355 cmdtype = 0; in mmc_omap_start_command()
378 cmdtype = OMAP_MMC_CMDTYPE_ADTC; in mmc_omap_start_command()
380 cmdtype = OMAP_MMC_CMDTYPE_BC; in mmc_omap_start_command()
382 cmdtype = OMAP_MMC_CMDTYPE_BCR; in mmc_omap_start_command()
384 cmdtype = OMAP_MMC_CMDTYPE_AC; in mmc_omap_start_command()
387 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in mmc_omap_start_command()
H A Domap_hsmmc.c759 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsmu.h678 __u32 cmdtype; member
/openbmc/linux/drivers/macintosh/
H A Dsmu.c1126 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()