Searched full:ppu (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/drivers/pmdomain/sunxi/ |
D | sun20i-ppu.c | 106 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 …]
|
D | Kconfig | 4 bool "Allwinner D1 PPU power domain driver" 9 Say y to enable the PPU power domain driver. This saves power
|
D | Makefile | 2 obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o
|
/linux-6.12.1/Documentation/devicetree/bindings/power/ |
D | allwinner,sun20i-d1-ppu.yaml | 4 $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/ |
D | isa-versions.rst | 20 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/ |
D | spu_csa.h | 60 * @ppu_mb: Saved PPU mailbox data. 61 * @ppuint_mb: Saved PPU interrupting mailbox data.
|
/linux-6.12.1/drivers/media/pci/cx18/ |
D | cx18-scb.h | 92 /* Offset where to find the start of the PPU code */ 181 /* Fields for PPU: */
|
D | cx23418.h | 436 /* PPU (Presensation/Decoder) mail box is corrupted */
|
/linux-6.12.1/drivers/clk/sunxi-ng/ |
D | ccu-sun20i-d1-r.c | 45 static SUNXI_CCU_GATE_HWS(bus_r_ppu_clk, "bus-r-ppu", &r_apb0_hw,
|
D | ccu-sun50i-a100-r.c | 104 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/ |
D | hclge_err.c | 2058 /* 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/ |
D | phy.c | 3 * Marvell 88e6xxx Ethernet switch PHY and PPU support
|
D | global1.c | 202 * the PPU, including re-doing PHY detection and initialization in mv88e6185_g1_reset()
|
D | chip.h | 488 /* PHY Polling Unit (PPU) operations */
|
D | chip.c | 939 * 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/ |
D | hclge_comm_cmd.h | 184 /* PPU commands */
|
/linux-6.12.1/arch/riscv/boot/dts/allwinner/ |
D | sunxi-d1s-t113.dtsi | 906 ppu: power-controller@7001000 { label 907 compatible = "allwinner,sun20i-d1-ppu";
|
/linux-6.12.1/drivers/ps3/ |
D | ps3-lpm.c | 153 * 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/ |
D | hns3_enet.c | 5930 .msg = "PPU poison" },
|