/kernel/linux/linux-5.10/drivers/staging/unisys/visorhba/ |
H A D | visorhba_main.c | 54 char cmdtype; member 136 * @cmdtype: Specifies the type of command pending 147 char cmdtype, void *new) in add_scsipending_entry() 165 entry->cmdtype = cmdtype; in add_scsipending_entry() 196 devdata->pending[del].cmdtype = 0; in del_scsipending_ent() 323 cmdrsp->cmdtype = CMD_SCSITASKMGMT_TYPE; in forward_taskmgmt_command() 527 cmdrsp->cmdtype = CMD_SCSI_TYPE; in visorhba_queue_command_lck() 739 switch (pendingdel->cmdtype) { in visorhba_serverdown_complete() 754 pendingdel->cmdtype in visorhba_serverdown_complete() 146 add_scsipending_entry(struct visorhba_devdata *devdata, char cmdtype, void *new) add_scsipending_entry() argument [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | android-goldfish.c | 150 u32 cmdtype; in goldfish_mmc_start_command() local 155 cmdtype = 0; in goldfish_mmc_start_command() 179 cmdtype = OMAP_MMC_CMDTYPE_ADTC; in goldfish_mmc_start_command() 181 cmdtype = OMAP_MMC_CMDTYPE_BC; in goldfish_mmc_start_command() 183 cmdtype = OMAP_MMC_CMDTYPE_BCR; in goldfish_mmc_start_command() 185 cmdtype = OMAP_MMC_CMDTYPE_AC; in goldfish_mmc_start_command() 187 cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); in goldfish_mmc_start_command()
|
H A 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, ar in wmt_mci_request() [all...] |
H A 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()
|
H A D | omap_hsmmc.c | 764 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local 784 * Unlike OMAP1 controller, the cmdtype does not seem to be based on in omap_hsmmc_start_command() 789 cmdtype = 0x3; in omap_hsmmc_start_command() 791 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()
|
/kernel/linux/linux-6.6/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, ar in wmt_mci_request() [all...] |
H A D | omap.c | 349 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 D | omap_hsmmc.c | 759 int cmdreg = 0, resptype = 0, cmdtype = 0; in omap_hsmmc_start_command() local 779 * Unlike OMAP1 controller, the cmdtype does not seem to be based on in omap_hsmmc_start_command() 784 cmdtype = 0x3; in omap_hsmmc_start_command() 786 cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22); in omap_hsmmc_start_command()
|
/kernel/linux/linux-5.10/drivers/staging/unisys/include/ |
H A D | iochannel.h | 503 char cmdtype; member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | smu.h | 678 __u32 cmdtype; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | smu.h | 678 __u32 cmdtype; member
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/staging/unisys/visornic/ |
H A D | visornic_main.c | 462 cmdrsp->cmdtype = CMD_NET_TYPE; in post_skb() 493 devdata->cmdrsp_rcv->cmdtype = CMD_NET_TYPE; in send_enbdis() 908 cmdrsp->cmdtype = CMD_NET_TYPE; in visornic_xmit() 1059 cmdrsp->cmdtype = CMD_NET_TYPE; in visornic_set_multi()
|