Searched refs:pentry (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtdparts.c | 1087 struct list_head *pentry, *dentry; in generate_mtdparts() local 1121 list_for_each(pentry, &dev->parts) { in generate_mtdparts() 1122 part = list_entry(pentry, struct part_info, link); in generate_mtdparts() 1253 struct list_head *dentry, *pentry; local 1273 list_for_each(pentry, &dev->parts) { 1277 part = list_entry(pentry, struct part_info, link); 1290 list_for_each(pentry, &dev->parts) { 1291 part = list_entry(pentry, struct part_info, link); 1354 struct list_head *dentry, *pentry; local 1363 list_for_each(pentry, &(*dev)->parts) { [all …]
|
| /rk3399_rockchip-uboot/arch/x86/cpu/tangier/ |
| H A D | sdram.c | 87 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i]; in sfi_search_mmap() 98 for (i = 0, mentry = (struct sfi_mem_entry *)sb->pentry; \
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | sfi.h | 51 u64 pentry[1]; member
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 899 struct list_head *pentry; in fdt_node_set_part_info() local 919 list_for_each_prev(pentry, &dev->parts) { in fdt_node_set_part_info() 922 part = list_entry(pentry, struct part_info, link); in fdt_node_set_part_info()
|