Searched refs:mxcmci_host (Results 1 – 1 of 1) sorted by relevance
120 struct mxcmci_host { struct176 static inline int is_imx31_mmc(struct mxcmci_host *host) in is_imx31_mmc() argument181 static inline int is_mpc512x_mmc(struct mxcmci_host *host) in is_mpc512x_mmc()186 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl()194 static inline void mxcmci_writel(struct mxcmci_host *host, u32 val, int reg) in mxcmci_writel()202 static inline u16 mxcmci_readw(struct mxcmci_host *host, int reg) in mxcmci_readw()210 static inline void mxcmci_writew(struct mxcmci_host *host, u16 val, int reg) in mxcmci_writew()218 static void mxcmci_set_clk_rate(struct mxcmci_host *host, unsigned int clk_ios);220 static void mxcmci_set_power(struct mxcmci_host *host, unsigned int vdd) in mxcmci_set_power()235 static inline int mxcmci_use_dma(struct mxcmci_host *host) in mxcmci_use_dma()[all …]