Searched refs:x3 (Results 676 - 700 of 1134) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/dev/sk/
H A Dif_skreg.h64 #define SK_YUKON_LITE_REV_A1 0x3
399 #define SK_RAMSIZE_1024K_64 0x3
422 #define SK_PHYADDR_LONE 0x3
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_gpio.c81 #define AW_GPIO_DRV_MASK 0x3
82 #define AW_GPIO_PUD_MASK 0x3
313 #define AW_GPIO_INT_LEVEL_LOW 0x3
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_pcie.c88 #define STRAP_CONF_LANES(n) ((((n) / 2) & 0x3) << 4)
98 #define STATUS1_LINK_ST_GET(x) (((x) >> 20) & 0x3)
124 #define CORE_CTRL_LANES_GET(x) (((x) >> 20) & 0x3)
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S319 push $0x3 # Int 0x3: #BP
380 cmpb $0x3,(%esp,1) # Breakpoint?
820 sio_init: movw $SIO_PRT+0x3,%dx # Data format reg
824 subb $0x3,%dl # Divisor latch reg
831 movb $0x3,%al # Set RTS,
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dcrypto.h84 # define CRYPTO_MEM_CHECK_DISABLE 0x3 /* Control only */
H A Devp.h141 # define EVP_MD_CTRL_XOF_LEN 0x3
238 # define EVP_CIPH_CFB_MODE 0x3
294 # define EVP_CTRL_SET_RC2_KEY_BITS 0x3
1139 # define ASN1_PKEY_CTRL_DEFAULT_MD_NID 0x3
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-forces.c41 #define TOM_CONFIG 0x3
126 {0x3, "AlwaysACK"},
134 {0x3, "continue-execute-on-failure"},
148 {0x3, "abort"},
H A Dprint-olsr.c159 #define OLSR_EXTRACT_LINK_TYPE(link_code) (link_code & 0x3)
H A Dprint-stp.c379 ptr[offset + SPB_BPDU_AGREEMENT_OFFSET]>>4 & 0x3,
/freebsd-13-stable/lib/libusb/
H A Dlibusb20_desc.h395 LIBUSB20_SS_USB_DEVICE_CAPABILITY = 0x3,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h716 ImportType getType() const { return static_cast<ImportType>(TypeInfo & 0x3); }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h82 Intel80386 = 0x3,
/freebsd-13-stable/contrib/jemalloc/src/
H A Dpages.c458 return ((vm_overcommit & 0x3) == 0);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1356 register void *__arg __asm__("x3") = arg;
1364 "mov x3,x5\n" /* tls */
1834 op_code = (faulty_instruction >> 19) & 0x3;
1873 if ((faulty_instruction & 0x3) != 0x3) { // it's a compressed instruction
1876 ((faulty_instruction & 0x3) << 3) | (faulty_instruction >> 13);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp258 uint32_t opc = (instr >> 22) & 0x3;
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_cstr.c201 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7,
/freebsd-13-stable/sys/dev/pbio/
H A Dpbio.c85 #define PORT(dev) (dev2unit(dev) & 0x3)
/freebsd-13-stable/sys/dev/pci/
H A Dpci_host_generic_acpi.c87 #define SPACE_CODE_MASK 0x3
/freebsd-13-stable/sys/dev/mmc/
H A Dmmcreg.h163 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3)
/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi.h805 #define MPI_IOCLOGINFO_TYPE_SAS (0x3)
/freebsd-13-stable/sys/dev/msk/
H A Dif_mskreg.h1643 #define PHY_M_POLC_LOS_MSK (0x3<<6) /* Bit 7.. 6: LOS Pol. Ctrl. Mask */
1644 #define PHY_M_POLC_INIT_MSK (0x3<<4) /* Bit 5.. 4: INIT Pol. Ctrl. Mask */
1645 #define PHY_M_POLC_STA1_MSK (0x3<<2) /* Bit 3.. 2: STAT1 Pol. Ctrl. Mask */
1646 #define PHY_M_POLC_STA0_MSK 0x3 /* Bit 1.. 0: STAT0 Pol. Ctrl. Mask */
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.h186 #define MWL_EXT_CH_BELOW_CTRL_CH 0x3
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h420 #define M_TLS_KEYCTX_TX_WR_SEQNUMCTRL 0x3
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm.h782 #define DRM_CAP_DUMB_PREFERRED_DEPTH 0x3
/freebsd-13-stable/sys/dev/e1000/
H A De1000_82575.h85 #define E1000_TXD_DTYP_ADV_D 0x3 /* Advanced Data Descriptor */

Completed in 404 milliseconds

<<21222324252627282930>>