Home
last modified time | relevance | path

Searched refs:reg_MI_MC (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/twl/scfg/common/
Dscfg.h882 return (SCFGCardDetectMode)((reg_MI_MC & (SCFG_CARD_DETECT_MODE_MASK << shift) ) >> shift); in SCFG_GetCardDetectMode()
900 …return (SCFGCardDetectChattering)((reg_MI_MC & (SCFG_CARD_DETECT_CHATTERING_MASK << shift) ) >> sh… in SCFG_GetCardDetectForChattering()
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_spinLock.c768 if ( ((reg_MI_MC & REG_MI_MC_SL1_MODE_MASK) >> REG_MI_MC_SL1_MODE_SHIFT) == 0x2 ) in OSi_AllocateCardBus()
/TwlSDK-5.4/include/twl/hw/ARM9/
Dioreg_MI.h458 #define reg_MI_MC (*(const REGType16v *) REG_MC_ADDR) macro