Home
last modified time | relevance | path

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

/external/libnfc-nci/src/udrv/include/
Dupio.h136 UPIO_GENERAL, /* General purpose I/O */ enumerator
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c1064 UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO, UPIO_OFF); /* pull down NFC_WAKE */ in nfc_hal_dm_set_nfc_wake()
1066 UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO, UPIO_ON); /* pull up NFC_WAKE */ in nfc_hal_dm_set_nfc_wake()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1627 if (type == UPIO_GENERAL) in UPIO_Set()