Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Datmel-mci.h7 #define ATMCI_MAX_NR_SLOTS 2 macro
42 struct mci_slot_pdata slot[ATMCI_MAX_NR_SLOTS];
/linux-4.1.27/drivers/mmc/host/
Datmel-mci.c222 struct atmel_mci_slot *slot[ATMCI_MAX_NR_SLOTS];
550 if (slot_id >= ATMCI_MAX_NR_SLOTS) { in atmci_of_init()
552 ATMCI_MAX_NR_SLOTS); in atmci_of_init()
1322 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
1385 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
1996 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_sdio_interrupt()
2509 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_probe()
2538 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_remove()