Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/
H A Dpcmcia_wrapper.c428 PCM_SETCOMMANDBIT stCmdBit; in MDrv_PCMCIA_SetCommandBitV2() local
432 stCmdBit.eModule = eModule; in MDrv_PCMCIA_SetCommandBitV2()
433 stCmdBit.u8CmdBit = u8CommandBit; in MDrv_PCMCIA_SetCommandBitV2()
434 stCmdBit.bValue = bValue; in MDrv_PCMCIA_SetCommandBitV2()
436 u32Ret = UtopiaIoctl(pInstant, E_MDRV_CMD_PCM_SetCommandBit, &stCmdBit); in MDrv_PCMCIA_SetCommandBitV2()