Searched refs:CTL_SD_DATA_PORT (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | tmio_mmc_core.c | 358 sd_ctrl_read32_rep(host, CTL_SD_DATA_PORT, buf32, in tmio_mmc_transfer_data() 361 sd_ctrl_write32_rep(host, CTL_SD_DATA_PORT, buf32, in tmio_mmc_transfer_data() 372 sd_ctrl_read32_rep(host, CTL_SD_DATA_PORT, &data, 1); in tmio_mmc_transfer_data() 376 sd_ctrl_write32_rep(host, CTL_SD_DATA_PORT, &data, 1); in tmio_mmc_transfer_data() 383 sd_ctrl_read16_rep(host, CTL_SD_DATA_PORT, buf, count >> 1); in tmio_mmc_transfer_data() 385 sd_ctrl_write16_rep(host, CTL_SD_DATA_PORT, buf, count >> 1); in tmio_mmc_transfer_data() 401 *buf8 = sd_ctrl_read16(host, CTL_SD_DATA_PORT) & 0xff; in tmio_mmc_transfer_data() 403 sd_ctrl_write16(host, CTL_SD_DATA_PORT, *buf8); in tmio_mmc_transfer_data()
|
H A D | tmio_mmc.h | 38 #define CTL_SD_DATA_PORT 0x30 macro
|
H A D | renesas_sdhi_sys_dmac.c | 371 (CTL_SD_DATA_PORT << host->bus_shift); in renesas_sdhi_sys_dmac_request_dma()
|