Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1104 agsaGpioEventSetupInfo_t *gpioEventSetupInfo;
1142 gpioEventSetupInfo = (agsaGpioEventSetupInfo_t *)&agIOCTLPayload->FunctionSpecificArea[0];
1143 status = saGpioEventSetup(agRoot, agContext, 0, gpioEventSetupInfo);
1211 agsaGpioEventSetupInfo_t *gpioEventSetupInfo in ostiGetGpioIOCTLRsp() argument
1291 …gpioReadInfo->gpioEventRisingEdgePart1 = 0xFFF & gpioEventSetupInfo->gpioEventRisingEdge; /* GPIEV… in ostiGetGpioIOCTLRsp()
1292 …gpioReadInfo->gpioEventRisingEdgePart2 = 0x00F00000 & (gpioEventSetupInfo->gpioEventRisingEdge); /… in ostiGetGpioIOCTLRsp()
1293 …gpioReadInfo->gpioEventFallingEdgePart1 = 0xFFF & gpioEventSetupInfo->gpioEventFallingEdge; /* GPI… in ostiGetGpioIOCTLRsp()
1294 …gpioReadInfo->gpioEventFallingEdgePart2 = 0x00F00000 & gpioEventSetupInfo->gpioEventFallingEdge; … in ostiGetGpioIOCTLRsp()
H A Dossacmnapi.c7271 agsaGpioEventSetupInfo_t *gpioEventSetupInfo in ossaGpioResponseCB() argument
7284 …TI_DBG2(("ossaGpioResponseCB: EventSetupInfo gpioEventLevel 0x%x\n", gpioEventSetupInfo->gpioEvent… in ossaGpioResponseCB()
7285 …TI_DBG2(("ossaGpioResponseCB: EventSetupInfo gpioEventRisingEdge 0x%x\n", gpioEventSetupInfo->gpio… in ossaGpioResponseCB()
7286 …TI_DBG2(("ossaGpioResponseCB: EventSetupInfo gpioEventFallingEdge 0x%x\n", gpioEventSetupInfo->gpi… in ossaGpioResponseCB()
H A Dtdproto.h284 agsaGpioEventSetupInfo_t *gpioEventSetupInfo
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h436 agsaGpioEventSetupInfo_t *gpioEventSetupInfo
H A Dsaosapi.h550 agsaGpioEventSetupInfo_t *gpioEventSetupInfo);
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c1387 agsaGpioEventSetupInfo_t *gpioEventSetupInfo in saGpioEventSetup() argument
1427 …E_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, GPIEVChange), gpioEventSetupInfo->gpioEventLe… in saGpioEventSetup()
1428 …OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, GPIEVFall), gpioEventSetupInfo->g… in saGpioEventSetup()
1429 …OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, GPIEVRise), gpioEventSetupInfo->g… in saGpioEventSetup()