Searched defs:atmel_mci_slot (Results 1 – 1 of 1) sorted by relevance
408 struct atmel_mci_slot { struct409 struct mmc_host *mmc;410 struct atmel_mci *host;412 u32 sdc_reg;413 u32 sdio_irq;415 struct mmc_request *mrq;416 struct list_head queue_node;418 unsigned int clock;419 unsigned long flags;443 struct atmel_mci_slot *slot = s->private; in atmci_req_show() argument