Searched defs:pxamci_host (Results 1 – 1 of 1) sorted by relevance
53 struct pxamci_host { struct54 struct mmc_host *mmc;55 spinlock_t lock;56 struct resource *res;57 void __iomem *base;58 struct clk *clk;59 unsigned long clkrate;83 static inline void pxamci_init_ocr(struct pxamci_host *host) in pxamci_init_ocr() argument