Home
last modified time | relevance | path

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

/openbmc/u-boot/doc/
H A DREADME.atmel_mci56 /* This calls the atmel_mci_init in gen_atmel_mci.c */
57 return atmel_mci_init((void *)AT91_BASE_MCI);
/openbmc/u-boot/board/egnite/ethernut5/
H A Dethernut5.c189 return atmel_mci_init((void *)ATMEL_BASE_MCI); in board_mmc_init()
/openbmc/u-boot/board/l+g/vinco/
H A Dvinco.c116 return atmel_mci_init((void *)ATMEL_BASE_MCI0); in board_mmc_init()
/openbmc/u-boot/include/
H A Datmel_mci.h8 int atmel_mci_init(void *regs);
/openbmc/u-boot/board/mini-box/picosam9g45/
H A Dpicosam9g45.c243 return atmel_mci_init((void *)ATMEL_BASE_MCI0); in board_mmc_init()
/openbmc/u-boot/board/siemens/taurus/
H A Dtaurus.c268 return atmel_mci_init((void *)ATMEL_BASE_MCI); in board_mmc_init()
/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c238 return atmel_mci_init((void *)ATMEL_BASE_MCI0); in cpu_mmc_init()
/openbmc/u-boot/drivers/mmc/
H A Dgen_atmel_mci.c468 int atmel_mci_init(void *regs) function