Searched refs:CTL_SD_DATA_PORT (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/mmc/host/ |
| H A D | tmio_mmc_core.c | 359 sd_ctrl_read64_rep(host, CTL_SD_DATA_PORT, in tmio_mmc_transfer_data() 362 sd_ctrl_write64_rep(host, CTL_SD_DATA_PORT, in tmio_mmc_transfer_data() 374 sd_ctrl_read64_rep(host, CTL_SD_DATA_PORT, &data, 1); in tmio_mmc_transfer_data() 378 sd_ctrl_write64_rep(host, CTL_SD_DATA_PORT, &data, 1); in tmio_mmc_transfer_data() 390 sd_ctrl_read32_rep(host, CTL_SD_DATA_PORT, buf32, in tmio_mmc_transfer_data() 393 sd_ctrl_write32_rep(host, CTL_SD_DATA_PORT, buf32, in tmio_mmc_transfer_data() 404 sd_ctrl_read32_rep(host, CTL_SD_DATA_PORT, &data, 1); in tmio_mmc_transfer_data() 408 sd_ctrl_write32_rep(host, CTL_SD_DATA_PORT, &data, 1); in tmio_mmc_transfer_data() 415 sd_ctrl_read16_rep(host, CTL_SD_DATA_PORT, buf, count >> 1); in tmio_mmc_transfer_data() 417 sd_ctrl_write16_rep(host, CTL_SD_DATA_PORT, buf, count >> 1); in tmio_mmc_transfer_data() [all …]
|
| H A D | tmio_mmc.h | 40 #define CTL_SD_DATA_PORT 0x30 macro
|
| H A D | renesas_sdhi_sys_dmac.c | 373 (CTL_SD_DATA_PORT << host->bus_shift); in renesas_sdhi_sys_dmac_request_dma()
|