Searched refs:chip (Results 1 – 12 of 12) sorted by relevance
84 self.chip = chiptype118 data = array.array('B', self.startframe[self.chip]).tostring()126 self.headframe[self.chip][4] = (length>>24)&0xff127 self.headframe[self.chip][5] = (length>>16)&0xff128 self.headframe[self.chip][6] = (length>>8)&0xff129 self.headframe[self.chip][7] = (length)&0xff130 self.headframe[self.chip][8] = (address>>24)&0xff131 self.headframe[self.chip][9] = (address>>16)&0xff132 self.headframe[self.chip][10] = (address>>8)&0xff133 self.headframe[self.chip][11] = (address)&0xff[all …]
30 #define PL350_SMC_DIRECT_CMD_ADDR_CS_INTERF(interf,chip) (((interf) << 25) | ((chip) << 23)) argument
2 // 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."
2 # Serial driver for standard UARTS on a SIO chip or PCI/PCIE card.
2 # which is used to debug information about the state of the charger chip
8 # to trigger the charger chip register dump as root by init
5 bt_sco_app - Command line application to send PCM configuruations to WL12xx chip(optional)
136 # used by OVMF, the varstore pflash chip, LockBox etc).
159 * While this version greatly reduces the on-chip RAM requirements, there are316 * While this version greatly reduces the on-chip RAM requirements, there are462 * The ARM Trusted Firmware still uses too much on-chip Trusted SRAM. A number607 * The ARM Trusted Firmware uses too much on-chip Trusted SRAM. Currently the
83 …mClass_HELP #language en-US "Specifies the type of TCG platform that contains TPM chip.<BR><BR>\n"
277 ## Specifies the type of TCG platform that contains TPM chip.<BR><BR>
1910 uint8_t chip; member