Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A 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()
A Ddf_v3_6.c227 tmp = RREG32_SOC15(DF, 0, mmDF_CS_UMC_AON0_DfGlobalCtrl); in df_v3_6_query_hashes()
268 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl); in df_v3_6_enable_broadcast_mode()
270 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp); in df_v3_6_enable_broadcast_mode()
272 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, in df_v3_6_enable_broadcast_mode()
314 tmp = RREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
318 WREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
321 tmp = RREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
325 WREG32_SOC15(DF, 0, in df_v3_6_update_medium_grain_clock_gating()
340 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v3_6_get_clockgating_state()
645 hw_assert_msklo = RREG32_SOC15(DF, 0, in df_v3_6_query_ras_poison_mode()
[all …]
A Ddf_v4_3.c34 hw_assert_msklo = RREG32_SOC15(DF, 0, in df_v4_3_query_ras_poison_mode()
36 hw_assert_mskhi = RREG32_SOC15(DF, 0, in df_v4_3_query_ras_poison_mode()
/linux-6.3-rc2/Documentation/ABI/testing/
A 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 …]
/linux-6.3-rc2/fs/reiserfs/
A 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()
/linux-6.3-rc2/drivers/scsi/
A Daha1542.h15 #define DF BIT(2) /* Data In Port Full */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
A Daha1542.c133 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in()
225 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
240 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
246 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
550 if (i & DF) { in aha1542_getconfig()
655 if (i & DF) { in aha1542_query()
939 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
/linux-6.3-rc2/arch/m68k/kernel/
A Dtraps.c385 if (ssw & DF) in bus_error030()
397 if ((ssw & DF) in bus_error030()
406 if (! ((ssw & DF) && ((ssw & DFC) == USER_DATA))) { in bus_error030()
414 if (ssw & DF) { in bus_error030()
435 if (!(ssw & (FC | FB)) && !(ssw & DF)) in bus_error030()
442 if (ssw & DF) { in bus_error030()
516 if (ssw & DF) in bus_error030()
526 if (ssw & DF) { in bus_error030()
633 if ((ssw & DF) && ((addr ^ fp->un.fmtb.daddr) & PAGE_MASK) == 0) in bus_error030()
993 if (ssw & DF) in bad_super_trap()
/linux-6.3-rc2/Documentation/filesystems/
A 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.
/linux-6.3-rc2/Documentation/xtensa/
A Dmmu.rst40 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0
41 A0..BF -> A0 -> A0 -> A0 D8..DF -> 00 -> 00
/linux-6.3-rc2/Documentation/userspace-api/ioctl/
A Dioctl-number.rst157 'H' C0-DF net/bluetooth/hidp/hidp.h conflict!
158 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict!
159 'H' C0-DF net/bluetooth/bnep/bnep.h conflict!
186 'R' C0-DF net/bluetooth/rfcomm.h
195 'T' C0-DF linux/if_tun.h conflict!
310 0x89 0B-DF linux/sockios.h
/linux-6.3-rc2/arch/x86/kernel/
A Ddumpstack_64.c86 EPAGERANGE(DF),
/linux-6.3-rc2/arch/m68k/include/asm/
A Dtraps.h111 #define DF (0x0100) macro
/linux-6.3-rc2/arch/x86/mm/
A Dcpu_entry_area.c147 cea_map_stack(DF); in percpu_setup_exception_stacks()
A Dfault.c667 call_on_stack(__this_cpu_ist_top_va(DF) - sizeof(void*), in page_fault_oops()
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dtuner-cardlist.rst70 61 Tena TNF9533-D/IF/TNF9533-B/DF
/linux-6.3-rc2/Documentation/networking/
A 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.
A Dipvs-sysctl.rst208 By default, reject with FRAG_NEEDED all DF packets that exceed
/linux-6.3-rc2/include/net/
A Dip.h192 bool DF; member
203 unsigned int mtu, bool DF, struct ip_frag_state *state);
/linux-6.3-rc2/net/ipv4/
A Dip_output.c642 unsigned int ll_rs, unsigned int mtu, bool DF, in ip_frag_init() argument
647 state->DF = DF; in ip_frag_init()
732 if (state->DF) in ip_frag_next()
/linux-6.3-rc2/Documentation/trace/
A Duprobetracer.rst115 0000000000446420 g DF .text 0000000000000012 Base zfree
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-class-tpm137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
/linux-6.3-rc2/Documentation/x86/
A Dkernel-stacks.rst70 Used for interrupt 8 - Double Fault Exception (#DF).
A Dtdx.rst166 While the block is in place, any #VE is elevated to a double fault (#DF)
/linux-6.3-rc2/Documentation/gpu/amdgpu/display/
A Ddcn-overview.rst108 Initially, data is passed in from VRAM through Data Fabric (DF) in native pixel

Completed in 38 milliseconds

12