| /arch/powerpc/boot/ |
| A D | addnote.c | 118 unsigned long ph, ps, np; in main() local 165 ph += ps; in main() 170 if (buf[ph + i] != 0) in main() 174 ns = ph + 2 * ps; in main() 175 PUT_32(ph + PH_TYPE, PT_NOTE); in main() 177 PUT_32(ph + PH_OFFSET, ns); in main() 179 PUT_64(ph + PH_OFFSET, ns); in main() 197 ph += ps; in main() 198 PUT_32(ph + PH_TYPE, PT_NOTE); in main() 200 PUT_32(ph + PH_OFFSET, ns); in main() [all …]
|
| /arch/mips/boot/ |
| A D | elf2ecoff.c | 271 Elf32_Phdr *ph; in main() local 351 switch (ph[i].p_type) { in main() 361 if (ph[i].p_flags & PF_W) { in main() 366 nbss.vaddr = ph[i].p_vaddr + ph[i].p_filesz; in main() 367 nbss.len = ph[i].p_memsz - ph[i].p_filesz; in main() 375 ntxt.len = ph[i].p_filesz; in main() 381 cur_vma = ph[i].p_vaddr; in main() 567 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) { in main() 597 ph[i].p_filesz); in main() 599 ph[i].p_filesz); in main() [all …]
|
| /arch/x86/kernel/ |
| A D | irq_32.c | 110 struct page *ph, *ps; in irq_init_percpu_irqstack() local 115 ph = alloc_pages_node(node, THREADINFO_GFP, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 116 if (!ph) in irq_init_percpu_irqstack() 120 __free_pages(ph, THREAD_SIZE_ORDER); in irq_init_percpu_irqstack() 124 per_cpu(hardirq_stack_ptr, cpu) = page_address(ph); in irq_init_percpu_irqstack()
|
| /arch/powerpc/sysdev/ |
| A D | tsi108_dev.c | 76 const phandle *ph; in tsi108_eth_of_init() local 105 ph = of_get_property(np, "mdio-handle", NULL); in tsi108_eth_of_init() 106 mdio = of_find_node_by_phandle(*ph); in tsi108_eth_of_init() 112 ph = of_get_property(np, "phy-handle", NULL); in tsi108_eth_of_init() 113 phy = of_find_node_by_phandle(*ph); in tsi108_eth_of_init()
|
| /arch/powerpc/include/asm/ |
| A D | sfp-machine.h | 265 #define umul_ppmm(ph, pl, m0, m1) \ argument 268 __asm__ ("mulhwu %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \
|
| /arch/arm64/boot/dts/allwinner/ |
| A D | sun50i-h618-longan-module-3h.dtsi | 83 vcc-ph-supply = <®_dldo1>;
|
| A D | sun50i-h618-orangepi-zero3.dts | 103 vcc-ph-supply = <®_dldo1>;
|
| A D | sun50i-h616-orangepi-zero2.dts | 147 vcc-ph-supply = <®_aldo1>;
|
| A D | sun50i-h618-transpeed-8k618-t.dts | 176 vcc-ph-supply = <®_dldo1>;
|
| A D | sun50i-h313-tanix-tx1.dts | 123 vcc-ph-supply = <®_dldo1>;
|
| A D | sun50i-a100-allwinner-perf1.dts | 53 vcc-ph-supply = <®_dcdc1>;
|
| A D | sun50i-a133-liontron-h-a133l.dts | 117 vcc-ph-supply = <®_dcdc1>;
|
| A D | sun50i-h618-orangepi-zero2w.dts | 92 vcc-ph-supply = <®_dldo1>; /* internally via VCC-IO */
|
| A D | sun50i-h618-yuzukihd-chameleon.dts | 125 vcc-ph-supply = <®_dldo1>; /* via VCC_IO */
|
| A D | sun55i-h728-x96qpro+.dts | 96 vcc-ph-supply = <®_cldo3>; /* via VCC-IO */
|
| A D | sun50i-h64-remix-mini-pc.dts | 171 vcc-ph-supply = <®_dcdc1>;
|
| A D | sun55i-t527-avaota-a1.dts | 124 vcc-ph-supply = <®_cldo3>; /* via VCC-IO */
|
| A D | sun50i-a64-olinuxino.dts | 191 vcc-ph-supply = <®_dcdc1>;
|
| A D | sun50i-h700-anbernic-rg35xx-2024.dts | 226 vcc-ph-supply = <®_cldo3>;
|
| A D | sun55i-a527-cubie-a5e.dts | 103 vcc-ph-supply = <®_cldo3>; /* via VCC-IO */
|
| /arch/powerpc/kernel/ |
| A D | prom_init.c | 2802 phandle ph; in fixup_device_tree_chrp() local 2809 ph = call_prom("finddevice", 1, 1, ADDR(name)); in fixup_device_tree_chrp() 2810 if (!PHANDLE_VALID(ph)) { in fixup_device_tree_chrp() 2812 ph = call_prom("finddevice", 1, 1, ADDR(name)); in fixup_device_tree_chrp() 2815 if (PHANDLE_VALID(ph)) { in fixup_device_tree_chrp() 2816 rc = prom_getproplen(ph, "ranges"); in fixup_device_tree_chrp() 2826 prom_setprop(ph, name, "ranges", prop, sizeof(prop)); in fixup_device_tree_chrp() 2831 ph = call_prom("finddevice", 1, 1, ADDR(name)); in fixup_device_tree_chrp() 2832 if (PHANDLE_VALID(ph)) { in fixup_device_tree_chrp() 2838 rc = prom_getprop(ph, "class-code", prop, sizeof(u32)); in fixup_device_tree_chrp() [all …]
|
| /arch/powerpc/platforms/powermac/ |
| A D | pfunc_core.c | 816 u32 ph; in __pmf_find_function() local 826 ph = *prop; in __pmf_find_function() 827 if (ph == 0) in __pmf_find_function() 835 actor = of_find_node_by_phandle(ph); in __pmf_find_function()
|
| /arch/arm/boot/dts/allwinner/ |
| A D | sun4i-a10-topwise-a721.dts | 167 vcc-ph-supply = <®_vcc3v3>;
|
| A D | sun7i-a20.dtsi | 786 can_ph_pins: can-ph-pins { 826 csi1_24bits_ph_pins: csi1-24bits-ph-pins { 853 emac_ph_pins: emac-ph-pins { 983 ps2_1_ph_pins: ps2-1-ph-pins { 1122 uart3_ph_pins: uart3-ph-pins { 1128 uart3_cts_rts_ph_pins: uart3-cts-rts-ph-pins { 1140 uart4_ph_pins: uart4-ph-pins { 1146 uart5_ph_pins: uart5-ph-pins {
|
| /arch/mips/cavium-octeon/ |
| A D | octeon-platform.c | 601 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet() local 602 int p = fdt_node_offset_by_phandle(initial_boot_params, ph); in octeon_fdt_rm_ethernet()
|