Searched refs:pAttribMem (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/ |
| H A D | drvPCMCIA.c | 1533 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 D | pcmcia_wrapper.c | 408 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 D | pcmcia_private.h | 140 void _MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvPCMCIA.h | 389 void MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvPCMCIA.h | 397 void MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 65336 void MDrv_PCMCIA_ParseAttribMem( MS_U8 *pAttribMem, MS_U16 dwLen, PCMCIA_INFO *pInfo );
|