Home
last modified time | relevance | path

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

/bsp/qemu-vexpress-a9/drivers/
A Ddrv_sdio.c94 struct sdhci_pl180_pdata_t struct
109 static rt_err_t pl180_transfer_command(struct sdhci_pl180_pdata_t * pdat, struct sdhci_cmd_t * cmd) in pl180_transfer_command() argument
159 static rt_err_t read_bytes(struct sdhci_pl180_pdata_t * pdat, rt_uint32_t * buf, rt_uint32_t blkcou… in read_bytes()
200 static rt_err_t write_bytes(struct sdhci_pl180_pdata_t * pdat, rt_uint32_t * buf, rt_uint32_t blkco… in write_bytes()
252 static rt_err_t pl180_transfer_data(struct sdhci_pl180_pdata_t * pdat, struct sdhci_cmd_t * cmd, st… in pl180_transfer_data()
294 struct sdhci_pl180_pdata_t * pdat = (struct sdhci_pl180_pdata_t *)sdhci->priv; in sdhci_pl180_setclock()
311 struct sdhci_pl180_pdata_t * pdat = (struct sdhci_pl180_pdata_t *)sdhci->priv; in sdhci_pl180_transfer()
405 struct sdhci_pl180_pdata_t * pdat = RT_NULL; in pl180_init()
441 pdat = (struct sdhci_pl180_pdata_t *)rt_malloc(sizeof(struct sdhci_pl180_pdata_t)); in pl180_init()

Completed in 17 milliseconds