Searched refs:MPSSE (Results 1 - 3 of 3) sorted by relevance

/system/tpm/trunks/ftdi/
H A Dmpsse.h54 #define NULL_CONTEXT_ERROR_MSG "NULL MPSSE context pointer!"
84 /* Supported MPSSE modes */
178 struct mpsse_context* MPSSE(enum modes mode, int freq, int endianess);
H A Dmpsse.c56 * Returns a pointer to an MPSSE context structure if succeeded, NULL otherwise.
58 struct mpsse_context* MPSSE(enum modes mode, int freq, int endianess) { function
79 * @mode - MPSSE mode, one of enum modes.
86 * Returns a pointer to an MPSSE context structure on success.
105 * @mode - MPSSE mode, one of enum modes.
113 * Returns a pointer to an MPSSE context structure.
209 * Closes the device, deinitializes libftdi, and frees the MPSSE context
212 * @mpsse - MPSSE context pointer.
230 * Must be called after MPSSE() / Open() / OpenIndex().
252 * @mpsse - MPSSE contex
[all...]
/system/tpm/trunks/
H A Dtrunks_ftdi_spi.cc167 mpsse_ = MPSSE(SPI0, ONE_MHZ, MSB);

Completed in 45 milliseconds