Searched refs:x3 (Results 1001 - 1025 of 1134) sorted by relevance

<<414243444546

/freebsd-13-stable/sys/net80211/
H A Dieee80211_scan_sta.c824 if (txparams & 0x3) {
/freebsd-13-stable/sys/libkern/
H A Dgsb_crc32.c749 to_even_word = (4 - (((uintptr_t) buffer) & 0x3));
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwnreg.h199 #define BWN_HW 0x3
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c843 WRITE_UINT32(p_Qm->p_QmRegs->res23[144], 0x3);
/freebsd-13-stable/sys/arm/allwinner/
H A Dif_awg.c122 #define EMAC_CLK_SRC (0x3 << 0)
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_pcie.c1535 sc->ofw_pci.sc_range_mask = 0x3;
/freebsd-13-stable/sys/cam/
H A Dcam_periph.c1295 tag = (devstat_tag_type)(ccb->csio.tag_action & 0x3);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pass.c933 done_ccb->csio.tag_action & 0x3,
H A Dscsi_ses.h1488 SES_STATUS_NV_CACHE_SIZE_MULTIPLIER_GBYTES = 0x3
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c179 #define GT_DEFAULT 0x3
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c70 #define IPOIB_CM_RX_UPDATE_MASK (0x3)
/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c35 #define MKA_ALIGN_LENGTH(len) (((len) + 0x3) & ~0x3)
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2789 int port = *((u8 *) &av->ib.port_pd) & 0x3;
3456 to_ib_mig_state((be32_to_cpu(context.flags) >> 11) & 0x3);
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs.c2007 val &= ~(0x3 << 27); /* SELMUPF = 1 */
2009 val &= ~(0x3 << 29); /* SELMUPI = 1 */
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Dchacha-x86_64.S21 .byte 0x2,0x3,0x0,0x1, 0x6,0x7,0x4,0x5, 0xa,0xb,0x8,0x9, 0xe,0xf,0xc,0xd
23 .byte 0x3,0x0,0x1,0x2, 0x7,0x4,0x5,0x6, 0xb,0x8,0x9,0xa, 0xf,0xc,0xd,0xe
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1190 DAG.getConstant(0x3, DL, MVT::i32));
1419 LoadPtr, DAG.getConstant(0x3, DL, MVT::i32));
/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c515 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3;
589 sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_zyd.c1794 zyd_write32_m(sc, ZYD_MAC_CAM_MODE, 0x3);
2343 return (0x3);
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx.c85 #define MACW1 0x3
108 #define COND_MINUS DSP_CONST(0x3)
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c2606 if ((edata->addr & 0x3) != 0 || edata->addr >= sc->mmio_len)
2613 if ((edata->addr & 0x3) != 0 || edata->addr >= sc->mmio_len)
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_ix.c3174 ivar &= ~(0xFF << (8 * (entry & 0x3)));
3175 ivar |= (vector << (8 * (entry & 0x3)));
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c3496 np->in_stepnext &= 0x3;
3600 np->in_stepnext &= 0x3;
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c1918 return ((ssar >> 5) & 0x3);
2272 reason = (qual >> 30) & 0x3;
/freebsd-13-stable/sys/dev/bce/
H A Dif_bcefw.h61 0x6000f02, 0x0, 0x3, 0xc8,
62 0x32, 0x3, 0x0, 0x0,
5918 0x5, 0x4, 0x4, 0x3,
5919 0x3, 0x3, 0x3, 0x3,
8013 0x6001102, 0x0, 0x3, 0xc8,
8014 0x32, 0x3, 0x0, 0x0,
13198 0x5, 0x4, 0x4, 0x3,
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c4576 htcaps_mask->a_mpdu_params |= 0x3; /* 2 bits for factor */
4577 htcaps->a_mpdu_params &= ~0x3;
4578 htcaps->a_mpdu_params |= factor & 0x3;

Completed in 427 milliseconds

<<414243444546