Lines Matching refs:mrq
293 struct mmc_request mrq = {NULL}; in mmc_send_cxd_data() local
298 mrq.cmd = &cmd; in mmc_send_cxd_data()
299 mrq.data = &data; in mmc_send_cxd_data()
329 mmc_wait_for_req(host, &mrq); in mmc_send_cxd_data()
582 struct mmc_request mrq = {NULL}; in mmc_send_tuning() local
607 mrq.cmd = &cmd; in mmc_send_tuning()
608 mrq.data = &data; in mmc_send_tuning()
628 mmc_wait_for_req(host, &mrq); in mmc_send_tuning()
653 struct mmc_request mrq = {NULL}; in mmc_send_bus_test() local
684 mrq.cmd = &cmd; in mmc_send_bus_test()
685 mrq.data = &data; in mmc_send_bus_test()
707 mmc_wait_for_req(host, &mrq); in mmc_send_bus_test()