Searched defs:atmel_mci_slot (Results 1 – 1 of 1) sorted by relevance
400 struct atmel_mci_slot { struct401 struct mmc_host *mmc;402 struct atmel_mci *host;404 u32 sdc_reg;405 u32 sdio_irq;407 struct mmc_request *mrq;408 struct list_head queue_node;410 unsigned int clock;411 unsigned long flags;435 struct atmel_mci_slot *slot = s->private; in atmci_req_show() argument