Lines Matching refs:soff
2469 unsigned long soff; in scan_dt_build_strings() local
2492 soff = dt_find_string(namep); in scan_dt_build_strings()
2493 if (soff != 0) { in scan_dt_build_strings()
2495 namep = sstart + soff; in scan_dt_build_strings()
2517 unsigned long soff; in scan_dt_build_struct() local
2573 soff = dt_find_string(pname); in scan_dt_build_struct()
2574 if (soff == 0) { in scan_dt_build_struct()
2579 prev_name = sstart + soff; in scan_dt_build_struct()
2591 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2604 soff = dt_find_string("phandle"); in scan_dt_build_struct()
2605 if (soff == 0) in scan_dt_build_struct()
2610 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()