Searched defs:pxamci_host (Results 1 – 1 of 1) sorted by relevance
50 struct pxamci_host { struct51 struct mmc_host *mmc;52 spinlock_t lock;53 struct resource *res;54 void __iomem *base;55 struct clk *clk;56 unsigned long clkrate;80 static inline void pxamci_init_ocr(struct pxamci_host *host) in pxamci_init_ocr() argument