Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c39 struct pl180_mmc_host *host = dev->priv; in wait_for_command_end()
80 struct pl180_mmc_host *host = dev->priv; in do_command()
112 struct pl180_mmc_host *host = dev->priv; in read_bytes()
168 struct pl180_mmc_host *host = dev->priv; in write_bytes()
227 struct pl180_mmc_host *host = dev->priv; in do_data_transfer()
284 struct pl180_mmc_host *host = dev->priv; in host_set_ios()
348 struct pl180_mmc_host *host = dev->priv; in mmc_host_reset()
367 int arm_pl180_mmci_init(struct pl180_mmc_host *host, struct mmc **mmc) in arm_pl180_mmci_init()
403 static void arm_pl180_mmc_init(struct pl180_mmc_host *host) in arm_pl180_mmc_init()
421 struct pl180_mmc_host *host = dev->priv; in arm_pl180_mmc_probe()
[all …]
H A Darm_pl180_mmci.h180 struct pl180_mmc_host { struct
198 int arm_pl180_mmci_init(struct pl180_mmc_host *host, struct mmc **mmc); argument
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c77 struct pl180_mmc_host *host; in cpu_mmc_init()
80 host = malloc(sizeof(struct pl180_mmc_host)); in cpu_mmc_init()