Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Datmel-mci-regs.h121 # define ATMCI_CFG_FIFOMODE_1DATA ( 1 << 0) /* MCI Internal FIFO control mode */ macro
Datmel-mci.c449 val & ATMCI_CFG_FIFOMODE_1DATA ? " FIFOMODE_ONE_DATA" : "", in atmci_regs_show()