Searched refs:u8CommandBit (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/ |
| H A D | drvPCMCIA.c | 1907 void _MDrv_PCMCIA_SetCommandBitV2( PCMCIA_MODULE eModule, MS_U8 u8CommandBit, MS_BOOL bValue ) in _MDrv_PCMCIA_SetCommandBitV2() argument 1916 _gu8PCMCIA_Command[eModule] |= u8CommandBit; in _MDrv_PCMCIA_SetCommandBitV2() 1918 _gu8PCMCIA_Command[eModule] &= ( ~u8CommandBit ); in _MDrv_PCMCIA_SetCommandBitV2() 2340 void MDrv_PCMCIA_SetCommandBit( MS_U8 u8CommandBit, MS_BOOL bValue ) in MDrv_PCMCIA_SetCommandBit() argument 2342 MDrv_PCMCIA_SetCommandBitV2(PCMCIA_DEFAULT_MODULE, u8CommandBit, bValue); in MDrv_PCMCIA_SetCommandBit()
|
| H A D | pcmcia_wrapper.c | 425 void MDrv_PCMCIA_SetCommandBitV2( PCMCIA_MODULE eModule, MS_U8 u8CommandBit, MS_BOOL bValue ) in MDrv_PCMCIA_SetCommandBitV2() argument 433 stCmdBit.u8CmdBit = u8CommandBit; in MDrv_PCMCIA_SetCommandBitV2()
|
| H A D | pcmcia_private.h | 141 void _MDrv_PCMCIA_SetCommandBitV2( PCMCIA_MODULE eModule, MS_U8 u8CommandBit, MS_BOOL bValue…
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvPCMCIA.h | 475 void MDrv_PCMCIA_SetCommandBitV2( PCMCIA_MODULE eModule, MS_U8 u8CommandBit, MS_BOOL bValue ); 658 void MDrv_PCMCIA_SetCommandBit( MS_U8 u8CommandBit, MS_BOOL bValue );
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvPCMCIA.h | 483 void MDrv_PCMCIA_SetCommandBitV2( PCMCIA_MODULE eModule, MS_U8 u8CommandBit, MS_BOOL bValue ); 666 void MDrv_PCMCIA_SetCommandBit( MS_U8 u8CommandBit, MS_BOOL bValue );
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 65383 void MDrv_PCMCIA_SetCommandBitV2( PCMCIA_MODULE eModule, MS_U8 u8CommandBit, MS_BOOL bValue ); 65504 void MDrv_PCMCIA_SetCommandBit( MS_U8 u8CommandBit, MS_BOOL bValue );
|