Searched refs:CS (Results 1 - 6 of 6) sorted by relevance

/system/tpm/trunks/ftdi/
H A Dmpsse.h99 CS = 8, enumerator in enum:pins
123 /* SK/DO/CS and GPIOs are outputs, DI is an input */
124 #define DEFAULT_TRIS (SK | DO | CS | GPIO0 | GPIO1 | GPIO2 | GPIO3)
125 #define DEFAULT_PORT (SK | CS) /* SK and CS are high, all others low */
H A Dmpsse.c278 mpsse->pstart &= ~CS;
306 /* Keep the clock low while the CS pin is brought high to ensure we
323 * high when we set the CS pin high to prevent
326 * after the CS pin goes high.
553 * Sets the idle state of the chip select pin. CS idles high by default.
564 mpsse->pidle |= CS;
565 mpsse->pstop |= CS;
566 mpsse->pstart &= ~CS;
569 mpsse->pidle &= ~CS;
570 mpsse->pstop &= ~CS;
[all...]
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Dasm_test_jacket.S68 //CS
192 csel w2, w1, w0, CS
H A Darm64_assembler_test.cpp119 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator in enum:cond_t
120 HS = CS,
126 "EQ", "NE", "CS", "CC", "MI", "PL", "VS", "VC",
250 {0xA070,INSTR_SUB,CS,HS,0,2,NA,1,1,NA,NA,NA,2,1,1,0,NA},
400 {0xB036,INSTR_STRH,CS,HS,1,4066,0xDEADBEEFDEADBEEF,4070,NO_OFFSET,NA,NA,0,0,0,0xABCDEF0123456789,0xABCDEF0123456789,4070,1,4066,8,0xDEAD6789DEADBEEF},
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator in enum:android::ARMAssemblerInterface::__anon1703
36 HS = CS,
/system/core/libpixelflinger/tests/arch-mips64/assembler/
H A Dmips64_assembler_test.cpp120 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator in enum:cond_t
121 HS = CS,
127 "EQ", "NE", "CS", "CC", "MI", "PL", "VS", "VC",

Completed in 103 milliseconds