Searched refs:x7 (Results 701 - 725 of 833) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c330 sp->_sysmouse_new_buttons = the_mouse.u.data.buttons & 0x7;
/freebsd-13-stable/sys/vm/
H A Dvm_mmap.c482 prot = cvtbsdprot[uap->prot & 0x7];
/freebsd-13-stable/sys/dev/tws/
H A Dtws_cam.c393 event.severity = sense->status_block.res__severity & 0x7;
/freebsd-13-stable/sys/dev/sk/
H A Dif_skreg.h65 #define SK_YUKON_LITE_REV_A3 0x7
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhda_reg.h950 #define HDA_PARAM_AUDIO_WIDGET_CAP_TYPE_BEEP_WIDGET 0x7
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h767 #define SET_PORT_GEN_ALL_VALID 0x7
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c74 if (((p_Dtsec->p_DtsecDriverParam)->tx_preamble || (p_Dtsec->p_DtsecDriverParam)->rx_preamble) &&( (p_Dtsec->p_DtsecDriverParam)->preamble_len != 0x7))
75 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("Preamble length should be 0x7 bytes"));
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_gpio.c353 return ((func >> offset) & 0x7);
H A Daxp81x.c172 #define AXP_GPIO_FUNC (0x7 << 0)
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_pcie.c149 #define PCIE_RC_CONFIG_DCSR_MPS_MASK (0x7 << 5)
/freebsd-13-stable/stand/i386/libi386/
H A Dvidconsole.c1049 v86.ebx = 0x7;
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl483 my $j=$i&0x7;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dhda_reg.h951 #define HDA_PARAM_AUDIO_WIDGET_CAP_TYPE_BEEP_WIDGET 0x7
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h993 #define OEM_CFG_FUNC_TC_7 0x7
H A Decore_dev.c4753 *p_resc_num &= ~0x7; /* The granularity of the PQs is 8 */
4889 *p_resc_num, (*p_resc_num) & ~0x7,
4890 *p_resc_start, (*p_resc_start) & ~0x7);
4891 *p_resc_num &= ~0x7;
4892 *p_resc_start &= ~0x7;
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c1599 #define AL_SERDES_25G_RX_DIAG_GCFSM2_SUMMER_ODD_ADDR 0x7
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c853 ctl[2] = (0x7 << 16); /* tx_tries0 */
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3654 prevMask = (prevMask << ((int)prevPosT - 1)) & 0x7;
3661 prevMask = ((prevMask << 1) & 0x7) | 1;
3693 prevMask = ((prevMask << 1) & 0x7) | 1;
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci.c915 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
2405 dbkey[(cmd >> 24) & 0x7],
2515 ohcifp->mode.common.spd = 0 & 0x7;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c2335 bits = (instance->BEHa[129]>>5) & 0x7; /* actually Ha */
2340 else if (bits == 0x7)
3352 bits1 = (instance->BEHa[129]>>5) & 0x7; /* actually Ha */
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx.c89 #define MACMV 0x7
1980 EFX_ROUTE("in3_front_r", INP(0x7), M_IN3_FRONT_R, C_FRONT_R, 0);
1982 EFX_ROUTE("in3_rec_r", INP(0x7), M_IN3_REC_R, C_REC_R, 0);
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c1990 size = (inst_info >> 7) & 0x7;
2012 s = (inst_info >> 15) & 0x7;
2586 vmexit->u.inout.bytes = (qual & 0x7) + 1;
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2310 #define REGNO(x) (x & 0x7) /* to get 3 bit register */
2446 *base = byte & 0x7;
2447 *index = (byte >> 3) & 0x7;
3269 if (opcode4 == 0x7 && opcode5 >= 0x1 && opcode5 <= 0x3) {
4210 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x7;
/freebsd-13-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c132 #define AL_ETH_TX_GPD_TUNNEL_CTRL_MASK 0x7
307 {{ 0x280B046, 0x0, 0x0, 0x2800000, 0x7, 0x400000 }},
436 al_reg_write32(&adapter->ec_regs_base->epe[0].res_in, 0x7);
439 al_reg_write32(&adapter->ec_regs_base->epe[1].res_in, 0x7);
448 al_reg_write32(&adapter->ec_regs_base->epe[0].res_in, 0x7);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4222 TOut.emitRRI(Mips::TEQ, ZeroReg, ZeroReg, 0x7, IDLoc, STI);
4224 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI);
4254 TOut.emitRRI(Mips::TEQ, ZeroReg, ZeroReg, 0x7, IDLoc, STI);
4257 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI);
4274 TOut.emitRRI(Mips::TEQ, RtReg, ZeroReg, 0x7, IDLoc, STI);
4285 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI);

Completed in 593 milliseconds

<<21222324252627282930>>