Searched refs:node_offset (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/of/ |
D | fdt_address.c | 164 u64 __init fdt_translate_address(const void *blob, int node_offset) in fdt_translate_address() argument 174 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 176 reg = fdt_getprop(blob, node_offset, "reg", &len); in fdt_translate_address() 179 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 184 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address() 193 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 205 node_offset = parent; in fdt_translate_address() 206 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address() 220 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 228 if (fdt_translate_one(blob, node_offset, bus, pbus, in fdt_translate_address()
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 12 static int node_offset(void *fdt, const char *node_path) in node_offset() function 23 int offset = node_offset(fdt, node_path); in setprop() 32 int offset = node_offset(fdt, node_path); in setprop_string() 41 int offset = node_offset(fdt, node_path); in setprop_cell()
|
/linux-4.1.27/include/linux/ |
D | of_fdt.h | 90 extern u64 fdt_translate_address(const void *blob, int node_offset);
|
/linux-4.1.27/drivers/md/ |
D | bitmap.c | 213 int node_offset = 0; in write_sb_page() local 216 node_offset = bitmap->cluster_slot * store->file_pages; in write_sb_page() 1023 unsigned long i, chunks, index, oldindex, bit, node_offset = 0; in bitmap_init_from_disk() local 1070 node_offset = bitmap->cluster_slot * (DIV_ROUND_UP(store->bytes, PAGE_SIZE)); in bitmap_init_from_disk() 1092 index + node_offset, count); in bitmap_init_from_disk()
|