Searched refs:TF (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/mtd/nand/ |
D | omap2.c | 62 #define TF(value) (value ? 1 : 0) macro 64 #define P2048e(a) (TF(a & NAND_Ecc_P2048e) << 0) 65 #define P2048o(a) (TF(a & NAND_Ecc_P2048o) << 1) 66 #define P1e(a) (TF(a & NAND_Ecc_P1e) << 2) 67 #define P1o(a) (TF(a & NAND_Ecc_P1o) << 3) 68 #define P2e(a) (TF(a & NAND_Ecc_P2e) << 4) 69 #define P2o(a) (TF(a & NAND_Ecc_P2o) << 5) 70 #define P4e(a) (TF(a & NAND_Ecc_P4e) << 6) 71 #define P4o(a) (TF(a & NAND_Ecc_P4o) << 7) 73 #define P8e(a) (TF(a & NAND_Ecc_P8e) << 0) [all …]
|
/linux-4.4.14/fs/isofs/ |
D | rock.c | 422 if (rr->u.TF.flags & TF_CREATE) { in parse_rock_ridge_inode_internal() 424 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 428 if (rr->u.TF.flags & TF_MODIFY) { in parse_rock_ridge_inode_internal() 430 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 434 if (rr->u.TF.flags & TF_ACCESS) { in parse_rock_ridge_inode_internal() 436 iso_date(rr->u.TF.times[cnt++].time, in parse_rock_ridge_inode_internal() 440 if (rr->u.TF.flags & TF_ATTRIBUTES) { in parse_rock_ridge_inode_internal() 442 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-4.4.14/arch/metag/tbx/ |
D | tbictx.S | 189 D SETD [A0.2++],TF 357 D GETD TF,[A0.2++]
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 316 Provideo PV951 TF 333 PV-951T/TF 334 PV-951PT/TF 335 PV-956T/TF Low Profile
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 110 marks the page present, sets TF flag to achieve single stepping and exits the
|
/linux-4.4.14/drivers/iommu/ |
D | msm_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
|