Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Datmel-mci.c165 #define ATMCI_REGS_SIZE 0x100 macro
529 buf = kmalloc(ATMCI_REGS_SIZE, GFP_KERNEL); in atmci_regs_show()
541 memcpy_fromio(buf, host->regs, ATMCI_REGS_SIZE); in atmci_regs_show()