Searched refs:x3 (Results 601 - 625 of 1134) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/sys/i386/i386/
H A Dbios.c142 if ((pt->control & 0x3) == 0x01)
544 #define PNPATTR_CONFIG(a) (((a) >> 7) & 0x3)
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dsupport.S224 mtcrf 0x3, rl
289 mtcrf 0x3, rl
/freebsd-13-stable/sys/dev/usb/serial/
H A Dumct.c485 return (0x3);
536 value |= 0x3;
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.h321 #define ELINK_ETH_PHY_DA_TWINAX 0x3
449 #define ELINK_EEE_MODE_NVRAM_MASK (0x3)
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c322 *reg = gpr_map[vie->reg & 0x3];
1739 if (vie->mod == 0x3) {
2177 ptpindex = (gla >> 30) & 0x3;
2427 case 0x3:
2444 vie->vex_pp = (x & 0x3);
2454 case 0x3:
2555 vie->mod = (x >> 6) & 0x3;
2637 vie->ss = (x >> 6) & 0x3;
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_hdmi.c129 #define PADCTRL1_REG_CD (0x3 << 8)
130 #define PADCTRL1_REG_CKSS (0x3 << 6)
/freebsd-13-stable/sys/arm/mv/
H A Dmv_common.c1635 v &= ~(0x3 << (i * 2));
1704 eth_epap_write(base, j, 0x3);
1860 v &= ~(0x3 << (w * 2));
1926 idma_set_prot(base, j, 0x3);
1957 idma_set_prot(base, j, 0x3);
2104 v &= ~(0x3 << (w * 2 + 16));
2181 xor_set_prot(base, w, e, 0x3);
2247 xor_set_prot(base, z, e, 0x3);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h946 #define ACPI_MAX_NOTIFY_HANDLER_TYPE 0x3
1295 #define ACPI_TABLE_EVENT_UNINSTALL 0x3
/freebsd-13-stable/sys/xen/interface/
H A Dsysctl.h245 #define PMSTAT_reset_pxstat (PMSTAT_PX | 0x3)
248 #define PMSTAT_reset_cxstat (PMSTAT_CX | 0x3)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp1187 watch_flags = 0x3;
1189 if (watch_flags != 0x1 && watch_flags != 0x3)
1220 uint64_t bit_mask = (0x3 << (2 * wp_index)) | (0xF << (16 + 4 * wp_index));
1264 uint64_t bit_mask = 0x3 << (2 * wp_index);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-atm.c143 { 0x3, "user data, congested, SDU 1" },
H A Dprint-mptcp.c54 #define MPTCP_SUB_ADD_ADDR 0x3
/freebsd-13-stable/contrib/cortex-strings/src/aarch64/
H A Dstrcpy.S47 #define dst x3
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.c637 case 0x3: /* SRIO 1x4 long */
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c94 /* 0x3 = interrupts enabled | physically contiguous */
95 cmd->cdw11 = htole32((io_que->vector << 16) | 0x3);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diagnostics.c329 ((data & MLX5_EEPROM_REVISION_ID_BYTE_MASK) >> 8) >= 0x3) {
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_av.c98 if (dev->limits.stat_rate_support == 0x3 && mthca_rate)
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c80 [ETHERSWITCH_PORT_LED_DEFAULT] = 0x3,
921 if ((reg & 0x3) == AR8X16_PORT_CTRL_EGRESS_VLAN_MODE_ADD)
923 if ((reg & 0x3) == AR8X16_PORT_CTRL_EGRESS_VLAN_MODE_STRIP)
1041 0x3 << AR8X16_PORT_CTRL_EGRESS_VLAN_MODE_SHIFT |
H A Darswitch_vlans.c192 0x3 << AR8X16_PORT_CTRL_EGRESS_VLAN_MODE_SHIFT |
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhim.h331 #define ATA_SET_FEATURES_XFER 0x3
/freebsd-13-stable/sys/dev/hptnr/
H A Dhim.h331 #define ATA_SET_FEATURES_XFER 0x3
/freebsd-13-stable/sys/dev/hptrr/
H A Dhim.h286 #define ATA_SET_FEATURES_XFER 0x3
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c325 (0x3 << (ahp->ah_btActiveGpioSelect * 2)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp96 return isInt<21>(CN.getSExtValue()) && ((CN.getSExtValue() & 0x3) == 0);
/freebsd-13-stable/contrib/ntp/util/
H A Dtg.c424 if (day >= (year & 0x3 ? 366 : 367)) {

Completed in 595 milliseconds

<<21222324252627282930>>