Home
last modified time | relevance | path

Searched refs:MMCIFIFO (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Dmmci.c1017 .src_addr = host->phybase + MMCIFIFO, in _mmci_dmae_prep_data()
1018 .dst_addr = host->phybase + MMCIFIFO, in _mmci_dmae_prep_data()
1636 ioread32_rep(base + MMCIFIFO, buf, 1); in mmci_pio_read()
1639 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
1643 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
1680 iowrite32_rep(base + MMCIFIFO, ptr, (count + 3) >> 2); in mmci_pio_write()
H A Dmmci.h227 #define MMCIFIFO 0x080 /* to 0x0bc */ macro