CTL_SD_DATA_PORT  369 drivers/mmc/host/renesas_sdhi_sys_dmac.c 			(CTL_SD_DATA_PORT << host->bus_shift);
CTL_SD_DATA_PORT  315 drivers/mmc/host/tmio_mmc_core.c 			sd_ctrl_read32_rep(host, CTL_SD_DATA_PORT, buf32,
CTL_SD_DATA_PORT  318 drivers/mmc/host/tmio_mmc_core.c 			sd_ctrl_write32_rep(host, CTL_SD_DATA_PORT, buf32,
CTL_SD_DATA_PORT  329 drivers/mmc/host/tmio_mmc_core.c 			sd_ctrl_read32_rep(host, CTL_SD_DATA_PORT, &data, 1);
CTL_SD_DATA_PORT  333 drivers/mmc/host/tmio_mmc_core.c 			sd_ctrl_write32_rep(host, CTL_SD_DATA_PORT, &data, 1);
CTL_SD_DATA_PORT  340 drivers/mmc/host/tmio_mmc_core.c 		sd_ctrl_read16_rep(host, CTL_SD_DATA_PORT, buf, count >> 1);
CTL_SD_DATA_PORT  342 drivers/mmc/host/tmio_mmc_core.c 		sd_ctrl_write16_rep(host, CTL_SD_DATA_PORT, buf, count >> 1);
CTL_SD_DATA_PORT  358 drivers/mmc/host/tmio_mmc_core.c 		*buf8 = sd_ctrl_read16(host, CTL_SD_DATA_PORT) & 0xff;
CTL_SD_DATA_PORT  360 drivers/mmc/host/tmio_mmc_core.c 		sd_ctrl_write16(host, CTL_SD_DATA_PORT, *buf8);