Home
last modified time | relevance | path

Searched refs:ATMCI_MAX_NR_SLOTS (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Datmel-mci.h8 #define ATMCI_MAX_NR_SLOTS 2 macro
43 struct mci_slot_pdata slot[ATMCI_MAX_NR_SLOTS];
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Datmel-mci.c41 #define ATMCI_MAX_NR_SLOTS 2 macro
235 struct mci_slot_pdata slot[ATMCI_MAX_NR_SLOTS];
381 struct atmel_mci_slot *slot[ATMCI_MAX_NR_SLOTS];
661 if (slot_id >= ATMCI_MAX_NR_SLOTS) { in atmci_of_init()
663 ATMCI_MAX_NR_SLOTS); in atmci_of_init()
1457 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
1520 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_set_ios()
2106 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_sdio_interrupt()
2615 for (i = 0; i < ATMCI_MAX_NR_SLOTS; i++) { in atmci_probe()
2644 for (i = 0; i < ATMCI_MAX_NR_SLOTS; in atmci_remove()
[all...]
/kernel/linux/linux-5.10/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()
2065 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()

Completed in 7 milliseconds