HomeSort by relevance Sort by last modified time
    Searched refs:SPI_TYPE (Results 1 - 4 of 4) sorted by null

  /hardware/intel/bootstub/
bootstub.h 29 #define SPI_TYPE (SPI_UART_SUPPRESSION + 4) /*0:SPI0 1:SPI1*/
34 #define FLAGS_RESERVED_0 (SPI_TYPE + 4)
spi-uart.c 33 switch (*(int *)SPI_TYPE) {
bootstub.c 254 if (!(*(int *)SPI_TYPE)) {
258 *(int *)SPI_TYPE = SPI_1;
263 *(int *)SPI_TYPE = SPI_1;
268 *(int *)SPI_TYPE = SPI_2;
273 *(int *)SPI_TYPE = SPI_2;
481 *(int *)SPI_TYPE = SPI_2;
534 switch (*(int *)SPI_TYPE) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 154 milliseconds