Searched refs:x3 (Results 426 - 450 of 1134) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp157 unsigned Lmul = Imm & 0x3;
/freebsd-13-stable/sys/mips/nlm/hal/
H A Dcop2.h266 *size = ((msg_status >> 26) & 0x3) + 1;
/freebsd-13-stable/sys/mips/atheros/
H A Dar934xreg.h80 #define AR934X_PLL_CPU_CONFIG_OUTDIV_MASK 0x3
H A Dqca953xreg.h78 #define QCA953X_PLL_CPU_CONFIG_OUTDIV_MASK 0x3
H A Dqca955xreg.h83 #define QCA955X_PLL_CPU_CONFIG_OUTDIV_MASK 0x3
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_lcd.h161 #define LCDPOS_COEF_SLE01 (0x3 << 24)
/freebsd-13-stable/sys/sys/
H A Delf32.h214 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3)
H A Delf64.h221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3)
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_subr.c460 mask = 0x03 << ((h & 0x3) << 1);
487 return ((cp[h >> 2] & (0x03 << ((h & 0x3) << 1))) == 0);
514 cp[h >> 2] &= ~(0x03 << ((h & 0x3) << 1));
542 cp[h >> 2] |= (0x03 << ((h & 0x3) << 1));
/freebsd-13-stable/sys/dev/sume/
H A Dadapter.h62 #define RIFFA_RX_LEN_REG_OFF 0x3
/freebsd-13-stable/sys/dev/tdfx/
H A Dtdfx_pci.c633 preval = ret_byte << (8 * (piod->port & 0x3));
634 mask = 0xff << (8 * (piod->port & 0x3));
638 preval = ret_word << (8 * (piod->port & 0x3));
639 mask = 0xffff << (8 * (piod->port & 0x3));
/freebsd-13-stable/sys/dev/tws/
H A Dtws.h112 #define TWS_REQ_TYPE_GETSET_PARAM 0x3
/freebsd-13-stable/sys/dev/sk/
H A Dyukonreg.h77 #define YU_TPR_JAM_LEN(x) (((x) & 0x3) << 14)
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c65 #define M_ANEG_STAT 0x3
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_lan_hmc.h124 I40E_HMC_LAN_OBJ_SZ_8 = 0x3,
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h140 UNI_CODING_NET = 0x3,
/freebsd-13-stable/sys/arm/allwinner/
H A Da31_dmac.c71 #define DMA_DEST_DATA_WIDTH (0x3 << 25)
73 #define DMA_DEST_BST_LEN (0x3 << 22)
79 #define DMA_SRC_DATA_WIDTH (0x3 << 9)
81 #define DMA_SRC_BST_LEN (0x3 << 6)
H A Daw_ts.c54 #define TP_CTRL0_CLK_DIV(x) ((x & 0x3) << 20)
/freebsd-13-stable/sys/arm/arm/
H A Ddebug_monitor.c89 #define ID_DFR0_CP_DEBUG_M_V6_1 (0x3) /* v6.1 Debug arch. CP14 access */
121 #define DBG_WB_CTRL_LEN_2 (0x3 << 5)
128 #define DBG_WB_CTRL_ACCESS_MASK(x) ((x) & (0x3 << 3))
133 #define DBG_WB_CTRL_PLX_MASK(x) ((x) & (0x3 << 1))
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_port.c65 #define PCR_DMA_EE 0x3
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_abpmisc.c59 (0x3 << PMC_STRAPPING_OPT_A_RAM_CODE_SHIFT)
/freebsd-13-stable/sys/arm64/cavium/
H A Dthunder_pcie_common.c69 #define THUNDER_CFG_BASE_TO_ECAM(x) ((((x) >> 36UL) & 0x3) | (((x) >> 42UL) & 0x4))
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h467 0x3: 1:4
644 0x3 - cluster_no_dbg: A Cluster reset puts each core into core reset (no dbg) and also resets the interrupt controller and L2 logic.
660 (0x3 << NB_GLOBAL_CPUS_SOFTWARE_RESET_LEVEL_SHIFT)
1485 poweredoff: 0x3: Powered-off power mode */
1496 (0x3 << NB_CPUN_CONFIG_STATUS_POWER_CTRL_PM_REQ_SHIFT)
1520 poweredoff - 0x3: Powered-off power mode */
1534 (0x3 << NB_CPUN_CONFIG_STATUS_POWER_STATUS_CPU_PM_SHIFT)
1637 0x3 - pause: Pause counter. */
1648 (0x3 << NB_MC_PMU_COUNTERS_CNTL_CNT_STATE_SHIFT)
/freebsd-13-stable/stand/i386/boot2/
H A DMakefile12 B2SIOFMT?= 0x3
/freebsd-13-stable/sys/netinet6/
H A Dip6_id.c236 n = arc4random() & 0x3;

Completed in 377 milliseconds

<<11121314151617181920>>