Searched refs:chip (Results 1 – 7 of 7) sorted by relevance
83 self.chip = chiptype117 data = array.array('B', self.startframe[self.chip]).tostring()125 self.headframe[self.chip][4] = (length>>24)&0xff126 self.headframe[self.chip][5] = (length>>16)&0xff127 self.headframe[self.chip][6] = (length>>8)&0xff128 self.headframe[self.chip][7] = (length)&0xff129 self.headframe[self.chip][8] = (address>>24)&0xff130 self.headframe[self.chip][9] = (address>>16)&0xff131 self.headframe[self.chip][10] = (address>>8)&0xff132 self.headframe[self.chip][11] = (address)&0xff[all …]
1 [chip]
2 # to trigger the charger chip register dump as root by init
2 # which is used to debug information about the state of the charger chip
5 bt_sco_app - Command line application to send PCM configuruations to WL12xx chip(optional)
53 # high speed inter-chip controls
1910 uint8_t chip; member