/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | df_v1_7.c | 49 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() 88 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating() 91 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating() 93 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating() 96 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating() 109 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_get_clockgating_state() 117 WREG32_FIELD15(DF, 0, DF_CS_AON0_CoherentSlaveModeCtrlA0, in df_v1_7_enable_ecc_force_par_wr_rmw()
|
H A D | df_v3_6.c | 227 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 …]
|
H A D | df_v4_3.c | 34 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()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-logitech-lg4ff | 32 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 …]
|
/openbmc/linux/fs/reiserfs/ |
H A D | procfs.c | 58 #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()
|
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 68 DF = 0x20, enumerator 356 assert_bit_clear(qpci_io_readb(dev, ide_bar, reg_status), DF | ERR); in test_bmdma_simple_rw() 634 assert_bit_clear(data, BSY | DF | ERR); in test_identify() 641 assert_bit_clear(data, BSY | DF | ERR | DRQ); in test_identify() 756 assert_bit_clear(data, DF | ERR | DRQ); in test_flush() 770 assert_bit_clear(data, BSY | DF | ERR | DRQ); in test_flush() 804 assert_bit_clear(data, DF | ERR | DRQ); in test_pci_retry_flush() 820 assert_bit_clear(data, BSY | DF | ERR | DRQ); in test_pci_retry_flush() 988 assert_bit_clear(data, ERR | DF | BSY); in cdrom_pio_impl() 1011 assert_bit_clear(data, ERR | DF | BSY); in cdrom_pio_impl() [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | aha1542.h | 15 #define DF BIT(2) /* Data In Port Full */ macro 18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
|
H A D | aha1542.c | 133 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() 940 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | traps.c | 385 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()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 26 namely shared (SH), deferred (DF) and exclusive (EX). Those translate 34 DF CW (Concurrent write) 38 Thus DF is basically a shared mode which is incompatible with the "normal" 39 shared lock mode, SH. In GFS2 the DF mode is used exclusively for direct I/O 48 DF No Yes No No 54 all the modes. Only inode glocks use the DF mode for example.
|
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/ |
H A D | wiper.sh-fix-stat-path.patch | 29 DF=`find_prog /bin/df` || exit 1
|
/openbmc/linux/Documentation/arch/xtensa/ |
H A D | mmu.rst | 40 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0 41 A0..BF -> A0 -> A0 -> A0 D8..DF -> 00 -> 00
|
/openbmc/linux/arch/x86/kernel/ |
H A D | dumpstack_64.c | 86 EPAGERANGE(DF),
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 157 '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! 187 'R' C0-DF net/bluetooth/rfcomm.h 196 'T' C0-DF linux/if_tun.h conflict! 310 0x89 0B-DF linux/sockios.h
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | traps.h | 111 #define DF (0x0100) macro
|
/openbmc/linux/arch/x86/mm/ |
H A D | cpu_entry_area.c | 154 cea_map_stack(DF); in percpu_setup_exception_stacks()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | tuner-cardlist.rst | 70 61 Tena TNF9533-D/IF/TNF9533-B/DF
|
/openbmc/linux/Documentation/networking/ |
H A D | segmentation-offloads.rst | 128 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.
|
/openbmc/docs/security/ |
H A D | TLS-configuration.md | 249 ED:FF:80:A7:F8:DA:99:7F:94:35:95:F0:92:74:1A:55:CD:DF:BA:FE 251 keyid:ED:FF:80:A7:F8:DA:99:7F:94:35:95:F0:92:74:1A:55:CD:DF:BA:FE 288 keyid:ED:FF:80:A7:F8:DA:99:7F:94:35:95:F0:92:74:1A:55:CD:DF:BA:FE
|
/openbmc/linux/net/ipv4/ |
H A D | ip_output.c | 645 unsigned int ll_rs, unsigned int mtu, bool DF, in ip_frag_init() argument 650 state->DF = DF; in ip_frag_init() 735 if (state->DF) in ip_frag_next()
|
/openbmc/linux/include/net/ |
H A D | ip.h | 195 bool DF; member 206 unsigned int mtu, bool DF, struct ip_frag_state *state);
|
/openbmc/linux/Documentation/trace/ |
H A D | uprobetracer.rst | 115 0000000000446420 g DF .text 0000000000000012 Base zfree
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | kernel-stacks.rst | 70 Used for interrupt 8 - Double Fault Exception (#DF).
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-tpm | 137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 1528 #define TEST_STRING1(OP, size, DF, REP)\ argument 1539 DF "\n\t"\
|