Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_sd.c17 static struct mci_device *_mci_device;
40 struct mci_device *mci = (struct mci_device *)dev; in rt_mci_read()
73 struct mci_device *mci = (struct mci_device *)dev; in rt_mci_write()
108 struct mci_device *mci = (struct mci_device *)dev; in rt_mci_control()
371 _mci_device = (struct mci_device *)rt_malloc(sizeof(struct mci_device));
377 rt_memset(_mci_device, 0, sizeof(struct mci_device));
A Ddrv_sd.h49 struct mci_device struct

Completed in 9 milliseconds