Searched refs:pentry (Results 1 – 4 of 4) sorted by relevance
/u-boot/cmd/ |
A D | mtdparts.c | 1089 struct list_head *pentry, *dentry; in generate_mtdparts() local 1120 list_for_each(pentry, &dev->parts) { in generate_mtdparts() 1121 part = list_entry(pentry, struct part_info, link); in generate_mtdparts() 1252 struct list_head *dentry, *pentry; local 1272 list_for_each(pentry, &dev->parts) { 1276 part = list_entry(pentry, struct part_info, link); 1289 list_for_each(pentry, &dev->parts) { 1353 struct list_head *dentry, *pentry; local 1362 list_for_each(pentry, &(*dev)->parts) { 1488 struct list_head *dentry, *pentry; local [all …]
|
/u-boot/arch/x86/cpu/tangier/ |
A D | sdram.c | 88 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i]; in sfi_search_mmap() 99 for (i = 0, mentry = (struct sfi_mem_entry *)sb->pentry; \
|
/u-boot/arch/x86/include/asm/ |
A D | sfi.h | 50 u64 pentry[1]; member
|
/u-boot/common/ |
A D | fdt_support.c | 812 struct list_head *pentry; in fdt_node_set_part_info() local 839 list_for_each_prev(pentry, &dev->parts) { in fdt_node_set_part_info() 842 part = list_entry(pentry, struct part_info, link); in fdt_node_set_part_info()
|
Completed in 10 milliseconds