Searched defs:atmel_mci_slot (Results 1 – 1 of 1) sorted by relevance
401 struct atmel_mci_slot { struct402 struct mmc_host *mmc;403 struct atmel_mci *host;405 u32 sdc_reg;406 u32 sdio_irq;408 struct mmc_request *mrq;409 struct list_head queue_node;411 unsigned int clock;412 unsigned long flags;436 struct atmel_mci_slot *slot = s->private; in atmci_req_show() argument