Searched refs:MmcBusWidth (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_corex.h | 84 int32_t (*setBusWidth)(struct MmcCntlr *cntlr, enum MmcBusWidth width); 170 void MmcCntlrSetBusWidth(struct MmcCntlr *cntlr, enum MmcBusWidth width); 192 enum MmcBusWidth width;
|
H A D | mmc_caps.h | 24 enum MmcBusWidth { BUS_WIDTH1 = 0, BUS_WIDTH4 = 2, BUS_WIDTH8 = 3 }; enum
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-mmc-develop.md | 62 int32_t (*setBusWidth)(struct MmcCntlr *cntlr, enum MmcBusWidth width); 84 | setBusWidth | cntlr:核心层结构体指针,核心层MMMC控制器<br>width:枚举类型(见MmcBusWidth定义),总线带宽 | HDF_STATUS相关状态 | 设置总…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-mmc-develop.md | 59 int32_t (*setBusWidth)(struct MmcCntlr *cntlr, enum MmcBusWidth width); 81 …troller at the core layer.<br>**width**: bus width. For details, see **MmcBusWidth**.| HDF_STATUS|…
|
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_protocol.c | 1068 static int32_t EmmcCheckExtCsd(struct MmcCntlr *cntlr, enum MmcBusWidth width) in EmmcCheckExtCsd() 1096 enum MmcBusWidth width = BUS_WIDTH1; in EmmcSelectHighSpeedBusWidth() 1417 enum MmcBusWidth width, uint32_t widthBit) in EmmcSwitchDdrMode() 1446 enum MmcBusWidth width; in EmmcSelectSwitchDdrMode() 1447 const enum MmcBusWidth busWidths[] = { BUS_WIDTH8, BUS_WIDTH4, BUS_WIDTH1 }; in EmmcSelectSwitchDdrMode()
|
H A D | mmc_core.c | 375 void MmcCntlrSetBusWidth(struct MmcCntlr *cntlr, enum MmcBusWidth width) in MmcCntlrSetBusWidth()
|