The OMAP3530 data sheet () includes different timing specifications for the MMC interfaces depending on whether they are operating in "standard" or "high-speed" mode. How is the mode controlled via software? I see no bit(s) in any of the MMC registers that would seem to change the mode. I understand that a device attached to the MMC interface can support standard or high-speed modes, and that this info is exchanged during part of device "discovery", and that the OMAP MMC controller must explicitly switch the device to high-speed mode from standard mode with a special command. However, I still don't see how the mode is set on the OMAP MMC itself.
Thanks.