| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | omap2.c | 61 #define TF(value) (value ? 1 : 0) macro 63 #define P2048e(a) (TF(a & NAND_Ecc_P2048e) << 0) 64 #define P2048o(a) (TF(a & NAND_Ecc_P2048o) << 1) 65 #define P1e(a) (TF(a & NAND_Ecc_P1e) << 2) 66 #define P1o(a) (TF(a & NAND_Ecc_P1o) << 3) 67 #define P2e(a) (TF(a & NAND_Ecc_P2e) << 4) 68 #define P2o(a) (TF(a & NAND_Ecc_P2o) << 5) 69 #define P4e(a) (TF(a & NAND_Ecc_P4e) << 6) 70 #define P4o(a) (TF(a & NAND_Ecc_P4o) << 7) 72 #define P8e(a) (TF(a & NAND_Ecc_P8e) << 0) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | intel-speed-select.rst | 75 Intel(R) SST-TF (feature turbo-freq) is supported 271 SST-TF)). 290 "speed-select-turbo-freq" (Intel(R) SST-TF) is supported at both performance 293 The Intel(R) SST-BF and the Intel(R) SST-TF features are built on a foundation 295 The platform firmware enables this feature when Intel(R) SST-BF or Intel(R) SST-TF 508 Some features like Intel(R) SST-TF can only be enabled when CLOS based prioritization 509 is enabled. For this reason, disabling while Intel(R) SST-TF is enabled can cause 510 Intel(R) SST-TF to fail. This will cause the "disable" command to display an error 511 if Intel(R) SST-TF is already enabled. In turn, to disable, the Intel(R) SST-TF 706 Intel(R) Speed Select Technology - Turbo Frequency (Intel(R) SST-TF) [all …]
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | rock.c | 423 if (rr->u.TF.flags & TF_CREATE) { in parse_rock_ridge_inode_internal() 425 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 429 if (rr->u.TF.flags & TF_MODIFY) { in parse_rock_ridge_inode_internal() 431 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 435 if (rr->u.TF.flags & TF_ACCESS) { in parse_rock_ridge_inode_internal() 437 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 441 if (rr->u.TF.flags & TF_ATTRIBUTES) { in parse_rock_ridge_inode_internal() 443 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal()
|
| H A D | rock.h | 111 struct RR_TF_s TF; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/ |
| H A D | meta.hpp | 97 template<class expr0, class expr1, class TT, class TF, class FT, class FF> 100 typedef mpl::identity<TF> TF_Q ;
|
| /OK3568_Linux_fs/buildroot/board/qemu/arm-vexpress-tz/ |
| H A D | readme.txt | 9 The BIOS used in the QEMU host is the ARM Trusted Firmware-A (TF-A). 34 TF-A is used as QEMU BIOS. Its BL1 image boots and load its BL2 image. In turn, 41 Enable TF-A traces from LOG_LEVEL (I.e LOG_LEVEL=40) from 122 Emulation has started, TF-A has loaded OP-TEE and U-boot images in memory and
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | mtk_iommu_v1.c | 79 #define MT2701_M4U_TF_LARB(TF) (6 - (((TF) >> 13) & 0x7)) argument 80 #define MT2701_M4U_TF_PORT(TF) (((TF) >> 8) & 0xF) argument
|
| /OK3568_Linux_fs/buildroot/configs/ |
| H A D | rockpro64_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | orangepi_rk3399_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | friendlyarm_nanopc_t4_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | friendlyarm_nanopi_m4_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | friendlyarm_nanopi_neo4_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | roc_pc_rk3399_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | rock_pi_n10_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | rock_pi_4_defconfig | 11 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmw…
|
| H A D | qemu_arm_vexpress_tz_defconfig | 29 # TF-A for booting OP-TEE secure and uboot/linux non secure
|
| /OK3568_Linux_fs/u-boot/board/hisilicon/hikey/ |
| H A D | build-tf.mak | 30 @echo "Build TF for Hikey..."
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | uk-EmleyMoor | 3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/HD8�9TF/NA/0/>
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-odroidc2.dts | 255 gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En", 289 "J2 Header Pin31", "", "", "", "TF VDD En",
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | meson-gxbb-odroidc2.dts | 176 gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En", 208 "J2 Header Pin31", "", "", "", "TF VDD En",
|
| /OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/ |
| H A D | README | 78 - one TF-card connector on-board 190 b. program u-boot-with-spl-pbl.bin to micro-SD/TF card
|
| /OK3568_Linux_fs/buildroot/boot/arm-trusted-firmware/ |
| H A D | Config.in | 216 # While newer versions of TF-A support "none" as
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | mmiotrace.rst | 129 marks the page present, sets TF flag to achieve single stepping and exits the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | machmode.def | 220 by default. The names QF, HF, XF, and TF are reserved for targets
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | machmode.def | 220 by default. The names QF, HF, XF, and TF are reserved for targets
|