Searched defs:atmel_mci_slot (Results 1 – 1 of 1) sorted by relevance
372 struct atmel_mci_slot { struct373 struct mmc_host *mmc;374 struct atmel_mci *host;376 u32 sdc_reg;377 u32 sdio_irq;379 struct mmc_request *mrq;380 struct list_head queue_node;382 unsigned int clock;383 unsigned long flags;408 struct atmel_mci_slot *slot = s->private; in atmci_req_show() argument