Searched refs:mxcmci_host (Results 1 – 1 of 1) sorted by relevance
125 struct mxcmci_host { struct197 static inline int is_imx31_mmc(struct mxcmci_host *host) in is_imx31_mmc()202 static inline int is_mpc512x_mmc(struct mxcmci_host *host) in is_mpc512x_mmc()207 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl()215 static inline void mxcmci_writel(struct mxcmci_host *host, u32 val, int reg) in mxcmci_writel()223 static inline u16 mxcmci_readw(struct mxcmci_host *host, int reg) in mxcmci_readw()231 static inline void mxcmci_writew(struct mxcmci_host *host, u16 val, int reg) in mxcmci_writew()239 static void mxcmci_set_clk_rate(struct mxcmci_host *host, unsigned int clk_ios);241 static void mxcmci_set_power(struct mxcmci_host *host, unsigned int vdd) in mxcmci_set_power()256 static inline int mxcmci_use_dma(struct mxcmci_host *host) in mxcmci_use_dma()[all …]