Searched refs:soff (Results 1 – 4 of 4) sorted by relevance
/arch/alpha/lib/ |
D | csum_partial_copy.c | 139 unsigned long soff, in csum_partial_cfu_dest_aligned() argument 154 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 157 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 173 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 174 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 251 unsigned long soff, unsigned long doff, in csum_partial_cfu_unaligned() argument 269 extql(first, soff, word); in csum_partial_cfu_unaligned() 272 extqh(second, soff, first); in csum_partial_cfu_unaligned() 290 extql(first, soff, word); in csum_partial_cfu_unaligned() 291 extqh(second, soff, first); in csum_partial_cfu_unaligned() [all …]
|
/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 137 unsigned long soff = bootx_dt_find_string(name); in bootx_dt_add_prop() local 140 if (soff == 0) { in bootx_dt_add_prop() 152 dt_push_token(soff, mem_end); in bootx_dt_add_prop() 226 unsigned long soff; in bootx_scan_dt_build_strings() local 262 soff = bootx_dt_find_string(namep); in bootx_scan_dt_build_strings() 263 if (soff == 0) in bootx_scan_dt_build_strings()
|
/arch/powerpc/kernel/ |
D | prom_init.c | 2320 unsigned long soff; in scan_dt_build_strings() local 2343 soff = dt_find_string(namep); in scan_dt_build_strings() 2344 if (soff != 0) { in scan_dt_build_strings() 2346 namep = sstart + soff; in scan_dt_build_strings() 2368 unsigned long soff; in scan_dt_build_struct() local 2424 soff = dt_find_string(pname); in scan_dt_build_struct() 2425 if (soff == 0) { in scan_dt_build_struct() 2430 prev_name = sstart + soff; in scan_dt_build_struct() 2442 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2457 soff = dt_find_string("linux,phandle"); in scan_dt_build_struct() [all …]
|
/arch/powerpc/sysdev/ |
D | mpic.c | 380 unsigned int soff = (fixup->index >> 3) & ~3; in mpic_ht_end_irq() local 382 writel(mask, fixup->applebase + soff); in mpic_ht_end_irq()
|