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