Home
last modified time | relevance | path

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

/u-boot/examples/api/
A Dcrt0.S46 .ent __start
53 .ent syscall
/u-boot/tools/binman/
A Dftest.py2436 ent = entries[0]
2437 self.assertEqual(0, ent.indent)
2443 self.assertEqual(0, ent.offset)
2445 ent = entries[1]
2454 ent = entries[2]
2458 section_size = ent.size
2463 ent = entries[3]
2472 ent = entries[4]
2481 ent = entries[5]
2490 ent = entries[6]
[all …]
/u-boot/arch/mips/include/asm/
A Dasm.h22 .ent symbol, 0; \
33 .ent symbol, 0; \
46 .ent symbol, 0; \
/u-boot/arch/microblaze/cpu/
A Dstart.S91 .ent __setup_exceptions
226 .ent in16
243 .ent out16
259 .ent relocate_code
/u-boot/arch/mips/mach-jz47xx/
A Dstart.S61 .ent enable_caches
/u-boot/tools/
A Defivar.py140 ent = struct.pack(self.efi.var_entry_fmt,
145 ent += name_data
146 self.ents += ent
/u-boot/drivers/pci/
A Dpci-uclass.c1578 u16 ent; in _dm_pci_find_next_capability() local
1586 dm_pci_read_config16(dev, pos, &ent); in _dm_pci_find_next_capability()
1588 id = ent & 0xff; in _dm_pci_find_next_capability()
1593 pos = (ent >> 8); in _dm_pci_find_next_capability()

Completed in 26 milliseconds