Searched refs:xe (Results 51 - 75 of 205) sorted by relevance

123456789

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h94 MLX5_LINK_REMOTE_FAULT_INDICATION = 0xe,
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcireg.h174 #define FWOHCIEV_UNKNOWN 0xe
450 #define FWOHCITCODE_PHY 0xe
/freebsd-11-stable/contrib/gdtoa/
H A Dmisc.c443 ULong *x, *x1, *xe, z; local
455 xe = x + b->wds;
464 while(x < xe);
474 while(x < xe);
481 while(x < xe);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_phy.c423 [0xe] = 36,
436 [0xe] = 22, /* 0x6e */
456 case 36: return 0xe;
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_regs_mcdi.h499 #define MCDI_EVENT_AOE_FPGA_LOAD_FAILED 0xe
595 #define MCDI_EVENT_CODE_PTP_FAULT 0xe
1243 #define MC_CMD_FC_OP_FPGA_BUILD 0xe
1318 #define MC_CMD_FC_OP_PHY_OP_POLL_BIST 0xe
2249 #define MC_CMD_FC_MAC_RX_STATS_PKTS_64 0xe /* enum */
2284 #define MC_CMD_FC_MAC_TX_STATS_PKTS_64 0xe /* enum */
3072 #define MC_CMD_AOE_OP_GET_PHY_MEDIA_INFO 0xe
3443 #define MC_CMD_AOE_OUT_CURRENTS_V_OUT_DDR2 0xe /* enum */
3661 #define MC_CMD_PTP_OP_CLOCK_OFFSET_ADJUST 0xe
4103 #define MC_CMD_PTP_MANF_CLOCK_READ 0xe
[all...]
/freebsd-11-stable/sys/x86/include/
H A Dapicreg.h204 LAPIC_DFR = 0xe, /* Not in x2APIC */
304 #define APIC_MAX_CLUSTER 0xe
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp46 case 0xe: O << "le"; break;
70 case 0xe: O << "gt"; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h548 if (OpCmode == 0xe) {
562 } else if ((OpCmode & 0xe) == 0xc) {
/freebsd-11-stable/bin/ed/
H A Dcbc.c209 case 'E': case 'e': return(radix > 14 ? 0xe : -1);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm129 .byte 0xe /* DW_CFA_def_cfa_offset */
141 .byte 0xe /* DW_CFA_def_cfa_offset */
157 .byte 0xe @ CIE RA Column
193 97: cfi_pop 97b - \unwind, 0xe, 0x0
208 98: cfi_push 98b - __\name, 0xe, -0x8, 0x8
217 98: cfi_push 98b - __\name, 0xe, -0x4, 0x8
661 mov work, #0xe
1210 cfi_push 0, 0xe, -0x8, 0x8
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_acpi.c116 case 0xe:
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscoppriv.h129 PDU_MD = 0xe, /* unumbered management data */
/freebsd-11-stable/sys/dev/agp/
H A Dagpreg.h348 #define AGP_SNB_GMCH_GMS_STOLEN_448M (0xe << 3)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsalt-des.c145 unsigned char swap[] = { 0x0, 0x8, 0x4, 0xc, 0x2, 0xa, 0x6, 0xe,
/freebsd-11-stable/sys/dev/mse/
H A Dmse_cbus.c132 #define HC_NO_CLEAR 0xe
/freebsd-11-stable/sys/opencrypto/
H A Dgfmult.c39 0x0, 0x8, 0x4, 0xc, 0x2, 0xa, 0x6, 0xe,
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_instr.h338 #define OPC62_STFDE 0xe
/freebsd-11-stable/sys/net/
H A Dif_types.h59 IFT_HY = 0xe, /* Hyperchannel */
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.h289 #define GMAC_MII_CLK_DIV16 0xe
/freebsd-11-stable/sys/dev/en/
H A Dmidwayreg.h231 #define MIDDMA_16WMAYBE 0xe /* 16 words, maybe */
/freebsd-11-stable/lib/libnetbsd/
H A Dsockaddr_snprintf.c83 s[0xe], s[0xf], sin6->sin6_scope_id);
/freebsd-11-stable/sys/dev/mlx4/
H A Dcmd.h83 MLX4_CMD_QUERY_MPT = 0xe,
/freebsd-11-stable/sys/dev/iicbus/
H A Ds35390a.c138 /* 0x7 0111 -> 1110 */ 0xe,
145 /* 0xe 1110 -> 0111 */ 0x7,
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s142 movb $0xe,%ah # BIOS: Display
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb.c392 cmd_val |= (uint32_t) ((slave & 0xe) << 23);

Completed in 577 milliseconds

123456789