Home
last modified time | relevance | path

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

/device/linaro/hikey/installer/
Dhisi-idt.py83 self.chip = chiptype
117 data = array.array('B', self.startframe[self.chip]).tostring()
125 self.headframe[self.chip][4] = (length>>24)&0xff
126 self.headframe[self.chip][5] = (length>>16)&0xff
127 self.headframe[self.chip][6] = (length>>8)&0xff
128 self.headframe[self.chip][7] = (length)&0xff
129 self.headframe[self.chip][8] = (address>>24)&0xff
130 self.headframe[self.chip][9] = (address>>16)&0xff
131 self.headframe[self.chip][10] = (address>>8)&0xff
132 self.headframe[self.chip][11] = (address)&0xff
[all …]
/device/htc/flounder/touch/
Dtouch_fusion.cfg1 [chip]
/device/google/dragon/sepolicy/
Ddumpstate.te2 # to trigger the charger chip register dump as root by init
Ddump_bq25892.te2 # which is used to debug information about the state of the charger chip
/device/linaro/hikey/wpan/
DREADME5 bt_sco_app - Command line application to send PCM configuruations to WL12xx chip(optional)
/device/htc/flounder/sepolicy/
Dfile_contexts53 # high speed inter-chip controls
/device/google/dragon/recovery/updater/
Dec_commands.h1910 uint8_t chip; member