Lines Matching refs:soff
2041 unsigned long soff; in scan_dt_build_strings() local
2064 soff = dt_find_string(namep); in scan_dt_build_strings()
2065 if (soff != 0) { in scan_dt_build_strings()
2067 namep = sstart + soff; in scan_dt_build_strings()
2089 unsigned long soff; in scan_dt_build_struct() local
2145 soff = dt_find_string(pname); in scan_dt_build_struct()
2146 if (soff == 0) { in scan_dt_build_struct()
2151 prev_name = sstart + soff; in scan_dt_build_struct()
2163 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2178 soff = dt_find_string("linux,phandle"); in scan_dt_build_struct()
2179 if (soff == 0) in scan_dt_build_struct()
2185 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()