Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c175 cmd.cmdarg = mmc->rca << 16; in mmc_send_status()
578 mmc->rca = 0; in sd_send_op_cond()
668 mmc->rca = 1; in mmc_complete_op_cond()
725 cmd.cmdarg = mmc->rca << 16; in mmc_poll_for_busy()
1549 cmd.cmdarg = mmc->rca << 16;
1653 cmd.cmdarg = mmc->rca << 16;
1793 cmd.cmdarg = mmc->rca << 16;
1802 mmc->rca = (cmd.response[0] >> 16) & 0xffff;
1808 cmd.cmdarg = mmc->rca << 16;
1894 cmd.cmdarg = mmc->rca << 16;
[all …]
H A Darm_pl180_mmci.c83 dev->rca = 10; in do_command()
/rk3399_rockchip-uboot/include/
H A Dmmc.h579 ushort rca; member