Lines Matching defs:enable
102 static void SdhciSetCardDetection(struct SdhciHost *host, bool enable)
112 if (enable == true) {
993 static void SdhciEnablePresetValue(struct SdhciHost *host, bool enable)
1001 if (host->presetEnabled != enable) {
1003 if (enable == true) {
1010 if (enable == true) {
1015 host->presetEnabled = enable;
1137 static int32_t SdhciSetSdioIrq(struct MmcCntlr *cntlr, bool enable)
1141 if (enable == true) {
1148 if (enable == true) {
1184 static int32_t SdhciSetEnhanceStrobe(struct MmcCntlr *cntlr, bool enable)
1190 if (enable == true) {
1198 if (enable == true) {
1792 static void SdhciEnableSdioIrqNoLock(struct SdhciHost *host, bool enable)
1795 if (enable == true) {