Home
last modified time | relevance | path

Searched full:ppu (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/drivers/pmdomain/sunxi/
Dsun20i-ppu.c106 struct genpd_onecell_data *ppu; in sun20i_ppu_probe() local
121 ppu = devm_kzalloc(dev, sizeof(*ppu), GFP_KERNEL); in sun20i_ppu_probe()
122 if (!ppu) in sun20i_ppu_probe()
125 ppu->domains = devm_kcalloc(dev, desc->num_domains, in sun20i_ppu_probe()
126 sizeof(*ppu->domains), GFP_KERNEL); in sun20i_ppu_probe()
127 if (!ppu->domains) in sun20i_ppu_probe()
130 ppu->num_domains = desc->num_domains; in sun20i_ppu_probe()
131 platform_set_drvdata(pdev, ppu); in sun20i_ppu_probe()
149 for (unsigned int i = 0; i < ppu->num_domains; ++i) { in sun20i_ppu_probe()
164 ppu->domains[i] = &pd->genpd; in sun20i_ppu_probe()
[all …]
DKconfig4 bool "Allwinner D1 PPU power domain driver"
9 Say y to enable the PPU power domain driver. This saves power
DMakefile2 obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o
/linux-6.12.1/Documentation/devicetree/bindings/power/
Dallwinner,sun20i-d1-ppu.yaml4 $id: http://devicetree.org/schemas/power/allwinner,sun20i-d1-ppu.yaml#
7 title: Allwinner SoCs PPU power domain controller
19 - allwinner,sun20i-d1-ppu
48 ppu: power-controller@7001000 {
49 compatible = "allwinner,sun20i-d1-ppu";
/linux-6.12.1/Documentation/arch/powerpc/
Disa-versions.rst20 Cell PPU - Power ISA v2.02 with some minor exceptions
54 Cell PPU Yes
74 Cell PPU No
94 Cell PPU No
/linux-6.12.1/arch/powerpc/include/asm/
Dspu_csa.h60 * @ppu_mb: Saved PPU mailbox data.
61 * @ppuint_mb: Saved PPU interrupting mailbox data.
/linux-6.12.1/drivers/media/pci/cx18/
Dcx18-scb.h92 /* Offset where to find the start of the PPU code */
181 /* Fields for PPU: */
Dcx23418.h436 /* PPU (Presensation/Decoder) mail box is corrupted */
/linux-6.12.1/drivers/clk/sunxi-ng/
Dccu-sun20i-d1-r.c45 static SUNXI_CCU_GATE_HWS(bus_r_ppu_clk, "bus-r-ppu", &r_apb0_hw,
Dccu-sun50i-a100-r.c104 static SUNXI_CCU_GATE_DATA(r_apb1_ppu_clk, "r-apb1-ppu", clk_parent_r_apb1,
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c2058 /* configure PPU error interrupts */ in hclge_config_ppu_error_interrupts()
2100 dev_err(dev, "Invalid cmd to configure PPU error interrupts\n"); in hclge_config_ppu_error_interrupts()
2117 dev_err(dev, "fail(%d) to configure PPU MPF ECC error intr\n", in hclge_config_ppu_hw_err_int()
2126 dev_err(dev, "fail(%d) to configure PPU MPF other intr\n", ret); in hclge_config_ppu_hw_err_int()
2133 dev_err(dev, "fail(%d) to configure PPU PF error interrupts\n", in hclge_config_ppu_hw_err_int()
2339 /* log PPU(RCB) errors */ in hclge_handle_mpf_ras_error()
2453 /* log PPU(RCB) errors */ in hclge_handle_pf_ras_error()
2730 .name = "PPU",
2949 /* log PPU(RCB) MPF errors */ in hclge_handle_mpf_msix_error()
3008 /* log PPU(RCB) PF errors */ in hclge_handle_pf_msix_error()
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dphy.c3 * Marvell 88e6xxx Ethernet switch PHY and PPU support
Dglobal1.c202 * the PPU, including re-doing PHY detection and initialization in mv88e6185_g1_reset()
Dchip.h488 /* PHY Polling Unit (PPU) operations */
Dchip.c939 * ensure that the link can come up if the PPU is in use and we are in mv88e6xxx_mac_finish()
940 * in PHY mode (we treat the PPU as an effective in-band mechanism.) in mv88e6xxx_mac_finish()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3_common/
Dhclge_comm_cmd.h184 /* PPU commands */
/linux-6.12.1/arch/riscv/boot/dts/allwinner/
Dsunxi-d1s-t113.dtsi906 ppu: power-controller@7001000 { label
907 compatible = "allwinner,sun20i-d1-ppu";
/linux-6.12.1/drivers/ps3/
Dps3-lpm.c153 * use_start_stop_bookmark - Enable the PPU bookmark trace.
155 * And it enables PPU bookmark triggers ONLY if the other triggers are not set.
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c5930 .msg = "PPU poison" },