Symbol: TF
drivers/iommu/msm_iommu_hw-8xxx.h
461
#define SET_TF(b, c, v) SET_CONTEXT_FIELD(b, c, FSR, TF, v)
drivers/iommu/msm_iommu_hw-8xxx.h
649
#define GET_TF(b, c) GET_CONTEXT_FIELD(b, c, FSR, TF)
drivers/iommu/mtk_iommu_v1.c
86
#define MT2701_M4U_TF_LARB(TF) (6 - (((TF) >> 13) & 0x7))
drivers/iommu/mtk_iommu_v1.c
87
#define MT2701_M4U_TF_PORT(TF) (((TF) >> 8) & 0xF)
drivers/mtd/nand/raw/omap2.c
100
#define P4o_s(a) (TF(a & NAND_Ecc_P4o) << 1)
drivers/mtd/nand/raw/omap2.c
63
#define P2048e(a) (TF(a & NAND_Ecc_P2048e) << 0)
drivers/mtd/nand/raw/omap2.c
64
#define P2048o(a) (TF(a & NAND_Ecc_P2048o) << 1)
drivers/mtd/nand/raw/omap2.c
65
#define P1e(a) (TF(a & NAND_Ecc_P1e) << 2)
drivers/mtd/nand/raw/omap2.c
66
#define P1o(a) (TF(a & NAND_Ecc_P1o) << 3)
drivers/mtd/nand/raw/omap2.c
67
#define P2e(a) (TF(a & NAND_Ecc_P2e) << 4)
drivers/mtd/nand/raw/omap2.c
68
#define P2o(a) (TF(a & NAND_Ecc_P2o) << 5)
drivers/mtd/nand/raw/omap2.c
69
#define P4e(a) (TF(a & NAND_Ecc_P4e) << 6)
drivers/mtd/nand/raw/omap2.c
70
#define P4o(a) (TF(a & NAND_Ecc_P4o) << 7)
drivers/mtd/nand/raw/omap2.c
72
#define P8e(a) (TF(a & NAND_Ecc_P8e) << 0)
drivers/mtd/nand/raw/omap2.c
73
#define P8o(a) (TF(a & NAND_Ecc_P8o) << 1)
drivers/mtd/nand/raw/omap2.c
74
#define P16e(a) (TF(a & NAND_Ecc_P16e) << 2)
drivers/mtd/nand/raw/omap2.c
75
#define P16o(a) (TF(a & NAND_Ecc_P16o) << 3)
drivers/mtd/nand/raw/omap2.c
76
#define P32e(a) (TF(a & NAND_Ecc_P32e) << 4)
drivers/mtd/nand/raw/omap2.c
77
#define P32o(a) (TF(a & NAND_Ecc_P32o) << 5)
drivers/mtd/nand/raw/omap2.c
78
#define P64e(a) (TF(a & NAND_Ecc_P64e) << 6)
drivers/mtd/nand/raw/omap2.c
79
#define P64o(a) (TF(a & NAND_Ecc_P64o) << 7)
drivers/mtd/nand/raw/omap2.c
81
#define P128e(a) (TF(a & NAND_Ecc_P128e) << 0)
drivers/mtd/nand/raw/omap2.c
82
#define P128o(a) (TF(a & NAND_Ecc_P128o) << 1)
drivers/mtd/nand/raw/omap2.c
83
#define P256e(a) (TF(a & NAND_Ecc_P256e) << 2)
drivers/mtd/nand/raw/omap2.c
84
#define P256o(a) (TF(a & NAND_Ecc_P256o) << 3)
drivers/mtd/nand/raw/omap2.c
85
#define P512e(a) (TF(a & NAND_Ecc_P512e) << 4)
drivers/mtd/nand/raw/omap2.c
86
#define P512o(a) (TF(a & NAND_Ecc_P512o) << 5)
drivers/mtd/nand/raw/omap2.c
87
#define P1024e(a) (TF(a & NAND_Ecc_P1024e) << 6)
drivers/mtd/nand/raw/omap2.c
88
#define P1024o(a) (TF(a & NAND_Ecc_P1024o) << 7)
drivers/mtd/nand/raw/omap2.c
90
#define P8e_s(a) (TF(a & NAND_Ecc_P8e) << 0)
drivers/mtd/nand/raw/omap2.c
91
#define P8o_s(a) (TF(a & NAND_Ecc_P8o) << 1)
drivers/mtd/nand/raw/omap2.c
92
#define P16e_s(a) (TF(a & NAND_Ecc_P16e) << 2)
drivers/mtd/nand/raw/omap2.c
93
#define P16o_s(a) (TF(a & NAND_Ecc_P16o) << 3)
drivers/mtd/nand/raw/omap2.c
94
#define P1e_s(a) (TF(a & NAND_Ecc_P1e) << 4)
drivers/mtd/nand/raw/omap2.c
95
#define P1o_s(a) (TF(a & NAND_Ecc_P1o) << 5)
drivers/mtd/nand/raw/omap2.c
96
#define P2e_s(a) (TF(a & NAND_Ecc_P2e) << 6)
drivers/mtd/nand/raw/omap2.c
97
#define P2o_s(a) (TF(a & NAND_Ecc_P2o) << 7)
drivers/mtd/nand/raw/omap2.c
99
#define P4e_s(a) (TF(a & NAND_Ecc_P4e) << 0)
fs/isofs/rock.c
418
flags = rr->u.TF.flags & TF_LONG_FORM ? ISO_DATE_LONG_FORM : 0;
fs/isofs/rock.c
419
size = rr->u.TF.flags & TF_LONG_FORM ? 17 : 7;
fs/isofs/rock.c
428
if ((rr->u.TF.flags & TF_CREATE) && size <= slen) {
fs/isofs/rock.c
430
iso_date(rr->u.TF.data + size * cnt++, flags));
fs/isofs/rock.c
433
if ((rr->u.TF.flags & TF_MODIFY) && size <= slen) {
fs/isofs/rock.c
435
iso_date(rr->u.TF.data + size * cnt++, flags));
fs/isofs/rock.c
438
if ((rr->u.TF.flags & TF_ACCESS) && size <= slen) {
fs/isofs/rock.c
440
iso_date(rr->u.TF.data + size * cnt++, flags));
fs/isofs/rock.c
443
if ((rr->u.TF.flags & TF_ATTRIBUTES) && size <= slen) {
fs/isofs/rock.c
445
iso_date(rr->u.TF.data + size * cnt++, flags));
fs/isofs/rock.h
107
struct RR_TF_s TF;
net/core/filter.c
10416
#define SOCK_ADDR_STORE_NESTED_FIELD_OFF(S, NS, F, NF, SIZE, OFF, TF) \
net/core/filter.c
10424
offsetof(S, TF)); \
net/core/filter.c
10434
offsetof(S, TF)); \
net/core/filter.c
10438
TF) \
net/core/filter.c
10442
OFF, TF); \