Home
last modified time | relevance | path

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

/system/tpm/trunks/ftdi/
Dsupport.c243 if (pin < NUM_GPIOL_PINS && mpsse->status == STOPPED) { in gpio_write()
258 } else if (pin >= NUM_GPIOL_PINS && pin < NUM_GPIO_PINS) { in gpio_write()
260 pin -= NUM_GPIOL_PINS; in gpio_write()
Dmpsse.h51 #define NUM_GPIOL_PINS 4 macro
Dmpsse.c1128 pin += NUM_GPIOL_PINS; in PinState()