Lines Matching +full:mmc +full:- +full:card
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * MMC definitions for OMAP2
13 /* back-link to device */
20 * maximum frequency on the MMC bus */
23 /* initialize board-specific MMC functionality, can be NULL if
42 * need to OR'd all capabilities (ref. linux/mmc/host.h)
44 u8 wires; /* Used for the MMC driver on omap1 and 2420 */
45 u32 caps; /* Used for the MMC driver on 2430 and later */
46 u32 pm_caps; /* PM capabilities of the mmc */
50 * that board-specific code handled it before common init logic.
54 /* switch pin can be for card detect (default) or card cover */
66 /* If using power_saving and the MMC power is not to go off */
81 int switch_pin; /* gpio (card detect) */
95 /* if we have special card, init it using this callback */
96 void (*init_card)(struct mmc_card *card);
98 /* return MMC cover switch state, can be NULL if not supported.
101 * 0 - closed
102 * 1 - open
109 /* Card detection */