Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/f-stack/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst64 compiling platform and same gets enabled in rte_vfio.h.
66 The BCMFS PMD may be compiled natively on a Stingray platform or
67 cross-compiled on an x86 platform. For example, below commands can be executed
68 for cross compiling on x86 platform.
79 The supported platform devices should be present in the
80 */sys/bus/platform/devices/fs<version>/<dev_name>* path on the booted kernel.
81 To get BCMFS PMD executing, device node must be owned by VFIO platform module only.
87 io_device_name="vfio-platform"
88 echo $io_device_name > /sys/bus/platform/devices/${SETUP_SYSFS_DEV_NAME}/driver_override
89 echo ${SETUP_SYSFS_DEV_NAME} > /sys/bus/platform/drivers_probe
/f-stack/freebsd/contrib/libsodium/
H A Dappveyor.yml7 - platform: Win32
9 - platform: Win32
11 - platform: x64
13 - platform: x64
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmt6797-mt6351.txt5 - mediatek,platform: the phandle of MT6797 ASoC platform
13 mediatek,platform = <&afe>;
H A Dmt8173-max98090.txt6 - mediatek,platform: the phandle of MT8173 ASoC platform
13 mediatek,platform = <&afe>;
H A Dmt8173-rt5650-rt5514.txt6 - mediatek,platform: the phandle of MT8173 ASoC platform
13 mediatek,platform = <&afe>;
H A Dmt8173-rt5650-rt5676.txt7 - mediatek,platform: the phandle of MT8173 ASoC platform
14 mediatek,platform = <&afe>;
H A Dmt8183-da7219-max98357.txt7 - mediatek,platform: the phandle of MT8183 ASoC platform
18 mediatek,platform = <&afe>;
H A Dsprd-pcm.txt4 - compatible: Should be "sprd,pcm-platform".
11 audio_platform:platform@0 {
12 compatible = "sprd,pcm-platform";
H A Dmt2701-wm8960.txt5 - mediatek,platform: the phandle of MT2701 ASoC platform
15 mediatek,platform = <&afe>;
H A Dmt8183-mt6358-ts3a227-max98357.txt7 - mediatek,platform: the phandle of MT8183 ASoC platform
22 mediatek,platform = <&afe>;
H A Dmt8173-rt5650.txt7 - mediatek,platform: the phandle of MT8173 ASoC platform
25 mediatek,platform = <&afe>;
H A Dsirf-audio.txt5 - sirf,audio-platform: phandle for the platform node
36 sirf,audio-platform = <&audioport>;
H A Dqcom,sdm845.txt29 dailinks would be cpu/codec/platform dais.
47 - platform:
50 Definition: platform dai sub-node
79 platform {
H A Dqcom,apq8096.txt60 dailinks would be cpu/codec/platform dais.
78 - platform:
81 Definition: platform dai sub-node
112 platform {
H A Dmt2701-cs42448.txt5 - mediatek,platform: the phandle of MT2701 ASoC platform
18 mediatek,platform = <&afe>;
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dimx-dwmac.txt3 This file documents platform glue layer for IMX.
17 - "mem" clock is required for imx8dxl platform.
18 - "mem" clock is not required for imx8mp platform.
25 - required for imx8mp platform.
26 - is optional for imx8dxl platform.
29 - intf_mode: is optional for imx8dxl platform.
H A Dcpsw-phy-sel.txt5 - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and
6 "ti,dra7xx-cpsw-phy-sel" for dra7xx platform
7 "ti,am43xx-cpsw-phy-sel" for am43xx platform
/f-stack/freebsd/arm/arm/
H A Dplatform_if.m37 #include <machine/platform.h>
43 * @defgroup PLATFORM platform - KObj methods for ARM platform
45 * @brief A set of methods required by all platform implementations.
51 INTERFACE platform;
75 * @brief Probe for whether we are on this platform, returning the standard
84 * @brief Attach this platform module. This happens before the MMU is online,
85 * so the platform module can install its own high-priority MMU module at
102 * first byte of unusable KVA space. This allows a platform to carve out
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt39 - compatible : Should be "ti,am3352-phy-gmii-sel" for am335x platform
40 "ti,dra7xx-phy-gmii-sel" for dra7xx/am57xx platform
41 "ti,am43xx-phy-gmii-sel" for am43xx platform
42 "ti,dm814-phy-gmii-sel" for dm814x platform
43 "ti,am654-phy-gmii-sel" for AM654x/J721E platform
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dqoriq-clock.txt69 platform PLL.
87 4 platform pll n=pll/(n+1). For example, when n=1,
124 * "fsl,qoriq-platform-pll-1.0" for the platform PLL clock (v1.0)
125 * "fsl,qoriq-platform-pll-2.0" for the platform PLL clock (v2.0)
193 platform-pll: platform-pll@c00 {
196 compatible = "fsl,qoriq-platform-pll-1.0";
198 clock-output-names = "platform-pll", "platform-pll-div2";
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Ddw_hdmi.txt6 specification by itself but is meant to be referenced by platform-specific
9 When referenced from platform device tree bindings the properties defined in
10 this document are defined as follows. The platform device tree bindings are
33 is platform-specific.
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dunittest.txt1 1) OF unittest platform device
15 2) OF unittest i2c adapter platform device
17 ** platform device unittest adapter
/f-stack/dpdk/drivers/common/octeontx/
H A Docteontx_mbox.c66 uint32_t platform:12; member
298 if (app_intf_ver->platform != kernel_intf_ver.platform || in octeontx_check_mbox_version()
310 .platform = 0x01, in octeontx_mbox_init()
331 rm_intf_ver.platform, rm_intf_ver.major, in octeontx_mbox_init()
332 rm_intf_ver.minor, MBOX_INTERFACE_VERSION.platform, in octeontx_mbox_init()
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in161 if sys.platform.startswith('freebsd'):
168 elif sys.platform.startswith('linux'):
243 if sys.platform.startswith('freebsd'):
257 elif sys.platform.startswith('linux'):
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dr8a7744-iwg20d-q7-dbcm-ca.dts4 * platform with camera daughter board
15 model = "iWave Systems RZ/G1N Qseven development platform with camera add-on";

12345678910>>...17