Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dmmc_ops.c261 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native() argument
274 memcpy(cxd, cmd.resp, sizeof(u32) * 4); in mmc_send_cxd_native()
332 static int mmc_spi_send_cxd(struct mmc_host *host, u32 *cxd, u32 opcode) in mmc_spi_send_cxd() argument
346 cxd[i] = be32_to_cpu(cxd_tmp[i]); in mmc_spi_send_cxd()