| /kernel/linux/linux-6.6/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 | Makefile | 2 obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o
|
| /kernel/linux/linux-6.6/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";
|
| /kernel/linux/linux-5.10/Documentation/powerpc/ |
| D | isa-versions.rst | 16 Cell PPU - Power ISA v2.02 with some minor exceptions 42 Cell PPU Yes 58 Cell PPU No 74 Cell PPU No
|
| /kernel/linux/linux-6.6/Documentation/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
|
| /kernel/linux/linux-6.6/drivers/soc/sunxi/ |
| D | Kconfig | 24 bool "Allwinner D1 PPU power domain driver" 29 Say y to enable the PPU power domain driver. This saves power
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | spu_csa.h | 60 * @ppu_mb: Saved PPU mailbox data. 61 * @ppuint_mb: Saved PPU interrupting mailbox data.
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | spu_csa.h | 60 * @ppu_mb: Saved PPU mailbox data. 61 * @ppuint_mb: Saved PPU interrupting mailbox data.
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
| D | cx18-scb.h | 92 /* Offset where to find the start of the PPU code */ 181 /* Fields for PPU: */
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
| D | cx18-scb.h | 92 /* Offset where to find the start of the PPU code */ 181 /* Fields for PPU: */
|
| /kernel/linux/linux-5.10/arch/powerpc/oprofile/ |
| D | common.c | 134 * bit 0 - Supports SPU event profiling in addition to PPU in op_powerpc_create_files() 139 * cycle profiling, PPU event and cycle profiling. in op_powerpc_create_files()
|
| D | op_model_cell.c | 54 #define CBE_COUNT_ALL_CYCLES 0x42800000 /* PPU cycle event specifier */ 690 * For all events except PPU CYCLEs, each node will need to make in cell_reg_setup_spu_events() 852 * For all events except PPU CYCLEs, each node will need to make in cell_reg_setup() 1467 * last value written. We just hope the PPU has nothing better to do then
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_err.c | 931 /* configure PPU error interrupts */ in hclge_config_ppu_error_interrupts() 973 dev_err(dev, "Invalid cmd to configure PPU error interrupts\n"); in hclge_config_ppu_error_interrupts() 990 dev_err(dev, "fail(%d) to configure PPU MPF ECC error intr\n", in hclge_config_ppu_hw_err_int() 999 dev_err(dev, "fail(%d) to configure PPU MPF other intr\n", ret); in hclge_config_ppu_hw_err_int() 1006 dev_err(dev, "fail(%d) to configure PPU PF error interrupts\n", in hclge_config_ppu_hw_err_int() 1212 /* log PPU(RCB) errors */ in hclge_handle_mpf_ras_error() 1326 /* log PPU(RCB) errors */ in hclge_handle_pf_ras_error() 1603 .msk = BIT(3), .name = "PPU", 1805 /* log PPU(RCB) MPF errors */ in hclge_handle_mpf_msix_error() 1864 /* log PPU(RCB) PF errors */ in hclge_handle_pf_msix_error()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_err.c | 1635 /* configure PPU error interrupts */ in hclge_config_ppu_error_interrupts() 1677 dev_err(dev, "Invalid cmd to configure PPU error interrupts\n"); in hclge_config_ppu_error_interrupts() 1694 dev_err(dev, "fail(%d) to configure PPU MPF ECC error intr\n", in hclge_config_ppu_hw_err_int() 1703 dev_err(dev, "fail(%d) to configure PPU MPF other intr\n", ret); in hclge_config_ppu_hw_err_int() 1710 dev_err(dev, "fail(%d) to configure PPU PF error interrupts\n", in hclge_config_ppu_hw_err_int() 1916 /* log PPU(RCB) errors */ in hclge_handle_mpf_ras_error() 2030 /* log PPU(RCB) errors */ in hclge_handle_pf_ras_error() 2307 .name = "PPU", 2526 /* log PPU(RCB) MPF errors */ in hclge_handle_mpf_msix_error() 2585 /* log PPU(RCB) PF errors */ in hclge_handle_pf_msix_error()
|
| /kernel/linux/linux-6.6/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,
|
| /kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
| D | phy.c | 3 * Marvell 88e6xxx Ethernet switch PHY and PPU support
|
| D | global1.c | 113 * the PPU, including re-doing PHY detection and initialization in mv88e6185_g1_reset()
|
| /kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
| D | ccu-sun50i-a100-r.c | 105 static SUNXI_CCU_GATE_DATA(r_apb1_ppu_clk, "r-apb1-ppu", clk_parent_r_apb1,
|
| /kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
| D | phy.c | 3 * Marvell 88e6xxx Ethernet switch PHY and PPU support
|
| D | global1.c | 113 * the PPU, including re-doing PHY detection and initialization in mv88e6185_g1_reset()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
| D | hclge_comm_cmd.h | 182 /* PPU commands */
|
| /kernel/linux/linux-6.6/arch/riscv/boot/dts/allwinner/ |
| D | sunxi-d1s-t113.dtsi | 895 ppu: power-controller@7001000 { label 896 compatible = "allwinner,sun20i-d1-ppu";
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|