OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headframe
(Results
1 - 1
of
1
) sorted by null
/device/linaro/hikey/installer/
hisi-idt.py
60
headframe
= {
variable in class:bootdownload
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
135
data = array.array('B', self.
headframe
[self.chip]).tostring(
[
all
...]
Completed in 44 milliseconds