Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/
H A Dpcmcia.c581 PCM_WRITE_IO_MEM_LONG* pstWriteIOLong = (PCM_WRITE_IO_MEM_LONG*)pu32Args; in PCMCIAIoctl() local
582 _MDrv_PCMCIA_WriteIOMemLongV2(pstWriteIOLong->eModule, in PCMCIAIoctl()
583 pstWriteIOLong->u16Addr, in PCMCIAIoctl()
584 pstWriteIOLong->u8Value, in PCMCIAIoctl()
585 pstWriteIOLong->u16DataLen, in PCMCIAIoctl()
586 pstWriteIOLong->pu8WriteBuffer); in PCMCIAIoctl()