Searched refs:x4 (Results 151 - 175 of 982) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxge-debug.h81 VXGE_TRACE = 0x4,
/freebsd-11-stable/sys/dev/si/
H A Dsireg.h82 #define SIJETIRQEN 0x4
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.h41 #define HPET_PERIOD 0x4 /* Period (1/hz) of timer */
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-vxlan-gpe.c97 case 0x4:
/freebsd-11-stable/sys/x86/include/
H A Dframe.h155 #define TF_HASFPXSTATE 0x4
/freebsd-11-stable/sys/sys/
H A Dunpcb.h120 #define UNPGC_SCANNED 0x4 /* Has been scanned. */
/freebsd-11-stable/usr.sbin/amd/include/
H A Dconfig.h1523 #define MNT2_CDFS_OPT_EXTATT 0x4
1611 #define MNT2_GEN_OPT_NOEXEC 0x4
1806 #define MNT2_NFS_OPT_RSIZE 0x4
1860 #define MNT2_PCFS_OPT_NOWIN95 0x4
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_hw.h89 #define IOAT_CHANSTS_ARMED 0x4
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h47 PdbFeatureNoTypeMerging = 0x4,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.h44 #define DRC_BLOCK 0x4
/freebsd-11-stable/sys/gnu/dts/arm/
H A Dimx35-pinfunc.h21 #define MX35_PAD_CAPTURE__CCM_CLK32K 0x004 0x328 0x7d0 0x4 0x0
309 #define MX35_PAD_TX5_RX0__UART2_DTR 0x158 0x59c 0x000 0x4 0x0
316 #define MX35_PAD_TX4_RX1__UART2_DSR 0x15c 0x5a0 0x000 0x4 0x0
336 #define MX35_PAD_TX1__UART2_RI 0x168 0x5ac 0x000 0x4 0x0
344 #define MX35_PAD_TX0__UART2_DCD 0x16c 0x5b0 0x000 0x4 0x0
375 #define MX35_PAD_RXD1__KPP_COL_4 0x188 0x5cc 0x960 0x4 0x0
380 #define MX35_PAD_TXD1__KPP_COL_5 0x18c 0x5d0 0x964 0x4 0x0
387 #define MX35_PAD_RTS1__KPP_COL_6 0x190 0x5d4 0x968 0x4 0x0
395 #define MX35_PAD_CTS1__KPP_COL_7 0x194 0x5d8 0x96c 0x4 0x0
400 #define MX35_PAD_RXD2__KPP_ROW_4 0x198 0x5dc 0x980 0x4
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h119 #define BD_BASE_TYPE_RX_PROD_PKT UINT32_C(0x4)
354 #define TX_BD_LONG_LFLAGS_NOCRC UINT32_C(0x4)
461 #define TX_BD_LONG_CFA_META_VLAN_TPID_TPID9300 (UINT32_C(0x4) << 16)
513 #define RX_PROD_PKT_BD_TYPE_RX_PROD_PKT UINT32_C(0x4)
887 #define RX_PKT_CMPL_FLAGS_ITYPE_FCOE (UINT32_C(0x4) << 12)
1004 #define RX_PKT_CMPL_FLAGS2_T_IP_CS_CALC UINT32_C(0x4)
1129 #define RX_PKT_CMPL_ERRORS_T_PKT_ERROR_T_IP_TOTAL_ERROR (UINT32_C(0x4) << 9)
1175 #define RX_PKT_CMPL_ERRORS_PKT_ERROR_IP_TOTAL_ERROR (UINT32_C(0x4) << 12)
1366 #define RX_TPA_START_CMPL_FLAGS2_T_IP_CS_CALC UINT32_C(0x4)
1638 #define RX_TPA_END_CMPL_ERRORS_BUFFER_ERROR_RSV_ERROR (UINT32_C(0x4) <<
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c222 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
231 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0)
238 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) {
240 last -= x4 - 1;
254 for (i = 1; i < x4; i++) {
266 for (i = 0; i < x4; i++) {
267 unsigned int len = (i == (x4 - 1) ? last : frag);
315 for (i = 0; i < x4; i++) {
324 for (i = 0; i < x4; i++) {
342 for (i = 0; i < x4;
893 unsigned int n4x = 1, x4; local
[all...]
H A De_aes_cbc_hmac_sha256.c218 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
227 if (RAND_bytes((IVs = blocks[0].c), 16 * x4) <= 0)
235 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) {
237 last -= x4 - 1;
251 for (i = 1; i < x4; i++) {
263 for (i = 0; i < x4; i++) {
264 unsigned int len = (i == (x4 - 1) ? last : frag);
315 for (i = 0; i < x4; i++) {
324 for (i = 0; i < x4; i++) {
342 for (i = 0; i < x4;
872 unsigned int n4x = 1, x4; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dvia_drm.h60 #define VIA_UPLOAD_CTX 0x4
112 #define VIA_DEPTH 0x4
/freebsd-11-stable/sys/arm/ti/
H A Dti_sdmareg.h42 #define DMA4_IRQSTATUS_L(j) (0x0008 + ((j) * 0x4))
43 #define DMA4_IRQENABLE_L(j) (0x0018 + ((j) * 0x4))
/freebsd-11-stable/sys/dev/mxge/
H A Dmxge_mcp.h123 #define MXGEFW_FLAGS_ALIGN_ODD 0x4
349 #define MXGEFW_RSS_HASH_TYPE_SRC_PORT 0x4
415 For PCI-E x4: pcie-raw-speed == 8Gb/s
/freebsd-11-stable/sys/xen/interface/
H A Dphysdev.h156 #define MAP_PIRQ_TYPE_MULTI_MSI 0x4
285 #define XEN_PCI_DEV_PXM 0x4
/freebsd-11-stable/sys/dev/ic/
H A Dns16550.h46 #define IER_ERLS 0x4
57 #define IIR_RXRDY 0x4
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehcireg.h74 #define EHCI_HCC_ASPC(x) ((x) & 0x4) /* async sched park cap */
176 #define EHCI_UM_ES_BE 0x4 /* Big-endian byte alignment */
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dosprey_reg_map.h99 volatile char pad__2[0x4]; /* 0x3c - 0x40 */
105 volatile char pad__3[0x4]; /* 0x54 - 0x58 */
115 volatile char pad__4[0x4]; /* 0x7c - 0x80 */
164 volatile char pad__2[0x4]; /* 0x83c - 0x840 */
192 volatile char pad__2[0x4]; /* 0x1034 - 0x1038 */
198 volatile char pad__4[0x4]; /* 0x1074 - 0x1078 */
204 volatile char pad__6[0x4]; /* 0x10b4 - 0x10b8 */
210 volatile char pad__8[0x4]; /* 0x10f4 - 0x10f8 */
235 volatile char pad__15[0x4]; /* 0x1274 - 0x1278 */
239 volatile char pad__17[0x4]; /*
[all...]
/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.h76 #define PPB_EPP 0x4 /* EPP mode, 32 bit */
134 #define PPB_POLL 0x4
/freebsd-11-stable/sys/dev/tws/
H A Dtws.h112 #define TWS_REQ_TYPE_SCSI_IO 0x4
138 TWS_DIR_OUT = 0x4,
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_refclock.h40 #define CLK_HAVEVAL1 0x4
45 #define CLK_FLAG3 0x4
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_mips.cpp104 PatchOpcodes::PO_SW, RegNum::RN_SP, RegNum::RN_RA, 0x4);
120 PatchOpcodes::PO_LW, RegNum::RN_SP, RegNum::RN_RA, 0x4);

Completed in 618 milliseconds

1234567891011>>