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 | 133 unsigned long soff = bootx_dt_find_string(name); in bootx_dt_add_prop() local 136 if (soff == 0) { in bootx_dt_add_prop() 148 dt_push_token(soff, mem_end); in bootx_dt_add_prop() 222 unsigned long soff; in bootx_scan_dt_build_strings() local 258 soff = bootx_dt_find_string(namep); in bootx_scan_dt_build_strings() 259 if (soff == 0) in bootx_scan_dt_build_strings()
|
/arch/powerpc/kernel/ |
D | prom_init.c | 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() [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()
|