/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.h | 115 u32 disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in kvm_s390_get_base_disp_s() local 120 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_s() 145 u32 disp2 = vcpu->arch.sie_block->ipb & 0x0fff; in kvm_s390_get_base_disp_sse() local 148 *address2 = (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_sse() 167 u32 disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16) + in kvm_s390_get_base_disp_rsy() local 170 if (disp2 & 0x80000) in kvm_s390_get_base_disp_rsy() 171 disp2+=0xfff00000; in kvm_s390_get_base_disp_rsy() 176 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + (long)(int)disp2; in kvm_s390_get_base_disp_rsy() 182 u32 disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); in kvm_s390_get_base_disp_rs() local 187 return (base2 ? vcpu->run->s.regs.gprs[base2] : 0) + disp2; in kvm_s390_get_base_disp_rs()
|
/openbmc/linux/Documentation/devicetree/bindings/soc/imx/ |
H A D | fsl,imx8mp-media-blk-ctrl.yaml | 69 - const: disp2 127 clock-names = "apb", "axi", "cam1", "cam2", "disp1", "disp2",
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | nvidia,tegra20-car.txt | 54 26 disp2
|
/openbmc/linux/include/linux/dma/ |
H A D | ipu-dma.h | 116 DISP2, enumerator
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1266 uint32_t disp2 = ((run->s390_sieic.ipb & 0x0fff0000) >> 16) + in get_base_disp_rxy() local 1269 if (disp2 & 0x80000) { in get_base_disp_rxy() 1270 disp2 += 0xfff00000; in get_base_disp_rxy() 1277 (x2 ? env->regs[x2] : 0) + (long)(int)disp2; in get_base_disp_rxy() 1285 uint32_t disp2 = ((run->s390_sieic.ipb & 0x0fff0000) >> 16) + in get_base_disp_rsy() local 1288 if (disp2 & 0x80000) { in get_base_disp_rsy() 1289 disp2 += 0xfff00000; in get_base_disp_rsy() 1295 return (base2 ? env->regs[base2] : 0) + (long)(int)disp2; in get_base_disp_rsy()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-hrefv60plus.dtsi | 353 * Drive DISP1 reset high (not reset), driver DISP2 reset low (reset)
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx51-babbage.dts | 84 display2: disp2 {
|
/openbmc/linux/drivers/clk/tegra/ |
H A 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),
|
H A D | clk-tegra20.c | 780 …TEGRA_INIT_DATA_NODIV("disp2", mux_pllpdc_clkm, CLK_SOURCE_DISP2, 30, 2, 26, 0, TEGRA20_CLK_DISP2…
|
/openbmc/linux/drivers/pmdomain/imx/ |
H A D | imx8m-blk-ctrl.c | 756 .clk_names = (const char *[]){ "disp2", "apb", "axi", },
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-peripherals-opp.dtsi | 525 disp2_dvfs_opp_table: opp-table-disp2 {
|
H A D | tegra30-peripherals-opp.dtsi | 1049 disp2_dvfs_opp_table: opp-table-disp2 {
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp.dtsi | 1777 "disp1", "disp2", "isp", "phy";
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r100.c | 3636 /* attempt to program RS400 disp2 regs correctly ??? */ in r100_bandwidth_update()
|