/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | ereports.c | 35 * checksum "error_pool" 0x856dd01ce52e336 0x000034 0x000400 0x000a402c00 36 * 0x000004 0x000000 0x000000 0x000000 0x000001 72 if (nvlist_lookup_string(nvl, FM_CLASS, &class) != 0 || in print_ereport_line() 74 strcmp(class, "ereport.fs.zfs.data") == 0) { in print_ereport_line() 80 for (int i = 0; i < CRITERIA_NAMES_COUNT; i++) { in print_ereport_line() 82 uint32_t i32 = 0; in print_ereport_line() 83 uint64_t i64 = 0; in print_ereport_line() 86 if (nvlist_lookup_nvpair(nvl, criteria_name[i], &nvp) != 0) { in print_ereport_line() 101 (void) printf("0x%06x", i32); in print_ereport_line() 106 (void) printf("0x%06x", i32); in print_ereport_line() [all …]
|
/freebsd-src/sys/contrib/dev/iwlwifi/ |
H A D | iwl-agn-hw.h | 12 #define IWLAGN_RTC_INST_LOWER_BOUND (0x000000) 13 #define IWLAGN_RTC_INST_UPPER_BOUND (0x020000) 15 #define IWLAGN_RTC_DATA_LOWER_BOUND (0x800000) 16 #define IWLAGN_RTC_DATA_UPPER_BOUND (0x80C000) 23 #define IWL60_RTC_INST_LOWER_BOUND (0x000000) 24 #define IWL60_RTC_INST_UPPER_BOUND (0x040000) 25 #define IWL60_RTC_DATA_LOWER_BOUND (0x800000) 26 #define IWL60_RTC_DATA_UPPER_BOUND (0x814000) 42 #define IWLAGN_TX_POWER_TARGET_POWER_MIN (0) /* 0 dBm: 1 milliwatt */ 50 #define OTP_HIGH_IMAGE_SIZE_1000 (0x200 * sizeof(u16)) /* 1024 bytes */
|
/freebsd-src/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | nvmem-cells.yaml | 45 reg = <0x1200000 0x0140000>; 51 macaddr_gmac1: macaddr_gmac1@0 { 52 reg = <0x0 0x6>; 56 reg = <0x6 0x6>; 60 reg = <0x1000 0x2f20>; 64 reg = <0x5000 0x2f20>; 73 partition@0 { 75 reg = <0x000000 0x100000>; 82 reg = <0x100000 0xe00000>; 88 reg = <0xf00000 0x100000>; [all …]
|
H A D | fixed-partitions.yaml | 51 "@[0-9a-f]+$": 77 partition@0 { 79 reg = <0x0000000 0x100000>; 84 reg = <0x0100000 0x200000>; 96 partition@0 { 98 reg = <0x00000000 0x1 0x00000000>; 110 partition@0 { 112 reg = <0x0 0x00000000 0x2 0x00000000>; 118 reg = <0x2 0x00000000 0x1 0x00000000>; 128 partition@0 { [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl-enetc.txt | 37 ethernet@0,0 { 39 reg = <0x000000 0 0 0 0>; 45 #size-cells = <0>; 47 reg = <0x2>; 69 ethernet@0,0 { 71 reg = <0x000000 0 0 0 0>; 76 mdio@0,3 { 78 reg = <0x000300 0 0 0 0>; 80 #size-cells = <0>; 82 reg = <0x2>; [all …]
|
/freebsd-src/sys/contrib/dev/rtw89/ |
H A D | rtw8852c_rfk_table.c | 8 RTW89_DECL_RFK_WM(0xc004, BIT(17), 0x1), 9 RTW89_DECL_RFK_WM(0xc024, BIT(17), 0x1), 10 RTW89_DECL_RFK_WM(0xc104, BIT(17), 0x1), 11 RTW89_DECL_RFK_WM(0xc124, BIT(17), 0x1), 17 RTW89_DECL_RFK_WM(0xc000, BIT(17), 0x [all...] |
/freebsd-src/contrib/file/src/ |
H A D | magic.h.in | 32 #define MAGIC_NONE 0x0000000 /* No flags */ 33 #define MAGIC_DEBUG 0x0000001 /* Turn on debugging */ 34 #define MAGIC_SYMLINK 0x0000002 /* Follow symlinks */ 35 #define MAGIC_COMPRESS 0x0000004 /* Check inside compressed files */ 36 #define MAGIC_DEVICES 0x0000008 /* Look at the contents of devices */ 37 #define MAGIC_MIME_TYPE 0x0000010 /* Return the MIME type */ 38 #define MAGIC_CONTINUE 0x0000020 /* Return all matches */ 39 #define MAGIC_CHECK 0x0000040 /* Print warnings to stderr */ 40 #define MAGIC_PRESERVE_ATIME 0x0000080 /* Restore access time on exit */ 41 #define MAGIC_RAW 0x000010 [all...] |
/freebsd-src/sys/dev/vnic/ |
H A D | nic_reg.h | 35 #define NIC_PF_CFG (0x0000) 36 #define NIC_PF_STATUS (0x0010) 37 #define NIC_PF_INTR_TIMER_CFG (0x0030) 38 #define NIC_PF_BIST_STATUS (0x0040) 39 #define NIC_PF_SOFT_RESET (0x0050) 40 #define NIC_PF_TCP_TIMER (0x0060) 41 #define NIC_PF_BP_CFG (0x0080) 42 #define NIC_PF_RRM_CFG (0x0088) 43 #define NIC_PF_CQM_CF (0x00A0) 44 #define NIC_PF_CNM_CF (0x00A8) [all …]
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-llc.c | 55 { 0, NULL }, 67 { 0, NULL } 71 { 0, "Command" }, 77 { 0, NULL } 82 { 0, "Individual" }, 84 { 0, NULL } 89 { 0, "Receiver Ready" }, 92 { 0, NULL } 103 { 0, NULL } 118 { 0, NUL [all...] |
H A D | oui.h | 19 #define OUI_ENCAP_ETHER 0x000000 /* encapsulated Ethernet */ 20 #define OUI_CISCO 0x00000c /* Cisco protocols */ 21 #define OUI_IANA 0x00005E /* IANA */ 22 #define OUI_NORTEL 0x000081 /* Nortel SONMP */ 23 #define OUI_CISCO_90 0x0000f8 /* Cisco bridging */ 24 #define OUI_RFC2684 0x0080c2 /* RFC 2427/2684 bridged Ethernet */ 25 #define OUI_ATM_FORUM 0x00A03E /* ATM Forum */ 26 #define OUI_CABLE_BPDU 0x00E02F /* DOCSIS spanning tree BPDU */ 27 #define OUI_APPLETALK 0x080007 /* Appletalk */ 28 #define OUI_JUNIPER 0x009069 /* Juniper */ [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
H A D | oxnas,stdclk.txt | 22 reg = <0x000000 0x100000>;
|
/freebsd-src/sys/contrib/device-tree/Bindings/reset/ |
H A D | oxnas,reset.txt | 26 reg = <0x000000 0x100000>;
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 1 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 44 #define B 0x00000000 48 #define B 0x40000000 53 #define B 0x80000000 55 #define B 0xc0000000 65 #define M 0x000000 66 #define N 0x000000 72 #define M 0x400000 73 #define N 0x800000 79 #define M 0x008000 [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio_oxnas.txt | 13 0 = GPIO_ACTIVE_HIGH 28 gpio0: gpio@0 { 30 reg = <0x000000 0x100000>; 36 gpio-ranges = <&pinctrl 0 0 32>; 45 gpios = <&gpio0 12 0>;
|
H A D | gpio-stp-xway.yaml | 20 pattern: "^gpio@[0-9a-f]+$" 41 minimum: 0x000000 42 maximum: 0xffffff 49 minimum: 0x0 50 maximum: 0x7 57 minimum: 0x0 58 maximum: 0x3 71 minimum: 0x0 72 maximum: 0x7 86 reg = <0xE100BB0 0x40>; [all …]
|
/freebsd-src/contrib/wpa/src/eap_common/ |
H A D | eap_gpsk_common.h | 20 #define EAP_GPSK_FAIL_PSK_NOT_FOUND 0x00000001 21 #define EAP_GPSK_FAIL_AUTHENTICATION_FAILURE 0x00000002 22 #define EAP_GPSK_FAIL_AUTHORIZATION_FAILURE 0x00000003 29 #define EAP_GPSK_VENDOR_IETF 0x00000000 30 #define EAP_GPSK_CIPHER_RESERVED 0x000000 31 #define EAP_GPSK_CIPHER_AES 0x000001 32 #define EAP_GPSK_CIPHER_SHA256 0x000002
|
/freebsd-src/sys/dev/ixl/ |
H A D | i40e_nvm.c | 92 u64 time_left = 0; in i40e_acquire_nvm() 100 0, &time_left, NULL); in i40e_acquire_nvm() 121 access, 0, &time_left, in i40e_acquire_nvm() 130 hw->nvm.hw_semaphore_timeout = 0; in i40e_acquire_nvm() 151 u32 total_delay = 0; in i40e_release_nvm() 158 ret_code = i40e_aq_release_resource(hw, I40E_NVM_RESOURCE_ID, 0, NULL); in i40e_release_nvm() 167 I40E_NVM_RESOURCE_ID, 0, NULL); in i40e_release_nvm() 186 for (wait_cnt = 0; wait_cnt < I40E_SRRD_SRCTL_ATTEMPTS; wait_cnt++) { in i40e_poll_sr_srctl_done_bit() 202 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF) 242 "NVM read error: Couldn't access Shadow RAM address: 0x%x\n", in i40e_read_nvm_word_srctl() [all …]
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | nvm_map.h | 39 #define CRC_MAGIC_VALUE 0xDEBB20E3 40 #define CRC32_POLYNOMIAL 0xEDB88320 56 #define NVM_MAGIC_VALUE 0x669955aa 75 NVM_TYPE_TIM1 = 0x01, 76 NVM_TYPE_TIM2 = 0x02, 77 NVM_TYPE_MIM1 = 0x03, 78 NVM_TYPE_MIM2 = 0x04, 79 NVM_TYPE_MBA = 0x05, 80 NVM_TYPE_MODULES_PN = 0x06, 81 NVM_TYPE_VPD = 0x07, [all …]
|
/freebsd-src/sys/contrib/device-tree/src/mips/qca/ |
H A D | ar9132_tl_wr1043nd_v1.dts | 13 memory@0 { 15 reg = <0x0 0x2000000>; 20 #clock-cells = <0>; 27 button-0 { 44 led-0 { 87 flash@0 { 91 reg = <0>; 94 partition@0 { 96 reg = <0x000000 0x020000>; 101 reg = <0x020000 0x7D0000>; [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/nxp/lpc/ |
H A D | lpc4350-hitex-eval.dts | 38 reg = <0x28000000 0x800000>; /* 8 MB */ 101 gpios = <&pca_gpio 0 GPIO_ACTIVE_LOW>; 346 pinctrl-0 = <&adc1_pins>; 352 pinctrl-0 = <&emc_pins>; 359 mpmc,cs = <0>; 362 mpmc,write-enable-delay = <0>; 363 mpmc,output-enable-delay = <0>; 367 flash@0,0 { 369 reg = <0 0 0x400000>; 374 partition@0 { [all …]
|
/freebsd-src/sys/contrib/device-tree/src/powerpc/ |
H A D | sbc8548.dts | 20 reg = <0xe0000000 0x5000>; 23 ranges = <0x0 0x0 0xff800000 0x00800000 /*8MB Flash*/ 24 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/ 25 0x4 0x0 0xf4000000 0x04000000 /*64MB SDRAM*/ 26 0x5 0x0 0xf8000000 0x00b10000 /* EPLD */ 27 0x6 0x0 0xec000000 0x04000000>; /*64MB Flash*/ 30 flash@0,0 { 34 reg = <0x0 0x0 0x800000>; 37 partition@0 { 40 reg = <0x00000000 0x007a0000>; [all …]
|
H A D | sbc8548-altflash.dts | 23 reg = <0xe0000000 0x5000>; 26 ranges = <0x0 0x0 0xfc000000 0x04000000 /*64MB Flash*/ 27 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/ 28 0x4 0x0 0xf4000000 0x04000000 /*64MB SDRAM*/ 29 0x5 0x0 0xf8000000 0x00b10000 /* EPLD */ 30 0x6 0x0 0xef800000 0x00800000>; /*8MB Flash*/ 32 flash@0,0 { 35 reg = <0x0 0x0 0x04000000>; 39 partition@0 { 42 reg = <0x00000000 0x03f00000>; [all …]
|
/freebsd-src/sys/net/ |
H A D | ieee_oui.h | 34 #define OUI_FREEBSD_BASE 0x589cfc000000 55 * the remaining three bytes. Our first allocation has all 0s, the 60 * Reserved Values: 0x000000 and 0xffffff are reserved and MUST NOT BE 65 #define OUI_FREEBSD_BHYVE_LOW OUI_FREEBSD(0x000001) 66 #define OUI_FREEBSD_BHYVE_HIGH OUI_FREEBSD(0x0fffff) 75 #define OUI_FREEBSD_GENERATED_MASK 0x10ffff 76 #define OUI_FREEBSD_GENERATED_LOW OUI_FREEBSD(0x100000) 80 #define OUI_FREEBSD_NVME_MASK 0x20ffff 81 #define OUI_FREEBSD_NVME_LOW OUI_FREEBSD(0x200000)
|
/freebsd-src/sys/dev/qat/include/ |
H A D | adf_dev_err.h | 10 #define ADF_ERRSOU0 (0x3A000 + 0x00) 11 #define ADF_ERRSOU1 (0x3A000 + 0x04) 12 #define ADF_ERRSOU2 (0x3A000 + 0x08) 13 #define ADF_ERRSOU3 (0x3A000 + 0x0C) 14 #define ADF_ERRSOU4 (0x3A000 + 0xD0) 15 #define ADF_ERRSOU5 (0x3A000 + 0xD8) 16 #define ADF_ERRMSK0 (0x3A000 + 0x10) 17 #define ADF_ERRMSK1 (0x3A000 + 0x14) 18 #define ADF_ERRMSK2 (0x3A000 + 0x18) 19 #define ADF_ERRMSK3 (0x3A000 + 0x1C) [all …]
|
/freebsd-src/sys/dev/mii/ |
H A D | mcommphy.c | 48 #define MCOMMPHY_OUI 0x000000 49 #define MCOMMPHY_MODEL 0x10 50 #define MCOMMPHY_REV 0x0a 52 #define EXT_REG_ADDR 0x1e 53 #define EXT_REG_DATA 0x1f 56 #define PHY_CLOCK_GATING_REG 0x0c 57 #define RX_CLK_DELAY_EN 0x0001 58 #define CLK_25M_SEL 0x0006 60 #define TX_CLK_DELAY_SEL 0x00f0 61 #define PHY_SLEEP_CONTROL1_REG 0x27 [all …]
|