Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmxcmmc.c119 struct mxcmci_host { struct
175 static inline int is_imx31_mmc(struct mxcmci_host *host) in is_imx31_mmc() argument
180 static inline int is_mpc512x_mmc(struct mxcmci_host *host) in is_mpc512x_mmc()
185 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl()
193 static inline void mxcmci_writel(struct mxcmci_host *host, u32 val, int reg) in mxcmci_writel()
201 static inline u16 mxcmci_readw(struct mxcmci_host *host, int reg) in mxcmci_readw()
209 static inline void mxcmci_writew(struct mxcmci_host *host, u16 val, int reg) in mxcmci_writew()
217 static void mxcmci_set_clk_rate(struct mxcmci_host *host, unsigned int clk_ios);
219 static void mxcmci_set_power(struct mxcmci_host *host, unsigned int vdd) in mxcmci_set_power()
234 static inline int mxcmci_use_dma(struct mxcmci_host *host) in mxcmci_use_dma()
[all …]