Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Datmel-mci.h8 #define ATMCI_MAX_NR_SLOTS 2 macro
43 struct mci_slot_pdata slot[ATMCI_MAX_NR_SLOTS];
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Datmel-mci.c347 struct atmel_mci_slot *slot[ATMCI_MAX_NR_SLOTS];
628 if (slot_id >= ATMCI_MAX_NR_SLOTS) { in atmci_of_init()
630 ATMCI_MAX_NR_SLOTS); in atmci_of_init()
1414 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
1477 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
2068 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_sdio_interrupt()
2586 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_probe()
2615 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_remove()