Searched defs:indata (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/misc/ |
A D | p2sb-uclass.c | 102 void pcr_write32(struct udevice *dev, uint offset, uint indata) in pcr_write32() 112 void pcr_write16(struct udevice *dev, uint offset, uint indata) in pcr_write16() 122 void pcr_write8(struct udevice *dev, uint offset, uint indata) in pcr_write8()
|
/u-boot/tools/patman/ |
A D | tools.py | 458 def Compress(indata, algo, with_header=True): argument 495 def Decompress(indata, algo, with_header=True): argument
|
/u-boot/tools/binman/ |
A D | entry.py | 885 def CompressData(self, indata): argument
|
/u-boot/net/ |
A D | net.c | 906 uchar *indata = (uchar *)ip; in __net_defragment() local
|
Completed in 15 milliseconds