1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Faraday FTSDC010 Secure Digital Memory Card Host Controller
5 * Copyright (C) 2011 Andes Technology Corporation
6 * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
10 #ifndef __FTSDC010_MCI_H
11 #define __FTSDC010_MCI_H
13 struct ftsdc010_chip {
15 uint32_t wprot; /* write protected (locked) */
16 uint32_t rate; /* actual SD clock in Hz */
17 uint32_t sclk; /* FTSDC010 source clock in Hz */
18 uint32_t fifo; /* fifo depth in bytes */
20 struct mmc_config cfg; /* mmc configuration */
37 #endif /* __FTSDC010_MCI_H */