Home
last modified time | relevance | path

Searched refs:SPI (Results 1 – 25 of 26) sorted by relevance

12

/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c95 static struct StmSpi *SPI; variable
385 (void)SPI->DR; in blResetRxData()
386 while (!(SPI->SR & 1)); in blResetRxData()
387 (void)SPI->DR; in blResetRxData()
392 while (!(SPI->SR & 2)); in blSpiTxRxByte()
393 SPI->DR = val; in blSpiTxRxByte()
394 while (!(SPI->SR & 1)); in blSpiTxRxByte()
395 return SPI->DR; in blSpiTxRxByte()
414 SPI = (struct StmSpi*)SPI1_BASE; in blSetup()
464 SPI->CR1 = 0x00000040; //spi is on, configured same as bootloader would in blConfigIo()
[all …]
Dspi.c533 void SPI##_n##_IRQHandler(); \
534 void SPI##_n##_IRQHandler() \
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME2 Driver is by default configured to work on STMicroelectronics nucleo board using SPI.
6 SPI bus ID : 1 (PB12: SPI_NSS, PB13: SPI_CLK, PB14: SPI_MISO, PB15: SPI_MOSI)
7 SPI frequency: 10MHz
43 Regarding SPI:
44 #define LSM6DSM_SPI_SLAVE_BUS_ID 1 /* SPI bus ID, on STM32F…
45 #define LSM6DSM_SPI_SLAVE_FREQUENCY_HZ 10000000 /* SPI frequency in Hz */
46 #define LSM6DSM_SPI_SLAVE_CS_GPIO GPIO_PB(12) /* SPI NSS pin, on STM32…
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRhProxy.asl40 "\\_SB.SPI1", // ResourceSource: SPI bus controller name
148 // SPI Mapping
149 Package(2) { "bus-SPI-SPI0", Package() { 0 }},
DPCI_DRC.ASL43 // SPI BAR. Check if the hard code meets the real configuration.
46 Memory32Fixed(ReadWrite,0x0FED01000,0x01000,SPIB) // SPI BAR
DPciTree.asl123 // LPSS SPI
195 // LPSS SPI
DPchLpss.asl326 // LPIO1 SPI
338 Name (_DDN, "Intel(R) SPI Controller - 80860F0E")
343 Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, , , ) {41} // SPI IRQ
DIoTVirtualDevice.asl28 "\\_SB.SPI1", // ResourceSource: SPI bus controller name
DGloblNvs.asl226 SP0A, 32, // SPI
DPch.asl65 L15D, 1, // (5) LPIO1 SPI Disable
DPlatform.asl588 If (LOr(LEqual(L15D, 0), LEqual(SD1D, 0))) // LPIO1 SPI or SCC SDIO #1 exist
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/
DPchSpiSmm.inf4 # Component description file for the SPI SMM driver.
DPchSpiRuntime.inf2 # Component description file for the SPI Runtime driver.
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DPolicyEntryOperation.h42 #define SPI BIT(23) macro
DPolicyEntryOperation.c625 *Mask |= SPI; in CreateSadEntry()
960 if ((*Mask & (SPI|IPSEC_PROTO|LOCAL|REMOTE)) != (SPI|IPSEC_PROTO|LOCAL|REMOTE)) { in CreateSadEntry()
1561 if ((Mask & SPI) == 0) { in CombineSadEntry()
DIpSecConfigStrings.uni99 … " --spi spi required SPI value\n"
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
DPlatform.inc35 ; ROM/SPI/MEMORY Definitions
DFlat32.S30 # ROM/SPI/MEMORY Definitions
484 # Open up full 8MB SPI decode
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DBuild_IFWI.bat164 echo /yL Enable SPI lock
DbldX64.bat208 @echo SPI Images location: Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\ROM
DPlatformPkg.dec191 #I2C and SPI support
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPlatform.asl338 // Include asi files for I2C and SPI onboard devices.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DQuarkMin.fdf30 …Quark BaseAddress, e.g. Payload Base is at 0x400000, Flash Base is at 0xFF800000 for 8 MB SPI part.
33 # Address 0x0 (0xFF800000 for 8 MB SPI part)
DQuark.fdf30 …Quark BaseAddress, e.g. Payload Base is at 0x400000, Flash Base is at 0xFF800000 for 8 MB SPI part.
33 # Address 0x0 (0xFF800000 for 8 MB SPI part)
DQuarkPlatformPkg.dec935 ## The size, in bytes, of the SPI FLASH part attached to Quark SOC X1000
937 # @Prompt The SPI FALSH Part Size

12