Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H 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()
H A 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H 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 …]
/OK3568_Linux_fs/kernel/fs/reiserfs/
H 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c41 #define DF (1 << 10) macro
106 X86_FLAGS & DF, is_rep ? LWECX : 1); in vm86_GP_fault()
117 X86_EFLAGS & DF, is_rep ? LWECX : 1); in vm86_GP_fault()
121 X86_FLAGS & DF, is_rep ? LWECX : 1); in vm86_GP_fault()
133 X86_FLAGS & DF, is_rep ? LWECX : 1); in vm86_GP_fault()
145 X86_EFLAGS & DF, is_rep ? LWECX : 1); in vm86_GP_fault()
149 X86_FLAGS & DF, is_rep ? LWECX : 1); in vm86_GP_fault()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A 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()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha1542.h15 #define DF BIT(2) /* Data In Port Full */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
H A 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()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H 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.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588s-evb2-lp5.dtsi216 29 00 0D B3 03 86 03 9A 03 AF 03 DF 03 F5 03 F7
221 29 00 0D B7 03 86 03 9A 03 AF 03 DF 03 F5 03 F7
226 29 00 0D BB 03 86 03 9A 03 AF 03 DF 03 F5 03 F7
351 29 00 02 DF 05
H A Drk3588-evb3-lp5.dtsi341 29 00 0D B3 03 86 03 9A 03 AF 03 DF 03 F5 03 F7
346 29 00 0D B7 03 86 03 9A 03 AF 03 DF 03 F5 03 F7
351 29 00 0D BB 03 86 03 9A 03 AF 03 DF 03 F5 03 F7
476 29 00 02 DF 05
H A Drk3568-evb6-ddr3-v10-rk628-rgb2dsi.dts244 23 00 02 DF 35
H A Drk3588s-evb.dtsi383 23 00 02 DF 35
715 23 00 02 DF 35
/OK3568_Linux_fs/kernel/Documentation/xtensa/
H A Dmmu.rst40 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0
41 A0..BF -> A0 -> A0 -> A0 D8..DF -> 00 -> 00
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A 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
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/hdparm/hdparm/
H A Dwiper.sh-fix-stat-path.patch29 DF=`find_prog /bin/df` || exit 1
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddumpstack_64.c80 EPAGERANGE(DF),
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dtraps.h111 #define DF (0x0100) macro
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dcpu_entry_area.c109 cea_map_stack(DF); in percpu_setup_exception_stacks()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dtuner-cardlist.rst70 61 Tena TNF9533-D/IF/TNF9533-B/DF
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dga_IE103 "MF<U00F3>mh";"DF<U00F3>mh";/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dga_IE103 "MF<U00F3>mh";"DF<U00F3>mh";/
/OK3568_Linux_fs/kernel/Documentation/networking/
H 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.
/OK3568_Linux_fs/kernel/net/ipv4/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmachmode.def219 /* Basic floating point modes. SF and DF are the only modes provided
227 FLOAT_MODE (DF, 8, ieee_double_format);

123