Searched refs:upa (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dstarfire.c15 #include <asm/upa.h>
H A Dcentral.c17 #include <asm/upa.h>
H A Dprom_64.c26 #include <asm/upa.h>
127 prop = of_find_property(dp, "upa-portid", NULL);
200 prop = of_find_property(dp, "upa-portid", NULL);
323 if (of_node_is_type(parent, "upa")) {
378 return (tlb_type == spitfire ? "upa-portid" : "portid");
388 * property. On everything else we look for a 'upa-portid',
H A Dpci_fire.c19 #include <asm/upa.h>
H A Dpsycho_common.c11 #include <asm/upa.h>
H A Dsbus.c23 #include <asm/upa.h>
H A Dpci_psycho.c24 #include <asm/upa.h>
519 upa_portid = of_getintprop_default(dp, "upa-portid", 0xff);
H A Dpci_sabre.c25 #include <asm/upa.h>
499 upa_portid = of_getintprop_default(dp, "upa-portid", 0xff);
H A Dprom_irqtrans.c12 #include <asm/upa.h>
H A Dirq_64.c32 #include <asm/upa.h>
H A Dpci_schizo.c24 #include <asm/upa.h>
/linux-master/mm/
H A Dpercpu.c2511 int upa, apl; /* units per alloc, allocs per line */ local
2522 upa = ai->alloc_size / ai->unit_size;
2523 width = upa * (cpu_width + 1) + group_width + 3;
2534 BUG_ON(gi->nr_units % upa);
2535 for (alloc_end += gi->nr_units / upa;
2543 for (unit_end += upa; unit < unit_end; unit++)
2875 int upa, max_upa, best_upa; /* units_per_alloc */ local
2901 upa = alloc_size / min_unit_size;
2902 while (alloc_size % upa || (offset_in_page(alloc_size / upa)))
3273 int upa; local
[all...]
/linux-master/drivers/leds/
H A Dleds-sunfire.c18 #include <asm/upa.h>
/linux-master/drivers/sbus/char/
H A Dflash.c21 #include <asm/upa.h>
/linux-master/drivers/video/fbdev/
H A Dffb.c23 #include <asm/upa.h>

Completed in 199 milliseconds