Home
last modified time | relevance | path

Searched refs:DF (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Ddf_v1_7.c42 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl); in df_v1_7_enable_broadcast_mode()
44 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp); in df_v1_7_enable_broadcast_mode()
46 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, in df_v1_7_enable_broadcast_mode()
54 tmp = RREG32_SOC15(DF, 0, mmDF_CS_AON0_DramBaseAddress0); in df_v1_7_get_fb_channel_number()
79 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating()
82 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating()
84 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating()
87 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating()
100 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_get_clockgating_state()
108 WREG32_FIELD15(DF, 0, DF_CS_AON0_CoherentSlaveModeCtrlA0, in df_v1_7_enable_ecc_force_par_wr_rmw()
Ddf_v3_6.c43 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl); in df_v3_6_enable_broadcast_mode()
45 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp); in df_v3_6_enable_broadcast_mode()
47 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, in df_v3_6_enable_broadcast_mode()
55 tmp = RREG32_SOC15(DF, 0, mmDF_CS_UMC_AON0_DramBaseAddress0); in df_v3_6_get_fb_channel_number()
82 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v3_6_update_medium_grain_clock_gating()
85 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v3_6_update_medium_grain_clock_gating()
87 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v3_6_update_medium_grain_clock_gating()
90 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v3_6_update_medium_grain_clock_gating()
103 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v3_6_get_clockgating_state()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-logitech-lg4ff28 DF-EX --> DFP
31 DF-EX --> DFP --> G25
34 DF-EX <*> DFP <-> G25 <-> G27
35 DF-EX <*--------> G25 <-> G27
36 DF-EX <*----------------> G27
39 DF-EX <*> DFP <-> G25 <-> G27 <-> G29
40 DF-EX <*--------> G25 <-> G27 <-> G29
41 DF-EX <*----------------> G27 <-> G29
42 DF-EX <*------------------------> G29
45 DF-EX <*> DFP <-> DFGT
[all …]
/Linux-v4.19/fs/reiserfs/
Dprocfs.c57 #define DF( x ) D2C( rs -> s_v1.x ) macro
251 DF(s_blocksize), in show_on_disk_super()
252 DF(s_oid_maxsize), in show_on_disk_super()
253 DF(s_oid_cursize), in show_on_disk_super()
254 DF(s_umount_state), in show_on_disk_super()
256 DF(s_fs_state), in show_on_disk_super()
261 DF(s_tree_height), in show_on_disk_super()
262 DF(s_bmap_nr), in show_on_disk_super()
263 DF(s_version), flags, (flags & reiserfs_attrs_cleared) in show_on_disk_super()
264 ? "attrs_cleared" : "", DF(s_reserved_for_journal)); in show_on_disk_super()
/Linux-v4.19/drivers/scsi/
Daha1542.h15 #define DF BIT(2) /* Data In Port Full */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
Daha1542.c120 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in()
204 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
217 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
223 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
519 if (i & DF) { in aha1542_getconfig()
620 if (i & DF) { in aha1542_query()
870 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
/Linux-v4.19/arch/m68k/kernel/
Dtraps.c389 if (ssw & DF) in bus_error030()
401 if ((ssw & DF) in bus_error030()
410 if (! ((ssw & DF) && ((ssw & DFC) == USER_DATA))) { in bus_error030()
418 if (ssw & DF) { in bus_error030()
439 if (!(ssw & (FC | FB)) && !(ssw & DF)) in bus_error030()
446 if (ssw & DF) { in bus_error030()
520 if (ssw & DF) in bus_error030()
530 if (ssw & DF) { in bus_error030()
636 if ((ssw & DF) && ((addr ^ fp->un.fmtb.daddr) & PAGE_MASK) == 0) in bus_error030()
998 if (ssw & DF) in bad_super_trap()
/Linux-v4.19/Documentation/filesystems/
Dgfs2-glocks.txt24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
31 DF | CW (Concurrent write)
34 Thus DF is basically a shared mode which is incompatible with the "normal"
35 shared lock mode, SH. In GFS2 the DF mode is used exclusively for direct I/O
43 DF | No | Yes | No | No
48 all the modes. Only inode glocks use the DF mode for example.
/Linux-v4.19/Documentation/xtensa/
Dmmu.txt35 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0
36 A0..BF -> A0 -> A0 -> A0 D8..DF -> 00 -> 00
/Linux-v4.19/Documentation/ioctl/
Dioctl-number.txt143 'H' C0-DF net/bluetooth/hidp/hidp.h conflict!
144 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict!
145 'H' C0-DF net/bluetooth/bnep/bnep.h conflict!
173 'R' C0-DF net/bluetooth/rfcomm.h
181 'T' C0-DF linux/if_tun.h conflict!
291 0x89 0B-DF linux/sockios.h
/Linux-v4.19/arch/m68k/include/asm/
Dtraps.h111 #define DF (0x0100) macro
/Linux-v4.19/Documentation/media/v4l-drivers/
Dtuner-cardlist.rst68 61 Tena TNF9533-D/IF/TNF9533-B/DF
/Linux-v4.19/Documentation/networking/
Dsegmentation-offloads.txt116 this is IPv4 ID in the case that the DF bit is set for a given IP header.
135 not have the DF bit set.
Dipvs-sysctl.txt182 By default, reject with FRAG_NEEDED all DF packets that exceed
/Linux-v4.19/Documentation/trace/
Duprobetracer.rst107 0000000000446420 g DF .text 0000000000000012 Base zfree
/Linux-v4.19/Documentation/x86/
Dkernel-stacks64 Used for interrupt 8 - Double Fault Exception (#DF).
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-tpm137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
/Linux-v4.19/arch/x86/kvm/
Dtrace.h274 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
/Linux-v4.19/
DCREDITS89 P: 1024/85AD9EED AD C0 49 08 91 67 DF D7 FA 04 1A EE 09 E8 44 B0
118 P: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD 1E DF FE 69 EE 35 BD 74
1135 P: 1024/F81FB2E1 41 B7 E4 E6 3E D4 A6 71 6D 9C F3 9F F2 BF DF 6E
1704 S: Mexico, DF
2313 P: 4096R/92DFCE96 4FA7 9EEF FCD4 C44F C585 B8C7 C060 2241 92DF CE96
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega10_hwmgr.c903 data->mem_channels = (RREG32_SOC15(DF, 0, mmDF_CS_AON0_DramBaseAddress0) & in vega10_hwmgr_backend_init()