summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/mmcbrvar.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2008-10-08 17:35:41 +0000
committermav <mav@FreeBSD.org>2008-10-08 17:35:41 +0000
commita13e6527d9b011fa8f68ff1bb023e518a7bb8a04 (patch)
treef37866caca06a821674c6f64c008b1efe1320030 /sys/dev/mmc/mmcbrvar.h
parentde0736bbe14f2e99eb99a07f3de2a9ced726d24b (diff)
downloadFreeBSD-src-a13e6527d9b011fa8f68ff1bb023e518a7bb8a04.zip
FreeBSD-src-a13e6527d9b011fa8f68ff1bb023e518a7bb8a04.tar.gz
Set of mmc layer improvements:
- add MMC support. - add SDHC support. - add 4 and 8 bit bus width support. - add High Speed bus timing support.
Diffstat (limited to 'sys/dev/mmc/mmcbrvar.h')
-rw-r--r--sys/dev/mmc/mmcbrvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mmc/mmcbrvar.h b/sys/dev/mmc/mmcbrvar.h
index 1c4df0d..7778139 100644
--- a/sys/dev/mmc/mmcbrvar.h
+++ b/sys/dev/mmc/mmcbrvar.h
@@ -71,6 +71,7 @@ enum mmcbr_device_ivars {
MMCBR_IVAR_POWER_MODE,
MMCBR_IVAR_VDD,
MMCBR_IVAR_CAPS,
+ MMCBR_IVAR_TIMING,
// MMCBR_IVAR_,
};
@@ -92,6 +93,7 @@ MMCBR_ACCESSOR(ocr, OCR, int)
MMCBR_ACCESSOR(power_mode, POWER_MODE, int)
MMCBR_ACCESSOR(vdd, VDD, int)
MMCBR_ACCESSOR(caps, CAPS, int)
+MMCBR_ACCESSOR(timing, TIMING, int)
static int __inline
mmcbr_update_ios(device_t dev)
OpenPOWER on IntegriCloud