Searched defs:atmel_mci_slot (Results 1 – 1 of 1) sorted by relevance
250 struct atmel_mci_slot { struct251 struct mmc_host *mmc;252 struct atmel_mci *host;254 u32 sdc_reg;255 u32 sdio_irq;257 struct mmc_request *mrq;258 struct list_head queue_node;260 unsigned int clock;261 unsigned long flags;286 struct atmel_mci_slot *slot = s->private; in atmci_req_show() argument