Home
last modified time | relevance | path

Searched refs:mpe (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c175 struct mp_ext_system_address_space *mpe; in mp_write_address_space() local
177 mpe = (struct mp_ext_system_address_space *)mp_next_mpe_entry(mc); in mp_write_address_space()
178 mpe->mpe_type = MPE_SYSTEM_ADDRESS_SPACE; in mp_write_address_space()
179 mpe->mpe_length = sizeof(*mpe); in mp_write_address_space()
180 mpe->mpe_busid = busid; in mp_write_address_space()
181 mpe->mpe_addr_type = addr_type; in mp_write_address_space()
182 mpe->mpe_addr_base_low = addr_base_low; in mp_write_address_space()
183 mpe->mpe_addr_base_high = addr_base_high; in mp_write_address_space()
184 mpe->mpe_addr_length_low = addr_length_low; in mp_write_address_space()
185 mpe->mpe_addr_length_high = addr_length_high; in mp_write_address_space()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmpspec.h272 struct mp_ext_config *mpe) in mp_add_mpe_entry() argument
274 mc->mpe_length += mpe->mpe_length; in mp_add_mpe_entry()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpu/
H A Dnvidia,tegra20-host1x.txt22 - mpe: video encoder
25 - compatible: "nvidia,tegra<chip>-mpe"
33 - mpe
256 mpe {
257 compatible = "nvidia,tegra20-mpe";
262 reset-names = "mpe";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra20-host1x.txt26 - mpe: video encoder
29 - compatible: "nvidia,tegra<chip>-mpe"
37 - mpe
367 mpe {
368 compatible = "nvidia,tegra20-mpe";
373 reset-names = "mpe";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dtegra20.dtsi26 mpe@54040000 {
27 compatible = "nvidia,tegra20-mpe";
32 reset-names = "mpe";
H A Dtegra30.dtsi104 mpe@54040000 {
105 compatible = "nvidia,tegra30-mpe";
110 reset-names = "mpe";
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/
H A Dnvidia,tegra20-car.txt89 60 mpe
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtegra20.dtsi49 mpe@54040000 {
50 compatible = "nvidia,tegra20-mpe";
55 reset-names = "mpe";
H A Dtegra30.dtsi130 mpe@54040000 {
131 compatible = "nvidia,tegra30-mpe";
136 reset-names = "mpe";
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info1486 -m64 -m32 -mxl-compat -mno-xl-compat -mpe
23775 '-mpe'
23782 Environment does not support threads, so the '-mpe' option and the
27606 '-mpe-aligned-commons'
62926 * mpe: RS/6000 and PowerPC Options.
62928 * mpe-aligned-commons: x86 Windows Options.
H A Dgccint.info5683 Target supports '-mpe-aligned-commons'.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info1486 -m64 -m32 -mxl-compat -mno-xl-compat -mpe
23775 '-mpe'
23782 Environment does not support threads, so the '-mpe' option and the
27606 '-mpe-aligned-commons'
62926 * mpe: RS/6000 and PowerPC Options.
62928 * mpe-aligned-commons: x86 Windows Options.
H A Dgccint.info5683 Target supports '-mpe-aligned-commons'.
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS10094 M: Michael Ellerman <mpe@ellerman.id.au>