Lines Matching refs:opcode

74 	cmd.opcode = MMC_SEND_STATUS;  in __mmc_send_status()
103 cmd.opcode = MMC_SELECT_CARD; in _mmc_select_card()
139 cmd.opcode = MMC_SET_DSR; in mmc_set_dsr()
152 cmd.opcode = MMC_GO_IDLE_STATE; in __mmc_go_idle()
241 cmd.opcode = MMC_SEND_OP_COND; in mmc_send_op_cond()
261 cmd.opcode = MMC_SET_RELATIVE_ADDR; in mmc_set_relative_addr()
269 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument
274 cmd.opcode = opcode; in mmc_send_cxd_native()
291 int mmc_send_adtc_data(struct mmc_card *card, struct mmc_host *host, u32 opcode, in mmc_send_adtc_data() argument
302 cmd.opcode = opcode; in mmc_send_adtc_data()
320 if (opcode == MMC_SEND_CSD || opcode == MMC_SEND_CID) { in mmc_send_adtc_data()
340 static int mmc_spi_send_cxd(struct mmc_host *host, u32 *cxd, u32 opcode) in mmc_spi_send_cxd() argument
349 ret = mmc_send_adtc_data(NULL, host, opcode, 0, cxd_tmp, 16); in mmc_spi_send_cxd()
413 cmd.opcode = MMC_SPI_READ_OCR; in mmc_spi_read_ocr()
428 cmd.opcode = MMC_SPI_CRC_ON_OFF; in mmc_spi_set_crc()
621 cmd.opcode = MMC_SWITCH; in __mmc_switch()
676 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() argument
703 cmd.opcode = opcode; in mmc_send_tuning()
745 int mmc_send_abort_tuning(struct mmc_host *host, u32 opcode) in mmc_send_abort_tuning() argument
754 if (opcode != MMC_SEND_TUNING_BLOCK_HS200) in mmc_send_abort_tuning()
757 cmd.opcode = MMC_STOP_TRANSMISSION; in mmc_send_abort_tuning()
771 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, in mmc_send_bus_test() argument
802 if (opcode == MMC_BUS_TEST_W) in mmc_send_bus_test()
807 cmd.opcode = opcode; in mmc_send_bus_test()
819 if (opcode == MMC_BUS_TEST_R) in mmc_send_bus_test()
830 if (opcode == MMC_BUS_TEST_R) { in mmc_send_bus_test()
876 cmd.opcode = card->ext_csd.hpi_cmd; in mmc_send_hpi_cmd()
880 if (cmd.opcode == MMC_STOP_TRANSMISSION) in mmc_send_hpi_cmd()