Home
last modified time | relevance | path

Searched refs:pl180_mmc_host (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c25 struct pl180_mmc_host *host = dev->priv; in wait_for_command_end()
66 struct pl180_mmc_host *host = dev->priv; in do_command()
98 struct pl180_mmc_host *host = dev->priv; in read_bytes()
154 struct pl180_mmc_host *host = dev->priv; in write_bytes()
213 struct pl180_mmc_host *host = dev->priv; in do_data_transfer()
271 struct pl180_mmc_host *host = dev->priv; in mmc_host_reset()
280 struct pl180_mmc_host *host = dev->priv; in host_set_ios()
351 int arm_pl180_mmci_init(struct pl180_mmc_host *host) in arm_pl180_mmci_init()
H A Darm_pl180_mmci.h178 struct pl180_mmc_host { struct
193 int arm_pl180_mmci_init(struct pl180_mmc_host *); argument
/OK3568_Linux_fs/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c78 struct pl180_mmc_host *host; in cpu_mmc_init()
80 host = malloc(sizeof(struct pl180_mmc_host)); in cpu_mmc_init()