Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Datmel-mci.c164 #define ATMCI_REGS_SIZE 0x100 macro
504 buf = kmalloc(ATMCI_REGS_SIZE, GFP_KERNEL); in atmci_regs_show()
516 memcpy_fromio(buf, host->regs, ATMCI_REGS_SIZE); in atmci_regs_show()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds