Home
last modified time | relevance | path

Searched refs:chip (Results 1 – 12 of 12) sorted by relevance

/device/linaro/hikey/installer/hikey/
Dhisi-idt.py84 self.chip = chiptype
118 data = array.array('B', self.startframe[self.chip]).tostring()
126 self.headframe[self.chip][4] = (length>>24)&0xff
127 self.headframe[self.chip][5] = (length>>16)&0xff
128 self.headframe[self.chip][6] = (length>>8)&0xff
129 self.headframe[self.chip][7] = (length)&0xff
130 self.headframe[self.chip][8] = (address>>24)&0xff
131 self.headframe[self.chip][9] = (address>>16)&0xff
132 self.headframe[self.chip][10] = (address>>8)&0xff
133 self.headframe[self.chip][11] = (address)&0xff
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
DPL35xSmc.h30 #define PL350_SMC_DIRECT_CMD_ADDR_CS_INTERF(interf,chip) (((interf) << 25) | ((chip) << 23)) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
DPciSioSerialDxe.uni2 // Serial driver for standard UARTS on a SIO chip or PCI/PCIE card.
19 …RACT #language en-US "Serial driver for standard UARTS on a SIO chip or PCI/PCIE card."
DPciSioSerialDxe.inf2 # Serial driver for standard UARTS on a SIO chip or PCI/PCIE card.
/device/google/dragon/sepolicy/
Ddump_bq25892.te2 # which is used to debug information about the state of the charger chip
Dhal_dumpstate_impl.te8 # to trigger the charger chip register dump as root by init
/device/linaro/hikey/wpan/
DREADME5 bt_sco_app - Command line application to send PCM configuruations to WL12xx chip(optional)
/device/linaro/bootloader/edk2/OvmfPkg/
DOvmfPkg.dec136 # used by OVMF, the varstore pflash chip, LockBox etc).
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dchange-log.md159 * While this version greatly reduces the on-chip RAM requirements, there are
316 * While this version greatly reduces the on-chip RAM requirements, there are
462 * The ARM Trusted Firmware still uses too much on-chip Trusted SRAM. A number
607 * The ARM Trusted Firmware uses too much on-chip Trusted SRAM. Currently the
/device/linaro/bootloader/edk2/SecurityPkg/
DSecurityPkg.uni83 …mClass_HELP #language en-US "Specifies the type of TCG platform that contains TPM chip.<BR><BR>\n"
DSecurityPkg.dec277 ## Specifies the type of TCG platform that contains TPM chip.<BR><BR>
/device/google/dragon/recovery/updater/
Dec_commands.h1910 uint8_t chip; member