Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Datmel-mci-regs.h124 # define ATMCI_CFG_LSYNC ( 1 << 12) /* Synchronize on the last block */ macro
Datmel-mci.c452 val & ATMCI_CFG_LSYNC ? " LSYNC" : ""); in atmci_regs_show()