Searched refs:TF (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/mtd/nand/ |
D | omap2.c | 56 #define TF(value) (value ? 1 : 0) macro 58 #define P2048e(a) (TF(a & NAND_Ecc_P2048e) << 0) 59 #define P2048o(a) (TF(a & NAND_Ecc_P2048o) << 1) 60 #define P1e(a) (TF(a & NAND_Ecc_P1e) << 2) 61 #define P1o(a) (TF(a & NAND_Ecc_P1o) << 3) 62 #define P2e(a) (TF(a & NAND_Ecc_P2e) << 4) 63 #define P2o(a) (TF(a & NAND_Ecc_P2o) << 5) 64 #define P4e(a) (TF(a & NAND_Ecc_P4e) << 6) 65 #define P4o(a) (TF(a & NAND_Ecc_P4o) << 7) 67 #define P8e(a) (TF(a & NAND_Ecc_P8e) << 0) [all …]
|
/linux-2.6.39/fs/isofs/ |
D | rock.c | 402 if (rr->u.TF.flags & TF_CREATE) { in parse_rock_ridge_inode_internal() 404 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 408 if (rr->u.TF.flags & TF_MODIFY) { in parse_rock_ridge_inode_internal() 410 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 414 if (rr->u.TF.flags & TF_ACCESS) { in parse_rock_ridge_inode_internal() 416 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 420 if (rr->u.TF.flags & TF_ATTRIBUTES) { in parse_rock_ridge_inode_internal() 422 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal()
|
D | rock.h | 110 struct RR_TF_s TF; member
|
/linux-2.6.39/Documentation/video4linux/bttv/ |
D | Cards | 316 Provideo PV951 TF 333 PV-951T/TF 334 PV-951PT/TF 335 PV-956T/TF Low Profile
|
/linux-2.6.39/Documentation/trace/ |
D | mmiotrace.txt | 110 marks the page present, sets TF flag to achieve single stepping and exits the
|
/linux-2.6.39/arch/arm/mach-msm/include/mach/ |
D | iommu_hw-8xxx.h | 474 #define SET_TF(b, c, v) SET_CONTEXT_FIELD(b, c, FSR, TF, v) 662 #define GET_TF(b, c) GET_CONTEXT_FIELD(b, c, FSR, TF) 1031 #define TF (TF_MASK << TF_SHIFT) macro
|