/freebsd/sys/dev/rtwn/rtl8812a/ |
H A D | r12a_priv.h | 34 { 0x010, 0x0c }, 37 { 0x025, 0x0f }, { 0x072, 0x00 }, { 0x420, 0x80 }, { 0x428, 0x0a }, \ 38 { 0x429, 0x10 }, { 0x430, 0x00 }, { 0x431, 0x00 }, { 0x432, 0x00 }, \ 39 { 0x433, 0x01 }, { 0x434, 0x04 }, { 0x435, 0x05 }, { 0x436, 0x07 }, \ 40 { 0x437, 0x08 }, { 0x43c, 0x04 }, { 0x43d, 0x05 }, { 0x43e, 0x07 }, \ 41 { 0x43f, 0x08 }, { 0x440, 0x5d }, { 0x441, 0x01 }, { 0x442, 0x00 }, \ 42 { 0x444, 0x10 }, { 0x445, 0x00 }, { 0x446, 0x00 }, { 0x447, 0x00 }, \ 43 { 0x448, 0x00 }, { 0x449, 0xf0 }, { 0x44a, 0x0f }, { 0x44b, 0x3e }, \ 44 { 0x44c, 0x10 }, { 0x44d, 0x00 }, { 0x44e, 0x00 }, { 0x44f, 0x00 }, \ 45 { 0x450, 0x00 }, { 0x451, 0xf0 }, { 0x452, 0x0f }, { 0x453, 0x00 }, \ [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mmio.c | 15 [MT_TOP_CFG_BASE] = 0x01000, 16 [MT_HW_BASE] = 0x01000, 17 [MT_PCIE_REMAP_2] = 0x02504, 18 [MT_ARB_BASE] = 0x20c00, 19 [MT_HIF_BASE] = 0x04000, 20 [MT_CSR_BASE] = 0x07000, 21 [MT_PLE_BASE] = 0x08000, 22 [MT_PSE_BASE] = 0x0c000, 23 [MT_CFG_BASE] = 0x20200, 24 [MT_AGG_BASE] = 0x20a00, [all …]
|
/freebsd/sys/arm/ti/ |
H A D | ti_pruss.h | 32 #define PRUSS_AM18XX_INTC 0x04000 33 #define PRUSS_AM18XX_REV 0x4e825900 34 #define PRUSS_AM33XX_REV 0x4e82A900 35 #define PRUSS_AM33XX_INTC 0x20000 37 #define PRUSS_INTC_GER (PRUSS_AM33XX_INTC + 0x0010) 38 #define PRUSS_INTC_SISR (PRUSS_AM33XX_INTC + 0x0020) 39 #define PRUSS_INTC_SICR (PRUSS_AM33XX_INTC + 0x0024) 40 #define PRUSS_INTC_EISR (PRUSS_AM33XX_INTC + 0x0028) 41 #define PRUSS_INTC_EICR (PRUSS_AM33XX_INTC + 0x002C) 42 #define PRUSS_INTC_HIEISR (PRUSS_AM33XX_INTC + 0x0034) [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | hopf6039.h | 13 #define HOPF_CNTR_MEM_LEN 0x7f 14 #define HOPF_DATA_MEM_LEN 0x3ff /* this is our memory size */ 23 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF)) 25 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF)) 29 #define HOPF_CLOCK_CMD_MASK 0xff000 31 #define HOPF_CLOCK_GET_LOCAL 0x10000 32 #define HOPF_CLOCK_GET_UTC 0x20000 33 #define HOPF_CLOCK_GET_ANTENNA 0x30000 34 #define HOPF_CLOCK_GET_DIFFERENCE 0x40000 35 #define HOPF_CLOCK_GET_VERSION 0x50000 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | fsl,imx6q-pcie.txt | 22 - fsl,tx-deemph-gen1: Gen1 De-emphasis value. Default: 0 23 - fsl,tx-deemph-gen2-3p5db: Gen2 (3.5db) De-emphasis value. Default: 0 70 reg = <0x01ffc000 0x04000>, 71 <0x01f00000 0x80000>; 76 ranges = <0x00000800 0 0x01f00000 0x01f00000 0 0x00080000 77 0x81000000 0 0 0x01f80000 0 0x00010000 78 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; 83 interrupt-map-mask = <0 0 0 0x7>; 84 interrupt-map = <0 0 0 1 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 85 <0 0 0 2 &intc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
H A D | fsl,imx6q-pcie.yaml | 167 reg = <0x01ffc000 0x04000>, 168 <0x01f00000 0x80000>; 173 bus-range = <0x00 0xff>; 174 ranges = <0x81000000 0 0 0x01f80000 0 0x00010000>, 175 <0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; 180 interrupt-map-mask = <0 0 0 0x7>; 181 interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 182 <0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 183 <0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 184 <0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
|
/freebsd/include/ |
H A D | dlfcn.h | 42 #define RTLD_MODEMASK 0x3 43 #define RTLD_GLOBAL 0x100 /* Make symbols globally available. */ 44 #define RTLD_LOCAL 0 /* Opposite of RTLD_GLOBAL, and the default. */ 45 #define RTLD_TRACE 0x200 /* Trace loaded objects and exit. */ 46 #define RTLD_NODELETE 0x01000 /* Do not remove members. */ 47 #define RTLD_NOLOAD 0x02000 /* Do not load if not already loaded. */ 48 #define RTLD_DEEPBIND 0x04000 /* Put symbols from the dso ahead of
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_c2xxxreg.h | 65 #define QAT_REVID_C2XXX_A0 0x00 66 #define QAT_REVID_C2XXX_B0 0x02 67 #define QAT_REVID_C2XXX_C0 0x03 75 #define BAR_PMISC_ID_C2XXX 0 78 #define ACCEL_MASK_C2XXX 0x1 79 #define AE_MASK_C2XXX 0x3 86 #define BAR_PESRAM_SIZE_C2XXX 0 93 #define BAR_PMISC_C2XXX 0x18 94 #define BAR_PMISC_SIZE_C2XXX 0x20000 /* 128K */ 97 #define BAR_PETRINGCSR_C2XXX 0x20 [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mmio.c | 21 [INT_SOURCE_CSR] = 0xd7010, 22 [INT_MASK_CSR] = 0xd7014, 23 [INT1_SOURCE_CSR] = 0xd7088, 24 [INT1_MASK_CSR] = 0xd708c, 25 [INT_MCU_CMD_SOURCE] = 0xd51f0, 26 [INT_MCU_CMD_EVENT] = 0x3108, 27 [WFDMA0_ADDR] = 0xd4000, 28 [WFDMA0_PCIE1_ADDR] = 0xd8000, 29 [WFDMA_EXT_CSR_ADDR] = 0xd7000, 30 [CBTOP1_PHY_END] = 0x77ffffff, [all …]
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xaereg.h | 36 #define XAE_RAF 0x00000 /* Reset and Address Filter RW */ 37 #define XAE_TPF 0x00004 /* Transmit Pause Frame RW */ 38 #define XAE_IFGP 0x00008 /* Transmit Inter Frame Gap Adjustment RW */ 39 #define XAE_IS 0x0000C /* Interrupt Status register RW */ 40 #define XAE_IP 0x00010 /* Interrupt Pending register RO */ 41 #define XAE_IE 0x00014 /* Interrupt Enable register RW */ 42 #define XAE_TTAG 0x00018 /* Transmit VLAN Tag RW */ 43 #define XAE_RTAG 0x0001C /* Receive VLAN Tag RW */ 44 #define XAE_UAWL 0x00020 /* Unicast Address Word Lower RW */ 45 #define XAE_UAWU 0x00024 /* Unicast Address Word Upper RW */ [all …]
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vnode.h | 51 #define NOCRED ((struct ucred *)0) /* no credential available */ 75 #define vn_vfswlock(vp) (0) 76 #define vn_vfsunlock(vp) do { } while (0) 81 (vp)->v_object->resident_page_count > 0) 87 int flags = sync ? OBJPC_SYNC : 0; in vn_flush_cached_data() 89 vm_object_page_clean(vp->v_object, 0, 0, flags); in vn_flush_cached_data() 101 #define vnevent_create(vp, ct) do { } while (0) 102 #define vnevent_link(vp, ct) do { } while (0) 103 #define vnevent_remove(vp, dvp, name, ct) do { } while (0) 104 #define vnevent_rmdir(vp, dvp, name, ct) do { } while (0) [all …]
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018_reset.c | 57 [WIFI0_CPU_INIT_RESET] = { 0x1f008, 5 }, 58 [WIFI0_RADIO_SRIF_RESET] = { 0x1f008, 4 }, 59 [WIFI0_RADIO_WARM_RESET] = { 0x1f008, 3 }, 60 [WIFI0_RADIO_COLD_RESET] = { 0x1f008, 2 }, 61 [WIFI0_CORE_WARM_RESET] = { 0x1f008, 1 }, 62 [WIFI0_CORE_COLD_RESET] = { 0x1f008, 0 }, 63 [WIFI1_CPU_INIT_RESET] = { 0x20008, 5 }, 64 [WIFI1_RADIO_SRIF_RESET] = { 0x20008, 4 }, 65 [WIFI1_RADIO_WARM_RESET] = { 0x20008, 3 }, 66 [WIFI1_RADIO_COLD_RESET] = { 0x20008, 2 }, [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | ffc.h | 26 # define FFC_PARAM_TYPE_DSA 0 33 #define FFC_PARAM_MODE_VERIFY 0 37 #define FFC_PARAM_RET_STATUS_FAILED 0 43 # define FFC_PARAM_FLAG_VALIDATE_PQ 0x01 44 # define FFC_PARAM_FLAG_VALIDATE_G 0x02 47 #define FFC_PARAM_FLAG_VALIDATE_LEGACY 0x04 53 # define FFC_CHECK_P_NOT_PRIME 0x00001 54 # define FFC_CHECK_P_NOT_SAFE_PRIME 0x00002 55 # define FFC_CHECK_UNKNOWN_GENERATOR 0x00004 56 # define FFC_CHECK_NOT_SUITABLE_GENERATOR 0x00008 [all …]
|
/freebsd/usr.bin/calendar/ |
H A D | calendar.h | 64 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) 67 #define F_NONE 0x00000 68 #define F_MONTH 0x00001 69 #define F_DAYOFWEEK 0x00002 70 #define F_DAYOFMONTH 0x00004 71 #define F_MODIFIERINDEX 0x00008 72 #define F_MODIFIEROFFSET 0x00010 73 #define F_SPECIALDAY 0x00020 74 #define F_ALLMONTH 0x00040 75 #define F_ALLDAY 0x00080 [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/aic7xxx/ |
H A D | aic79xx.h | 68 #define FALSE 0 73 #define ALL_CHANNELS '\0' 74 #define ALL_TARGETS_MASK 0xFFFF 75 #define INITIATOR_WILDCARD (~0) 76 #define SCB_LIST_NULL 0xFF00 78 #define QOUTFIFO_ENTRY_VALID 0x80 79 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) 86 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) 98 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb))) 101 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \ [all...] |
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_state.h | 89 #define is_send is_tcp.ts_data[0].td_end 91 #define is_maxswin is_tcp.ts_data[0].td_maxwin 93 #define is_maxsend is_tcp.ts_data[0].td_maxend 95 #define is_swinscale is_tcp.ts_data[0].td_winscale 97 #define is_swinflags is_tcp.ts_data[0].td_winflags 101 #define is_ifpin is_ifp[0] 106 #define IS_WSPORT SI_W_SPORT /* 0x00100 */ 107 #define IS_WDPORT SI_W_DPORT /* 0x00200 */ 108 #define IS_WSADDR SI_W_SADDR /* 0x00400 */ 109 #define IS_WDADDR SI_W_DADDR /* 0x00800 */ [all …]
|
H A D | ip_nat.h | 16 # define SOLARIS 0 75 #define NAT_HW_CKSUM 0x80000000 76 #define NAT_HW_CKSUM_PART 0x40000000 126 int nat_rev; /* 0 = forward, 1 = reverse */ 128 int nat_v[2]; /* 0 = old, 1 = new */ 157 #define NAT_INBOUND 0 167 #define NAT_TCP 0x0001 /* IPN_TCP */ 168 #define NAT_UDP 0x0002 /* IPN_UDP */ 169 #define NAT_ICMPERR 0x0004 /* IPN_ICMPERR */ 170 #define NAT_ICMPQUERY 0x0008 /* IPN_ICMPQUERY */ [all …]
|
/freebsd/contrib/lib9p/ |
H A D | genacl.h | 145 #define L9P_ACE_READ_DATA 0x00001 146 #define L9P_ACE_LIST_DIRECTORY 0x00001 /* same as READ_DATA */ 147 #define L9P_ACE_WRITE_DATA 0x00002 148 #define L9P_ACE_ADD_FILE 0x00002 /* same as WRITE_DATA */ 149 #define L9P_ACE_APPEND_DATA 0x00004 150 #define L9P_ACE_ADD_SUBDIRECTORY 0x00004 /* same as APPEND_DATA */ 151 #define L9P_ACE_READ_NAMED_ATTRS 0x00008 152 #define L9P_ACE_WRITE_NAMED_ATTRS 0x00010 153 #define L9P_ACE_EXECUTE 0x00020 154 #define L9P_ACE_DELETE_CHILD 0x00040 [all …]
|
/freebsd/sys/sys/ |
H A D | tty.h | 68 #define TF_NOPREFIX 0x00001 /* Don't prepend "tty" to device name. */ 69 #define TF_INITLOCK 0x00002 /* Create init/lock state devices. */ 70 #define TF_CALLOUT 0x00004 /* Create "cua" devices. */ 71 #define TF_OPENED_IN 0x00008 /* "tty" node is in use. */ 72 #define TF_OPENED_OUT 0x00010 /* "cua" node is in use. */ 73 #define TF_OPENED_CONS 0x00020 /* Device in use as console. */ 75 #define TF_GONE 0x00040 /* Device node is gone. */ 76 #define TF_OPENCLOSE 0x00080 /* Device is in open()/close(). */ 77 #define TF_ASYNC 0x00100 /* Asynchronous I/O enabled. */ 78 #define TF_LITERAL 0x00200 /* Accept the next character literally. */ [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mmio.c | 15 [WF_AGG_BASE] = { { 0x820e2000, 0x820f2000, 0x830e2000 } }, 16 [WF_ARB_BASE] = { { 0x820e3000, 0x820f3000, 0x830e3000 } }, 17 [WF_TMAC_BASE] = { { 0x820e4000, 0x820f4000, 0x830e4000 } }, 18 [WF_RMAC_BASE] = { { 0x820e5000, 0x820f5000, 0x830e5000 } }, 19 [WF_DMA_BASE] = { { 0x820e7000, 0x820f7000, 0x830e7000 } }, 20 [WF_WTBLOFF_BASE] = { { 0x820e9000, 0x820f9000, 0x830e9000 } }, 21 [WF_ETBF_BASE] = { { 0x820ea000, 0x820fa000, 0x830ea000 } }, 22 [WF_LPON_BASE] = { { 0x820eb000, 0x820fb000, 0x830eb000 } }, 23 [WF_MIB_BASE] = { { 0x820ed000, 0x820fd000, 0x830ed000 } }, 24 [WF_RATE_BASE] = { { 0x820ee000, 0x820fe000, 0x830ee000 } }, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2m.dtsi | 27 ranges = <0x40000000 0x40000000 0x10000000>, 28 <0x10000000 0x10000000 0x00020000>; 31 interrupt-map-mask = <0 63>; 32 interrupt-map = <0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 33 <0 1 &gic GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, 34 <0 2 &gic GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>, 35 <0 3 &gic GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 36 <0 4 &gic GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, 37 <0 5 &gic GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>, 38 <0 6 &gic GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
/freebsd/lib/libc/db/btree/ |
H A D | btree.h | 47 * Page 0 of a btree file contains a copy of the meta-data. This page is also 49 * to page 0. Page 1 is the root of the btree. 51 #define P_INVALID 0 /* Invalid tree page number. */ 52 #define P_META 0 /* Tree metadata page number. */ 68 #define P_BINTERNAL 0x01 /* btree internal page */ 69 #define P_BLEAF 0x02 /* leaf page */ 70 #define P_OVERFLOW 0x04 /* overflow page */ 71 #define P_RINTERNAL 0x08 /* recno internal page */ 72 #define P_RLEAF 0x10 /* leaf page */ 73 #define P_TYPE 0x1f /* type mask */ [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | pci.c | 20 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7961), 22 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7922), 24 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608), 26 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616), 65 { 0x820d0000, 0x30000, 0x10000 }, /* WF_LMAC_TOP (WF_WTBLON) */ in __mt7921_reg_addr() 66 { 0x820ed000, 0x24800, 0x00800 }, /* WF_LMAC_TOP BN0 (WF_MIB) */ in __mt7921_reg_addr() 67 { 0x820e4000, 0x21000, 0x00400 }, /* WF_LMAC_TOP BN0 (WF_TMAC) */ in __mt7921_reg_addr() 68 { 0x820e7000, 0x21e00, 0x00200 }, /* WF_LMAC_TOP BN0 (WF_DMA) */ in __mt7921_reg_addr() 69 { 0x820eb000, 0x24200, 0x00400 }, /* WF_LMAC_TOP BN0 (WF_LPON) */ in __mt7921_reg_addr() 70 { 0x820e2000, 0x20800, 0x00400 }, /* WF_LMAC_TOP BN0 (WF_AGG) */ in __mt7921_reg_addr() [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | syscons.h | 84 #define SC_DEBUG_LEVEL 0 96 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ 97 || (ch) < 0x07) 106 scp->start = 0;\ 111 #define UNKNOWN_MODE 0x00010 /* unknown video mode */ 112 #define SWITCH_WAIT_REL 0x00080 /* waiting for vty release */ 113 #define SWITCH_WAIT_ACQ 0x00100 /* waiting for vty ack */ 114 #define BUFFER_SAVED 0x00200 /* vty buffer is saved */ 115 #define CURSOR_ENABLED 0x00400 /* text cursor is enabled */ 116 #define MOUSE_MOVED 0x01000 /* mouse cursor has moved */ [all …]
|