Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Datmel-mci.c164 #define ATMCI_REGS_SIZE 0x100 macro
536 buf = kmalloc(ATMCI_REGS_SIZE, GFP_KERNEL); in atmci_regs_show()
548 memcpy_fromio(buf, host->regs, ATMCI_REGS_SIZE); in atmci_regs_show()