Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Ddf_v1_7.c49 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl); in df_v1_7_enable_broadcast_mode()
51 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp); in df_v1_7_enable_broadcast_mode()
53 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, in df_v1_7_enable_broadcast_mode()
61 tmp = RREG32_SOC15(DF, 0, mmDF_CS_AON0_DramBaseAddress0); in df_v1_7_get_fb_channel_number()
86 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating()
89 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating()
91 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating()
94 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating()
107 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_get_clockgating_state()
115 WREG32_FIELD15(DF, 0, DF_CS_AON0_CoherentSlaveModeCtrlA0, in df_v1_7_enable_ecc_force_par_wr_rmw()
Ddf_v3_6.c281 tmp = RREG32_SOC15(DF, 0, mmDF_CS_UMC_AON0_DfGlobalCtrl); in df_v3_6_query_hashes()
322 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl); in df_v3_6_enable_broadcast_mode()
324 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp); in df_v3_6_enable_broadcast_mode()
326 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, in df_v3_6_enable_broadcast_mode()
334 tmp = RREG32_SOC15(DF, 0, mmDF_CS_UMC_AON0_DramBaseAddress0); in df_v3_6_get_fb_channel_number()
362 tmp = RREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
366 WREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
369 tmp = RREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
373 WREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
388 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v3_6_get_clockgating_state()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-hid-logitech-lg4ff32 DF-EX --> DFP
36 DF-EX --> DFP --> G25
40 DF-EX <*> DFP <-> G25 <-> G27
41 DF-EX <*--------> G25 <-> G27
42 DF-EX <*----------------> G27
46 DF-EX <*> DFP <-> G25 <-> G27 <-> G29
47 DF-EX <*--------> G25 <-> G27 <-> G29
48 DF-EX <*----------------> G27 <-> G29
49 DF-EX <*------------------------> G29
53 DF-EX <*> DFP <-> DFGT
[all …]
/kernel/linux/linux-5.10/fs/reiserfs/
Dprocfs.c58 #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()
/kernel/linux/linux-5.10/drivers/scsi/
Daha1542.h15 #define DF BIT(2) /* Data In Port Full */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
Daha1542.c128 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in()
212 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
225 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
231 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
546 if (i & DF) { in aha1542_getconfig()
647 if (i & DF) { in aha1542_query()
927 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dtraps.c388 if (ssw & DF) in bus_error030()
400 if ((ssw & DF) in bus_error030()
409 if (! ((ssw & DF) && ((ssw & DFC) == USER_DATA))) { in bus_error030()
417 if (ssw & DF) { in bus_error030()
438 if (!(ssw & (FC | FB)) && !(ssw & DF)) in bus_error030()
445 if (ssw & DF) { in bus_error030()
519 if (ssw & DF) in bus_error030()
529 if (ssw & DF) { in bus_error030()
635 if ((ssw & DF) && ((addr ^ fp->un.fmtb.daddr) & PAGE_MASK) == 0) in bus_error030()
995 if (ssw & DF) in bad_super_trap()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dgfs2-glocks.rst27 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
35 DF CW (Concurrent write)
39 Thus DF is basically a shared mode which is incompatible with the "normal"
40 shared lock mode, SH. In GFS2 the DF mode is used exclusively for direct I/O
49 DF No Yes No No
55 all the modes. Only inode glocks use the DF mode for example.
/kernel/linux/linux-5.10/Documentation/xtensa/
Dmmu.rst40 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0
41 A0..BF -> A0 -> A0 -> A0 D8..DF -> 00 -> 00
/kernel/linux/linux-5.10/arch/x86/kernel/
Ddumpstack_64.c80 EPAGERANGE(DF),
/kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/
Dioctl-number.rst152 'H' C0-DF net/bluetooth/hidp/hidp.h conflict!
153 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict!
154 'H' C0-DF net/bluetooth/bnep/bnep.h conflict!
182 'R' C0-DF net/bluetooth/rfcomm.h
190 'T' C0-DF linux/if_tun.h conflict!
304 0x89 0B-DF linux/sockios.h
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dtraps.h111 #define DF (0x0100) macro
/kernel/linux/linux-5.10/arch/x86/mm/
Dcpu_entry_area.c152 cea_map_stack(DF); in percpu_setup_exception_stacks()
Dfault.c689 unsigned long stack = __this_cpu_ist_top_va(DF) - sizeof(void *); in no_context()
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dtuner-cardlist.rst70 61 Tena TNF9533-D/IF/TNF9533-B/DF
/kernel/linux/linux-5.10/Documentation/networking/
Dsegmentation-offloads.rst128 this is IPv4 ID in the case that the DF bit is set for a given IP header.
148 not have the DF bit set.
Dipvs-sysctl.rst188 By default, reject with FRAG_NEEDED all DF packets that exceed
/kernel/linux/linux-5.10/include/net/
Dip.h190 bool DF; member
201 unsigned int mtu, bool DF, struct ip_frag_state *state);
/kernel/linux/linux-5.10/net/ipv4/
Dip_output.c650 unsigned int ll_rs, unsigned int mtu, bool DF, in ip_frag_init() argument
655 state->DF = DF; in ip_frag_init()
741 if (state->DF) in ip_frag_next()
/kernel/linux/linux-5.10/Documentation/trace/
Duprobetracer.rst115 0000000000446420 g DF .text 0000000000000012 Base zfree
/kernel/linux/linux-5.10/Documentation/x86/
Dkernel-stacks.rst70 Used for interrupt 8 - Double Fault Exception (#DF).
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-class-tpm137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
/kernel/linux/linux-5.10/
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
1154 P: 1024/F81FB2E1 41 B7 E4 E6 3E D4 A6 71 6D 9C F3 9F F2 BF DF 6E
1727 S: Mexico, DF
1900 P: 4096R/5AB387D3 F208 2B88 0F9E 4239 3468 6E3F 5003 98DF 5AB3 87D3
2363 P: 4096R/92DFCE96 4FA7 9EEF FCD4 C44F C585 B8C7 C060 2241 92DF CE96
/kernel/linux/linux-5.10/arch/x86/kvm/
Dtrace.h300 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c1977 tss->x86_tss.ist[IST_INDEX_DF] = __this_cpu_ist_top_va(DF); in tss_setup_ist()

12