/freebsd/sys/dev/nge/ |
H A D | if_ngereg.h | 36 #define NGE_CSR 0x00 37 #define NGE_CFG 0x04 38 #define NGE_MEAR 0x08 39 #define NGE_PCITST 0x0C 40 #define NGE_ISR 0x10 41 #define NGE_IMR 0x14 42 #define NGE_IER 0x18 43 #define NGE_IHR 0x1C 44 #define NGE_TX_LISTPTR_LO 0x20 45 #define NGE_TX_LISTPTR_HI 0x24 [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | cpuid.h | 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 17 /* Responses identification request with %eax 0 */ 19 #define signature_AMD_ebx 0x68747541 20 #define signature_AMD_edx 0x69746e65 21 #define signature_AMD_ecx 0x444d4163 23 #define signature_CENTAUR_ebx 0x746e6543 24 #define signature_CENTAUR_edx 0x48727561 25 #define signature_CENTAUR_ecx 0x736c7561 27 #define signature_CYRIX_ebx 0x69727943 28 #define signature_CYRIX_edx 0x736e4978 [all …]
|
/freebsd/sys/dev/age/ |
H A D | if_agereg.h | 36 #define VENDORID_ATTANSIC 0x1969 41 #define DEVICEID_ATTANSIC_L1 0x1048 43 #define AGE_VPD_REG_CONF_START 0x0100 44 #define AGE_VPD_REG_CONF_END 0x01FF 45 #define AGE_VPD_REG_CONF_SIG 0x5A 47 #define AGE_SPI_CTRL 0x200 48 #define SPI_STAT_NOT_READY 0x00000001 49 #define SPI_STAT_WR_ENB 0x00000002 50 #define SPI_STAT_WRP_ENB 0x00000080 51 #define SPI_INST_MASK 0x000000FF [all …]
|
/freebsd/sys/dev/dc/ |
H A D | if_dcreg.h | 39 #define DC_BUSCTL 0x00 /* bus control */ 40 #define DC_TXSTART 0x08 /* tx start demand */ 41 #define DC_RXSTART 0x10 /* rx start demand */ 42 #define DC_RXADDR 0x18 /* rx descriptor list start addr */ 43 #define DC_TXADDR 0x20 /* tx descriptor list start addr */ 44 #define DC_ISR 0x28 /* interrupt status register */ 45 #define DC_NETCFG 0x30 /* network config register */ 46 #define DC_IMR 0x38 /* interrupt mask */ 47 #define DC_FRAMESDISCARDED 0x40 /* # of discarded frames */ 48 #define DC_SIO 0x48 /* MII and ROM/EEPROM access */ [all …]
|
/freebsd/sys/dev/et/ |
H A D | if_etreg.h | 57 #define ET_PCIR_DEVICE_CAPS 0x4C 58 #define ET_PCIM_DEVICE_CAPS_MAX_PLSZ 0x7 /* Max playload size */ 59 #define ET_PCIV_DEVICE_CAPS_PLSZ_128 0x0 60 #define ET_PCIV_DEVICE_CAPS_PLSZ_256 0x1 62 #define ET_PCIR_DEVICE_CTRL 0x50 63 #define ET_PCIM_DEVICE_CTRL_MAX_RRSZ 0x7000 /* Max read request size */ 64 #define ET_PCIV_DEVICE_CTRL_RRSZ_2K 0x4000 66 #define ET_PCIR_MAC_ADDR0 0xA4 67 #define ET_PCIR_MAC_ADDR1 0xA8 69 #define ET_PCIR_EEPROM_STATUS 0xB2 /* XXX undocumented */ [all …]
|
/freebsd/sys/dev/sis/ |
H A D | if_sisreg.h | 45 #define SIS_CSR 0x00 46 #define SIS_CFG 0x04 47 #define SIS_EECTL 0x08 48 #define SIS_PCICTL 0x0C 49 #define SIS_ISR 0x10 50 #define SIS_IMR 0x14 51 #define SIS_IER 0x18 52 #define SIS_PHYCTL 0x1C 53 #define SIS_TX_LISTPTR 0x20 54 #define SIS_TX_CFG 0x24 [all …]
|
/freebsd/sys/dev/bge/ |
H A D | if_bgereg.h | 54 * device register space at offset 0x8000 to read any 32K chunk 60 * accessed directly. NIC memory addresses are offset by 0x01000000. 64 #define BGE_PAGE_ZERO 0x00000000 65 #define BGE_PAGE_ZERO_END 0x000000FF 66 #define BGE_SEND_RING_RCB 0x00000100 67 #define BGE_SEND_RING_RCB_END 0x000001FF 68 #define BGE_RX_RETURN_RING_RCB 0x00000200 69 #define BGE_RX_RETURN_RING_RCB_END 0x000002FF 70 #define BGE_STATS_BLOCK 0x00000300 71 #define BGE_STATS_BLOCK_END 0x00000AFF [all …]
|
/freebsd/sys/x86/include/ |
H A D | specialreg.h | 38 #define CR0_PE 0x00000001 /* Protected mode Enable */ 39 #define CR0_MP 0x00000002 /* "Math" (fpu) Present */ 40 #define CR0_EM 0x00000004 /* EMulate FPU instructions. (trap ESC only) */ 41 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ 42 #define CR0_PG 0x80000000 /* PaGing enable */ 47 #define CR0_NE 0x00000020 /* Numeric Error enable (EX16 vs IRQ13) */ 48 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in 50 #define CR0_AM 0x00040000 /* Alignment Mask (set to enable AC flag) */ 51 #define CR0_NW 0x20000000 /* Not Write-through */ 52 #define CR0_CD 0x40000000 /* Cache Disable */ [all …]
|
/freebsd/sys/dev/lge/ |
H A D | if_lgereg.h | 37 #define LGE_MODE1 0x00 /* CSR00 */ 38 #define LGE_MODE2 0x04 /* CSR01 */ 39 #define LGE_PPTXBUF_IDX 0x08 /* CSR02 */ 40 #define LGE_PRODID 0x0C /* CSR03 */ 41 #define LGE_PPTXBUF_ADDR_LO 0x10 /* CSR04 */ 42 #define LGE_PPTXBUF_ADDR_HI 0x14 /* CSR05 */ 43 #define LGE_RSVD0 0x18 /* CSR06 */ 44 #define LGE_PPRXBUF_IDX 0x1C /* CSR07 */ 45 #define LGE_PPRXBUF_ADDR_LO 0x20 /* CSR08 */ 46 #define LGE_PPRXBUF_ADDR_HI 0x24 /* CSR09 */ [all …]
|
/freebsd/sys/dev/usb/controller/ |
H A D | avr32dci.h | 35 #define AVR32_CTRL 0x00 /* Control */ 36 #define AVR32_CTRL_DEV_ADDR 0x7F 37 #define AVR32_CTRL_DEV_FADDR_EN 0x80 38 #define AVR32_CTRL_DEV_EN_USBA 0x100 39 #define AVR32_CTRL_DEV_DETACH 0x200 40 #define AVR32_CTRL_DEV_REWAKEUP 0x400 42 #define AVR32_FNUM 0x04 /* Frame Number */ 43 #define AVR32_FNUM_MASK 0x3FFF 44 #define AVR32_FRAME_MASK 0x7FF 46 /* 0x08 - 0x0C Reserved */ [all …]
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | tdes.c | 24 } while( 0 ) 34 } while( 0 ) 40 0x01010400, 0x00000000, 0x00010000, 0x01010404, 41 0x01010004, 0x00010404, 0x00000004, 0x00010000, 42 0x00000400, 0x01010400, 0x01010404, 0x00000400, 43 0x01000404, 0x01010004, 0x01000000, 0x00000004, 44 0x00000404, 0x01000400, 0x01000400, 0x00010400, 45 0x00010400, 0x01010000, 0x01010000, 0x01000404, 46 0x00010004, 0x01000004, 0x01000004, 0x00010004, 47 0x00000000, 0x00000404, 0x00010404, 0x01000000, [all …]
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.h | 32 #define ATA_F_DMA 0x01 /* enable DMA */ 33 #define ATA_F_OVL 0x02 /* enable overlap */ 41 #define ATA_D_LBA 0x40 /* use LBA addressing */ 42 #define ATA_D_IBM 0xa0 /* 512 byte sectors, ECC */ 47 #define ATA_E_ILI 0x01 /* illegal length */ 48 #define ATA_E_NM 0x02 /* no media */ 49 #define ATA_E_ABORT 0x04 /* command aborted */ 50 #define ATA_E_MCR 0x08 /* media change request */ 51 #define ATA_E_IDNF 0x10 /* ID not found */ 52 #define ATA_E_MC 0x20 /* media changed */ [all …]
|
/freebsd/sys/dev/jme/ |
H A D | if_jmereg.h | 36 #define VENDORID_JMICRON 0x197B 41 #define DEVICEID_JMC250 0x0250 42 #define DEVICEREVID_JMC250_A0 0x00 43 #define DEVICEREVID_JMC250_A2 0x11 48 #define DEVICEID_JMC260 0x0260 49 #define DEVICEREVID_JMC260_A0 0x00 51 #define DEVICEID_JMC2XX_MASK 0x0FF0 54 #define JME_PCI_BAR0 0x10 /* 16KB memory window. */ 56 #define JME_PCI_BAR1 0x18 /* 128bytes I/O window. */ 58 #define JME_PCI_BAR2 0x1C /* 256bytes I/O window. */ [all …]
|
/freebsd/sys/dev/ale/ |
H A D | if_alereg.h | 36 #define VENDORID_ATHEROS 0x1969 41 #define DEVICEID_ATHEROS_AR81XX 0x1026 43 #define ALE_SPI_CTRL 0x200 44 #define SPI_VPD_ENB 0x00002000 46 #define ALE_SPI_ADDR 0x204 /* 16bits */ 48 #define ALE_SPI_DATA 0x208 50 #define ALE_SPI_CONFIG 0x20C 52 #define ALE_SPI_OP_PROGRAM 0x210 /* 8bits */ 54 #define ALE_SPI_OP_SC_ERASE 0x211 /* 8bits */ 56 #define ALE_SPI_OP_CHIP_ERASE 0x212 /* 8bits */ [all …]
|
/freebsd/sys/dev/safe/ |
H A D | safereg.h | 37 #define BS_BAR 0x10 /* DMA base address register */ 38 #define BS_TRDY_TIMEOUT 0x40 /* TRDY timeout */ 39 #define BS_RETRY_TIMEOUT 0x41 /* DMA retry timeout */ 41 #define PCI_VENDOR_SAFENET 0x16ae /* SafeNet, Inc. */ 44 #define PCI_PRODUCT_SAFEXCEL 0x1141 /* 1141 */ 46 #define SAFE_PE_CSR 0x0000 /* Packet Enginge Ctrl/Status */ 47 #define SAFE_PE_SRC 0x0004 /* Packet Engine Source */ 48 #define SAFE_PE_DST 0x0008 /* Packet Engine Destination */ 49 #define SAFE_PE_SA 0x000c /* Packet Engine SA */ 50 #define SAFE_PE_LEN 0x0010 /* Packet Engine Length */ [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | ahci.h | 34 #define ATA_DATA 0 /* (RW) data */ 37 #define ATA_F_DMA 0x01 /* enable DMA */ 38 #define ATA_F_OVL 0x02 /* enable overlap */ 46 #define ATA_D_LBA 0x40 /* use LBA addressing */ 47 #define ATA_D_IBM 0xa0 /* 512 byte sectors, ECC */ 52 #define ATA_E_ILI 0x01 /* illegal length */ 53 #define ATA_E_NM 0x02 /* no media */ 54 #define ATA_E_ABORT 0x04 /* command aborted */ 55 #define ATA_E_MCR 0x08 /* media change request */ 56 #define ATA_E_IDNF 0x10 /* ID not found */ [all …]
|
/freebsd/sys/fs/nfs/ |
H A D | nfsproto.h | 51 #define NFS_CALLBCKPROG 0x40000000 /* V4 only */ 76 #define NFSV4_MINORVERSION 0 /* V4 Minor version */ 104 #define NFSERR_OK 0 237 #define NFSERR_RPCERR 0x40000000 /* Mark an RPC layer error */ 238 #define NFSERR_AUTHERR 0x80000000 /* Mark an authentication error */ 243 #define NFSERR_PROGNOTV4 (NFSERR_RPCERR | 0xffff) 301 #define NFSPROC_NULL 0 434 #define NFSV2PROC_NULL 0 458 #define NFSV4PROC_CBNULL 0 464 #define NFSV3SATTRTIME_DONTCHANGE 0 [all …]
|
/freebsd/stand/efi/include/ |
H A D | efidebug.h | 53 #define D_INIT 0x00000001 // Initialization style messages 54 #define D_WARN 0x00000002 // Warnings 55 #define D_LOAD 0x00000004 // Load events 56 #define D_FS 0x00000008 // EFI File system 57 #define D_POOL 0x00000010 // Alloc & Free's 58 #define D_PAGE 0x00000020 // Alloc & Free's 59 #define D_INFO 0x00000040 // Verbose 60 #define D_VARIABLE 0x00000100 // Variable 61 #define D_VAR 0x00000100 // Variable 62 #define D_BM 0x00000400 // Boot Manager [all …]
|
/freebsd/sys/dev/gem/ |
H A D | if_gemreg.h | 37 #define GEM_SEB_STATE 0x0000 /* SEB state reg, R/O */ 38 #define GEM_CONFIG 0x0004 /* config reg */ 39 #define GEM_STATUS 0x000c /* status reg */ 40 /* Note: Reading the status reg clears bits 0-6. */ 41 #define GEM_INTMASK 0x0010 42 #define GEM_INTACK 0x0014 /* Interrupt acknowledge, W/O */ 43 #define GEM_STATUS_ALIAS 0x001c 46 #define GEM_SEB_ARB 0x00000002 /* Arbitration status */ 47 #define GEM_SEB_RXWON 0x00000004 50 #define GEM_CONFIG_BURST_64 0x00000000 /* maximum burst size 64KB */ [all …]
|
/freebsd/sys/dev/siis/ |
H A D | siis.h | 30 #define ATA_DATA 0 /* (RW) data */ 33 #define ATA_F_DMA 0x01 /* enable DMA */ 34 #define ATA_F_OVL 0x02 /* enable overlap */ 42 #define ATA_D_LBA 0x40 /* use LBA addressing */ 43 #define ATA_D_IBM 0xa0 /* 512 byte sectors, ECC */ 48 #define ATA_E_ILI 0x01 /* illegal length */ 49 #define ATA_E_NM 0x02 /* no media */ 50 #define ATA_E_ABORT 0x04 /* command aborted */ 51 #define ATA_E_MCR 0x08 /* media change request */ 52 #define ATA_E_IDNF 0x10 /* ID not found */ [all …]
|
/freebsd/sys/dev/alc/ |
H A D | if_alcreg.h | 36 #define VENDORID_ATHEROS 0x1969 41 #define DEVICEID_ATHEROS_AR8131 0x1063 /* L1C */ 42 #define DEVICEID_ATHEROS_AR8132 0x1062 /* L2C */ 43 #define DEVICEID_ATHEROS_AR8151 0x1073 /* L1D V1.0 */ 44 #define DEVICEID_ATHEROS_AR8151_V2 0x1083 /* L1D V2.0 */ 45 #define DEVICEID_ATHEROS_AR8152_B 0x2060 /* L2C V1.1 */ 46 #define DEVICEID_ATHEROS_AR8152_B2 0x2062 /* L2C V2.0 */ 47 #define DEVICEID_ATHEROS_AR8161 0x1091 48 #define DEVICEID_ATHEROS_AR8162 0x1090 49 #define DEVICEID_ATHEROS_AR8171 0x10A1 [all …]
|
/freebsd/sys/dev/sk/ |
H A D | if_skreg.h | 54 #define SK_GENESIS 0x0A 55 #define SK_YUKON 0xB0 56 #define SK_YUKON_LITE 0xB1 57 #define SK_YUKON_LP 0xB2 58 #define SK_YUKON_FAMILY(x) ((x) & 0xB0) 61 #define SK_YUKON_LITE_REV_A0 0x0 /* invented, see test in skc_attach. */ 62 #define SK_YUKON_LITE_REV_A1 0x3 63 #define SK_YUKON_LITE_REV_A3 0x7 68 #define VENDORID_SK 0x1148 73 #define VENDORID_MARVELL 0x11AB [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | emuxkireg.h | 50 #define EMU_PTR 0x00 51 #define EMU_PTR_CHNO_MASK 0x0000003f 52 #define EMU_PTR_ADDR_MASK 0x07ff0000 53 #define EMU_A_PTR_ADDR_MASK 0x0fff0000 55 #define EMU_DATA 0x04 57 #define EMU_IPR 0x08 58 #define EMU_IPR_RATETRCHANGE 0x01000000 59 #define EMU_IPR_FXDSP 0x00800000 60 #define EMU_IPR_FORCEINT 0x00400000 61 #define EMU_PCIERROR 0x00200000 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra30-asus-tf300t.dts | 75 reg = <0x10>; 94 mount-matrix = "0", "-1", "0", 95 "-1", "0", "0", 96 "0", "0", "-1"; 100 mount-matrix = "-1", "0", "0", 101 "0", "1", "0", 102 "0", "0", "-1"; 107 mount-matrix = "0", "-1", "0", 108 "-1", "0", "0", 109 "0", "0", "1"; [all …]
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | des_tab.c | 30 * order (rightmost bit is 0). 36 4, 14, 18, 8, 17, 0, 19 46 24, 7, 13, 0, 21, 17, 1 53 0x00808200, 0x00000000, 0x00008000, 0x00808202, 54 0x00808002, 0x00008202, 0x00000002, 0x00008000, 55 0x00000200, 0x00808200, 0x00808202, 0x00000200, 56 0x00800202, 0x00808002, 0x00800000, 0x00000002, 57 0x00000202, 0x00800200, 0x00800200, 0x00008200, 58 0x00008200, 0x00808000, 0x00808000, 0x00800202, 59 0x00008002, 0x00800002, 0x00800002, 0x00008002, [all …]
|