Lines Matching refs:mrq
294 struct mmc_request mrq = {NULL}; in mmc_send_cxd_data() local
299 mrq.cmd = &cmd; in mmc_send_cxd_data()
300 mrq.data = &data; in mmc_send_cxd_data()
330 mmc_wait_for_req(host, &mrq); in mmc_send_cxd_data()
593 struct mmc_request mrq = {NULL}; in mmc_send_tuning() local
615 mrq.cmd = &cmd; in mmc_send_tuning()
616 mrq.data = &data; in mmc_send_tuning()
636 mmc_wait_for_req(host, &mrq); in mmc_send_tuning()
664 struct mmc_request mrq = {NULL}; in mmc_send_bus_test() local
695 mrq.cmd = &cmd; in mmc_send_bus_test()
696 mrq.data = &data; in mmc_send_bus_test()
718 mmc_wait_for_req(host, &mrq); in mmc_send_bus_test()