Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Datmel-mci.h8 #define ATMCI_MAX_NR_SLOTS 2 macro
43 struct mci_slot_pdata slot[ATMCI_MAX_NR_SLOTS];
/linux-5.19.10/drivers/mmc/host/
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()
1413 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
1476 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
2067 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_sdio_interrupt()
2585 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_probe()
2614 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_remove()