/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/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/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/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/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/contrib/dev/rtw89/ |
H A D | rtw8852a_rfk_table.c | 8 RTW89_DECL_RFK_WM(0x12a8, 0x00000001, 0x00000001), 9 RTW89_DECL_RFK_WM(0x12a8, 0x0000000e, 0x00000002), 10 RTW89_DECL_RFK_WM(0x32a8, 0x00000001, 0x00000001), 11 RTW89_DECL_RFK_WM(0x32a8, 0x0000000e, 0x00000002), 12 RTW89_DECL_RFK_WM(0x12bc, 0x000000f0, 0x00000005), 13 RTW89_DECL_RFK_WM(0x12bc, 0x00000f00, 0x00000005), 14 RTW89_DECL_RFK_WM(0x12bc, 0x000f0000, 0x00000005), 15 RTW89_DECL_RFK_WM(0x12bc, 0x0000f000, 0x00000005), 16 RTW89_DECL_RFK_WM(0x120c, 0x000000ff, 0x00000033), 17 RTW89_DECL_RFK_WM(0x12c0, 0x0ff00000, 0x00000033), [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/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/sound/macio/ |
H A D | davbusreg.h | 36 #define DAVBUS_SOUND_CTRL 0x00 37 #define DAVBUS_CODEC_CTRL 0x10 38 #define DAVBUS_CODEC_STATUS 0x20 39 #define DAVBUS_CLIP_COUNT 0x30 40 #define DAVBUS_BYTE_SWAP 0x40 44 * but the controller itself uses subframe 0 to communicate with the codec. 49 #define DAVBUS_INPUT_SUBFRAME0 0x00000001 50 #define DAVBUS_INPUT_SUBFRAME1 0x00000002 51 #define DAVBUS_INPUT_SUBFRAME2 0x00000004 52 #define DAVBUS_INPUT_SUBFRAME3 0x00000008 [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | holly.dts | 23 #size-cells =<0>; 24 PowerPC,750CL@0 { 26 reg = <0x00000000>; 39 memory@0 { 41 reg = <0x00000000 0x20000000>; 49 ranges = <0x00000000 0xc0000000 0x00010000>; 50 reg = <0xc0000000 0x00010000>; 56 interrupts = <0xe 0x2>; 57 reg = <0x00007000 0x00000400>; 62 reg = <0x00006000 0x00000050>; [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/sys/ |
H A D | cdio.h | 61 #define CD_AS_AUDIO_INVALID 0x00 62 #define CD_AS_PLAY_IN_PROGRESS 0x11 63 #define CD_AS_PLAY_PAUSED 0x12 64 #define CD_AS_PLAY_COMPLETED 0x13 65 #define CD_AS_PLAY_ERROR 0x14 66 #define CD_AS_NO_STATUS 0x15 132 #define CD_SUBQ_DATA 0 225 }; /*<1>rate. -32767 to -1 is slower, 0==normal,*/ 232 #define CDDOPLAYTRK 0x00000001 /*<2>Can Play tracks/index*/ 233 #define CDDOPLAYMSF 0x00000002 /*<2>Can Play msf to msf*/ [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/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/contrib/dev/rtw88/ |
H A D | rtw8822c_table.c | 16 0x83000000, 0x00000000, 0x40000000, 0x00000000, 17 0x1D90, 0x300001FF, 18 0x1D90, 0x300101FE, 19 0x1D90, 0x300201F [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/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/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/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62a.dtsi | 54 ranges = <0x00 0x000f0000 0x00 0x000f0000 0x00 0x00030000>, /* Main MMRs */ 55 <0x00 0x00420000 0x00 0x00420000 0x00 0x00001000>, /* ESM0 */ 56 <0x00 0x00600000 0x00 0x00600000 0x00 0x00001100>, /* GPIO */ 57 <0x00 0x00703000 0x00 0x00703000 0x00 0x00000200>, /* USB0 debug trace */ 58 <0x00 0x0070c000 0x00 0x0070c000 0x00 0x00000200>, /* USB1 debug trace */ 59 <0x00 0x00a40000 0x00 0x00a40000 0x00 0x00000800>, /* Timesync router */ 60 <0x00 0x01000000 0x00 0x01000000 0x00 0x01b28400>, /* First peripheral window */ 61 <0x00 0x08000000 0x00 0x08000000 0x00 0x00200000>, /* Main CPSW */ 62 <0x00 0x0e000000 0x00 0x0e000000 0x00 0x01d20000>, /* Second peripheral window */ 63 <0x00 0x0fd00000 0x00 0x0fd00000 0x00 0x00020000>, /* GPU */ [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/bhnd/cores/pmu/ |
H A D | bhnd_pmureg.h | 29 (((_value) & _flag) != 0) 43 #define BHND_CLK_CTL_ST 0x1e0 /**< clock control and status */ 55 #define BHND_CCS_FORCEALP 0x00000001 /**< force ALP request */ 56 #define BHND_CCS_FORCEHT 0x00000002 /**< force HT request */ 57 #define BHND_CCS_FORCEILP 0x00000004 /**< force ILP request */ 58 #define BHND_CCS_FORCE_MASK 0x0000000F 60 #define BHND_CCS_ALPAREQ 0x00000008 /**< ALP Avail Request */ 61 #define BHND_CCS_HTAREQ 0x00000010 /**< HT Avail Request */ 62 #define BHND_CCS_AREQ_MASK 0x00000018 64 #define BHND_CCS_FORCEHWREQOFF 0x00000020 /**< Force HW Clock Request Off */ [all …]
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipcreg.h | 46 #define CHIPC_GET_FLAG(_value, _flag) (((_value) & _flag) != 0) 50 #define CHIPC_ID 0x00 51 #define CHIPC_CAPABILITIES 0x04 52 #define CHIPC_CORECTRL 0x08 /* rev >= 1 */ 53 #define CHIPC_BIST 0x0C 55 #define CHIPC_OTPST 0x10 /**< otp status */ 56 #define CHIPC_OTPCTRL 0x14 /**< otp control */ 57 #define CHIPC_OTPPROG 0x18 58 #define CHIPC_OTPLAYOUT 0x1C /**< otp layout (IPX OTP) */ 60 #define CHIPC_INTST 0x20 /**< interrupt status */ [all …]
|
/freebsd/sys/dev/rtwn/rtl8192c/ |
H A D | r92c_reg.h | 28 #define R92C_SYS_ISO_CTRL 0x000 29 #define R92C_SYS_FUNC_EN 0x002 30 #define R92C_APS_FSMCO 0x004 31 #define R92C_SYS_CLKR 0x008 32 #define R92C_AFE_MISC 0x010 33 #define R92C_SPS0_CTRL 0x011 34 #define R92C_SPS_OCP_CFG 0x018 35 #define R92C_RSV_CTRL 0x01c 36 #define R92C_RF_CTRL 0x01f 37 #define R92C_LDOA15_CTRL 0x020 [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 …]
|