Home
last modified time | relevance | path

Searched refs:TF (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Domap2.c61 #define TF(value) (value ? 1 : 0) macro
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)
73 #define P8o(a) (TF(a & NAND_Ecc_P8o) << 1)
90 #define P8e_s(a) (TF(a & NAND_Ecc_P8e) << 0)
[all …]
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dintel-speed-select.rst75 Intel(R) SST-TF (feature turbo-freq) is supported
293 SST-TF)).
312 "speed-select-turbo-freq" (Intel(R) SST-TF) is supported at both performance
315 The Intel(R) SST-BF and the Intel(R) SST-TF features are built on a foundation
533 if Intel(R) SST-TF is already enabled. In turn, to disable, the Intel(R) SST-TF
728 Intel(R) Speed Select Technology - Turbo Frequency (Intel(R) SST-TF)
747 In the system under test here, Intel(R) SST-TF is supported at the base
842 Get Intel(R) SST-TF Capability argument
883 Enable Intel(R) SST-TF argument
886 To enable Intel(R) SST-TF, execute::
[all …]
/linux-6.3-rc2/fs/isofs/
A Drock.c423 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()
A Drock.h111 struct RR_TF_s TF; member
/linux-6.3-rc2/drivers/iommu/
A Dmtk_iommu_v1.c76 #define MT2701_M4U_TF_LARB(TF) (6 - (((TF) >> 13) & 0x7)) argument
77 #define MT2701_M4U_TF_PORT(TF) (((TF) >> 8) & 0xF) argument
A Dmsm_iommu_hw-8xxx.h461 #define SET_TF(b, c, v) SET_CONTEXT_FIELD(b, c, FSR, TF, v)
649 #define GET_TF(b, c) GET_CONTEXT_FIELD(b, c, FSR, TF)
1018 #define TF (TF_MASK << TF_SHIFT) macro
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/fsl/
A Dimx8m-ddrc.yaml18 switching is implemented by TF-A code which runs from a SRAM area.
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/
A Dxlnx,zynqmp-ipi-mailbox.yaml18 TF-A | |
/linux-6.3-rc2/arch/arm64/boot/dts/amlogic/
A Dmeson-gxbb-odroidc2.dts280 gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En",
314 "J2 Header Pin31", "", "", "", "TF VDD En",
/linux-6.3-rc2/Documentation/trace/
A Dmmiotrace.rst129 marks the page present, sets TF flag to achieve single stepping and exits the
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dbttv.rst816 Provideo PV951 TF,
835 - PV-951T/TF
836 - PV-951PT/TF
837 - PV-956T/TF Low Profile
/linux-6.3-rc2/net/core/
A Dfilter.c9925 #define SOCK_ADDR_STORE_NESTED_FIELD_OFF(S, NS, F, NF, SIZE, OFF, TF) \ argument
9933 offsetof(S, TF)); \
9941 offsetof(S, TF)); \
9945 TF) \ argument
9949 OFF, TF); \
9956 #define SOCK_ADDR_LOAD_OR_STORE_NESTED_FIELD(S, NS, F, NF, TF) \ argument
9958 S, NS, F, NF, BPF_FIELD_SIZEOF(NS, NF), 0, TF)

Completed in 55 milliseconds