Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 25 of 37) sorted by relevance

12

/arch/powerpc/boot/
A Daddnote.c118 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 Delf2ecoff.c271 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 Dirq_32.c110 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 Dtsi108_dev.c76 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 Dsfp-machine.h265 #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 Dsun50i-h618-longan-module-3h.dtsi83 vcc-ph-supply = <&reg_dldo1>;
A Dsun50i-h618-orangepi-zero3.dts103 vcc-ph-supply = <&reg_dldo1>;
A Dsun50i-h616-orangepi-zero2.dts147 vcc-ph-supply = <&reg_aldo1>;
A Dsun50i-h618-transpeed-8k618-t.dts176 vcc-ph-supply = <&reg_dldo1>;
A Dsun50i-h313-tanix-tx1.dts123 vcc-ph-supply = <&reg_dldo1>;
A Dsun50i-a100-allwinner-perf1.dts53 vcc-ph-supply = <&reg_dcdc1>;
A Dsun50i-a133-liontron-h-a133l.dts117 vcc-ph-supply = <&reg_dcdc1>;
A Dsun50i-h618-orangepi-zero2w.dts92 vcc-ph-supply = <&reg_dldo1>; /* internally via VCC-IO */
A Dsun50i-h618-yuzukihd-chameleon.dts125 vcc-ph-supply = <&reg_dldo1>; /* via VCC_IO */
A Dsun55i-h728-x96qpro+.dts96 vcc-ph-supply = <&reg_cldo3>; /* via VCC-IO */
A Dsun50i-h64-remix-mini-pc.dts171 vcc-ph-supply = <&reg_dcdc1>;
A Dsun55i-t527-avaota-a1.dts124 vcc-ph-supply = <&reg_cldo3>; /* via VCC-IO */
A Dsun50i-a64-olinuxino.dts191 vcc-ph-supply = <&reg_dcdc1>;
A Dsun50i-h700-anbernic-rg35xx-2024.dts226 vcc-ph-supply = <&reg_cldo3>;
A Dsun55i-a527-cubie-a5e.dts103 vcc-ph-supply = <&reg_cldo3>; /* via VCC-IO */
/arch/powerpc/kernel/
A Dprom_init.c2802 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 Dpfunc_core.c816 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 Dsun4i-a10-topwise-a721.dts167 vcc-ph-supply = <&reg_vcc3v3>;
A Dsun7i-a20.dtsi786 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 Docteon-platform.c601 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()

Completed in 40 milliseconds

12