Searched refs:x7 (Results 451 - 475 of 812) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Den_port.h38 #define SET_PORT_GEN_ALL_VALID 0x7
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64.h212 { "x7", nullptr, 8, GPR_OFFSET(7), lldb::eEncodingUint, lldb::eFormatHex, { arm64_ehframe::x7, arm64_dwarf::x7, LLDB_REGNUM_GENERIC_ARG8, LLDB_INVALID_REGNUM, gpr_x7 }, nullptr, nullptr},
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp754 uint32_t regnum = saved_registers_locations & 0x7;
1037 uint32_t regnum = saved_registers_locations & 0x7;
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c451 switch (saved_registers_locations & 0x7)
687 switch (saved_registers_locations & 0x7)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A DIntrin.h450 _Shift &= 0x7;
455 _Shift &= 0x7;
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwind-EHABI.cpp361 RegisterRange(10, byte & 0x7), _UVRSD_DOUBLE);
402 _Unwind_VRS_Pop(context, _UVRSC_VFP, RegisterRange(8, byte & 0x7),
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dia64-opc-b.c29 #define bBtype(x) (((ia64_insn) ((x) & 0x7)) << 6)
36 #define bWhc(x) (((ia64_insn) ((x) & 0x7)) << 32)
/freebsd-11.0-release/bin/pax/
H A Dtar.c179 *pt-- = '0' + (char)(val & 0x7);
234 *pt-- = '0' + (char)(val & 0x7);
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_enc.c679 if ((iqd[2] & 0x7) > 2) {
688 if ((iqd[6] & 0x40) && (iqd[2] & 0x7) >= 2) {
/freebsd-11.0-release/sys/dev/mlx5/
H A Ddevice.h528 return (cqe->l4_hdr_type_etc >> 4) & 0x7;
1194 u8 reserved_0[0x7];
/freebsd-11.0-release/sys/dev/drm/
H A Di915_dma.c289 switch (((cmd >> 29) & 0x7)) {
496 if ((batch->start | batch->used) & 0x7) {
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c743 cp[15] = (ee->ee_biasCurrents >> 4) & 0x7;
744 cp[16] = ee->ee_biasCurrents & 0x7;
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_lna_div.c669 pdiv_ant_conf->fast_div_bias = 0x7;
675 pdiv_ant_conf->fast_div_bias = 0x7;
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_clocks.c88 post_div = RREG32_PLL(RADEON_MCLK_CNTL) & 0x7;
431 tmp |= (0x7 << RADEON_SPLL_PVG_SHIFT);
H A Dradeon_legacy_tv.c898 *htotal_cntl = (const_ptr->hor_total & 0x7) | RADEON_HTOT_CNTL_VGA_EN;
918 *htotal2_cntl = (const_ptr->hor_total & 0x7);
H A Dr600_cs.c414 height &= ~0x7;
605 height &= ~0x7;
1002 if ((wait_reg_mem_info & 0x7) != 0x3) {
1788 pred_op = (tmp >> 16) & 0x7;
2320 if (offset & 0x7) {
/freebsd-11.0-release/sys/dev/cas/
H A Dif_casreg.h259 #define CAS_DESC_4K 0x7 /* 4k descriptors */
370 #define CAS_RX_CONF_COMP_16K 0x7 /* 16k descriptors */
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsproto.h647 #define nfsv2tov_type(a) newnv2tov_type[fxdr_unsigned(u_int32_t,(a))&0x7]
648 #define nfsv34tov_type(a) nv34tov_type[fxdr_unsigned(u_int32_t,(a))&0x7]
/freebsd-11.0-release/sys/dev/sound/pci/
H A Dsolo.c971 port_wr(sc->io, 0x7, 0xb0, 1); /* enable irqs */
999 port_wr(sc->io, 0x7, 0xb0, 1); /* enable irqs */
/freebsd-11.0-release/sys/dev/syscons/
H A Dscmouse.c690 mouse->u.data.buttons = swapb[old_mouse->u.data.buttons & 0x7];
695 old_mouse->u.data.buttons = swapb[scp->mouse_buttons & 0x7];
/freebsd-11.0-release/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c950 switch (clksel & 0x7) {
967 case 0x7:
/freebsd-11.0-release/sys/x86/x86/
H A Dmp_x86.c259 level = (p[0] >> 5) & 0x7;
410 level = (p[0] >> 5) & 0x7;
/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c410 addr |= (func & 0x7) << 8;
448 addr |= (func & 0x7) << 8;
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dtask_switch.c96 #define SEL_START(sel) (((sel) & ~0x7))
97 #define SEL_LIMIT(sel) (((sel) | 0x7))
/freebsd-11.0-release/sys/dev/ral/
H A Drt2560.c1037 (flags >> 5) & 0x7);
2441 sc->rf_rev = (val >> 11) & 0x7;
2443 sc->led_mode = (val >> 6) & 0x7;
2556 tmp |= (tx & 0x7) << 16 | (tx & 0x7);

Completed in 242 milliseconds

<<11121314151617181920>>