Searched full:disp2 (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/arch/s390/kvm/ |
D | kvm-s390.h | 133 u32 disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in kvm_s390_get_base_disp_s() local 138 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_s() 163 u32 disp2 = vcpu->arch.sie_block->ipb & 0x0fff; in kvm_s390_get_base_disp_sse() local 166 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse() 185 u32 disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16) + in kvm_s390_get_base_disp_rsy() local 188 if (disp2 & 0x80000) in kvm_s390_get_base_disp_rsy() 189 disp2+=0xfff00000; in kvm_s390_get_base_disp_rsy() 194 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + (long)(int)disp2; in kvm_s390_get_base_disp_rsy() 200 u32 disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in kvm_s390_get_base_disp_rs() local 205 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_rs()
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/imx/ |
D | fsl,imx8mp-media-blk-ctrl.yaml | 69 - const: disp2 127 clock-names = "apb", "axi", "cam1", "cam2", "disp1", "disp2",
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | ste-hrefv60plus.dtsi | 352 * Drive DISP1 reset high (not reset), driver DISP2 reset low (reset)
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx51-babbage.dts | 84 display2: disp2 {
|
/linux-6.12.1/drivers/clk/tegra/ |
D | clk-tegra-periph.c | 732 …NODIV("disp2", mux_pllp_pllm_plld_plla_pllc_plld2_clkm, CLK_SOURCE_DISP2, 29, 7, 26, 0, tegra_clk_… 733 NODIV("disp2", mux_pllp_plld_plld2_clkm, CLK_SOURCE_DISP2, 29, 7, 26, 0, tegra_clk_disp2_8, NULL),
|
D | clk-tegra20.c | 780 …TEGRA_INIT_DATA_NODIV("disp2", mux_pllpdc_clkm, CLK_SOURCE_DISP2, 30, 2, 26, 0, TEGRA20_CLK_DISP2…
|
/linux-6.12.1/drivers/pmdomain/imx/ |
D | imx8m-blk-ctrl.c | 757 .clk_names = (const char *[]){ "disp2", "apb", "axi", },
|
/linux-6.12.1/arch/arm/boot/dts/nvidia/ |
D | tegra20-peripherals-opp.dtsi | 525 disp2_dvfs_opp_table: opp-table-disp2 {
|
D | tegra30-peripherals-opp.dtsi | 1049 disp2_dvfs_opp_table: opp-table-disp2 {
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mp.dtsi | 1914 "disp1", "disp2", "isp", "phy";
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | r100.c | 3637 /* attempt to program RS400 disp2 regs correctly ??? */ in r100_bandwidth_update()
|