Home
last modified time | relevance | path

Searched refs:pAttribMem (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/
H A DdrvPCMCIA.c1533 void _MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo ) in _MDrv_PCMCIA_ParseAttribMem() argument
1547 if ( ( NULL == pAttribMem ) || ( NULL == pInfo ) ) in _MDrv_PCMCIA_ParseAttribMem()
1555 bTag = pAttribMem[0]; in _MDrv_PCMCIA_ParseAttribMem()
1556 bTagLen = pAttribMem[1]; in _MDrv_PCMCIA_ParseAttribMem()
1584 pInfo->wPCMCIAStdRev = (MS_U16)pAttribMem[2] << 8 | (MS_U16)pAttribMem[3]; in _MDrv_PCMCIA_ParseAttribMem()
1591 memcpy( pInfo->pszManufacturerName, pAttribMem + i, in _MDrv_PCMCIA_ParseAttribMem()
1594 i += strlen( ( char* )pAttribMem + i ) + 1; in _MDrv_PCMCIA_ParseAttribMem()
1597 memcpy( pInfo->pszProductName, pAttribMem + i, in _MDrv_PCMCIA_ParseAttribMem()
1600 i += strlen( ( char* )pAttribMem + i ) + 1; in _MDrv_PCMCIA_ParseAttribMem()
1603 if ( 0xFF != *( pAttribMem + i ) ) in _MDrv_PCMCIA_ParseAttribMem()
[all …]
H A Dpcmcia_wrapper.c408 void MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo ) in MDrv_PCMCIA_ParseAttribMem() argument
415 stParse.pu8AttribMem = pAttribMem; in MDrv_PCMCIA_ParseAttribMem()
H A Dpcmcia_private.h140 void _MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvPCMCIA.h389 void MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvPCMCIA.h397 void MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt65336 void MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );