Searched refs:x3 (Results 326 - 350 of 1134) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/bin/sh/
H A Doutput.c124 seq[1] = (ch >> 6 & 0x3) + '0';
/freebsd-13-stable/bin/sh/tests/execution/
H A DMakefile58 ${PACKAGE}FILES+= set-x3.0
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-zip.c136 cvmx_write_csr(CVMX_ZIP_QUE_PRI, 0x3);
/freebsd-13-stable/sys/dev/e1000/
H A De1000_manage.c240 prev_bytes = offset & 0x3;
254 remaining = length & 0x3;
411 if (length == 0 || length & 0x3 ||
490 if (length == 0 || length & 0x3 || length > E1000_HI_FW_MAX_LENGTH) {
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h124 #define AR8X16_VLAN_OP_PURGE 0x3
147 #define AR8216_ATU_OP_PURGE 0x3
227 #define AR8X16_MIB_FUNC_CAPTURE 0x3
554 #define AR8327_ATU_FUNC_OP_PURGE 0x3
/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.h108 #define PMSR_MAC_SPD(x) (((x)>>2) & 0x3)
/freebsd-13-stable/sys/dev/qat/
H A Dqat_c2xxx.c103 if ((~fusectl & AE_MASK_C2XXX) == 0x3) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h115 ExtentAlignMask = 0x3,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp294 unsigned Bit9_8 = (Value >> 8) & 0x3;
307 unsigned Bit7_6 = (Value >> 6) & 0x3;
309 unsigned Bit4_3 = (Value >> 3) & 0x3;
310 unsigned Bit2_1 = (Value >> 1) & 0x3;
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_control.h92 #define CTL_SYS_LI(status) (((status)>>14) & 0x3)
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsm_subs.h156 #define NFSM_RNDUP(a) (((a)+3)&(~0x3))
/freebsd-13-stable/sys/net/
H A Dif_llc.h126 #define LLC_UI 0x3
H A Dsff8472.h388 SFF_8024_ID_SFP = 0x3, /* SFP or SFP ���Plus��� */
/freebsd-13-stable/sys/mips/atheros/
H A Dar934x_nfcreg.h100 #define AR934X_NFC_CTRL_BLOCK_SIZE_M 0x3
/freebsd-13-stable/sys/powerpc/powermac/
H A Dpmuvar.h149 #define PMU_OUT 0x3 /* sending out a command */
/freebsd-13-stable/sys/sys/
H A Daio.h38 #define AIO_ALLDONE 0x3
H A Dcdrio.h43 #define CDR_DB_RAW_PW_R 0x3 /* 2448 bytes raw data + P-W raw sub */
H A Dipmi.h66 # define IPMI_CC_HARD_RESET 0x3
/freebsd-13-stable/sys/dev/bxe/
H A Decore_mfw_req.h109 #define FEATURE_ETH_BOOTMODE_FCOE (0x3 << 2)
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.h132 #define FM_PCD_PLCR_PAR_PMR_BRN_8TO8 0x3 /* - {PBNUM[0:N-4],PNUM[N-3:N-1]}.
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Damdiommu.c98 if ((pci_read_config(dev, capoff + 2, 2) & 0x7) != 0x3)
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_audmux.c71 #define PDCR_RXDSEL_M 0x3
/freebsd-13-stable/sys/arm/include/
H A Dpl310.h50 #define CACHE_ID_PARTNUM_VALUE 0x3
/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_tmc.h101 #define DEVID_CONFIGTYPE_M (0x3 << DEVID_CONFIGTYPE_S)
/freebsd-13-stable/stand/common/
H A Dpnp.c178 idbuf[1] = '@' + (((data[0] & 0x3) << 3) + ((data[1] & 0xe0) >> 5));

Completed in 241 milliseconds

<<11121314151617181920>>