Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c309 static int mxcmci_push(struct mxcmci_host *host, const void *_buf, int bytes) in mxcmci_push() function
356 stat = mxcmci_push(host, (const void *)(data->src), length); in mxcmci_transfer_data()
/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c558 static int mxcmci_push(struct mxcmci_host *host, void *_buf, int bytes) in mxcmci_push() function
604 stat = mxcmci_push(host, sg_virt(sg), sg->length); in mxcmci_transfer_data()