struct dw_mci_slot - MMC slot state : The mmc_host representing this slot. : The MMC controller this slot is using. : Card type for this slot. : mmc_request currently being processed or waiting to be processed, or NULL when the slot is idle. : List node for placing this node in the list of &struct dw_mci. : Clock rate configured by set_ios(). Protected by host->lock. : Random state bits associated with the slot. : Number of this slot. : Most recently observed card detect state.
Definition at line 87 of file dw_mmc.c.