Searched +full:0 +full:x0002000 (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | snps,dw-wdt.yaml | 70 default: [0x0001000 0x0002000 0x0004000 0x0008000 71 0x0010000 0x0020000 0x0040000 0x0080000 72 0x0100000 0x0200000 0x0400000 0x0800000 73 0x1000000 0x2000000 0x4000000 0x8000000] 88 reg = <0xffd02000 0x1000>; 89 interrupts = <0 171 4>; 97 reg = <0xffd02000 0x1000>; 98 interrupts = <0 171 4>; 101 snps,watchdog-tops = <0x000000FF 0x000001FF 0x000003FF 102 0x000007FF 0x0000FFFF 0x0001FFFF [all …]
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.h | 38 #define LINUX_IOC_VOID 0 39 #define LINUX_IOC_IN 0x40000000 40 #define LINUX_IOC_OUT 0x80000000 46 #define LINUX_BLKROSET 0x125d 47 #define LINUX_BLKROGET 0x125e 48 #define LINUX_BLKRRPART 0x125f 49 #define LINUX_BLKGETSIZE 0x1260 50 #define LINUX_BLKFLSBUF 0x1261 51 #define LINUX_BLKRASET 0x1262 52 #define LINUX_BLKRAGET 0x1263 [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | pci.c | 14 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7925), 16 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0717), 61 dev->backup_l1 = 0; in mt7925_reg_remap_restore() 66 dev->backup_l2 = 0; in mt7925_reg_remap_restore() 107 { 0x830c0000, 0x000000, 0x0001000 }, /* WF_MCU_BUS_CR_REMAP */ in __mt7925_reg_addr() 108 { 0x54000000, 0x002000, 0x0001000 }, /* WFDMA PCIE0 MCU DMA0 */ in __mt7925_reg_addr() 109 { 0x55000000, 0x003000, 0x0001000 }, /* WFDMA PCIE0 MCU DMA1 */ in __mt7925_reg_addr() 110 { 0x56000000, 0x004000, 0x0001000 }, /* WFDMA reserved */ in __mt7925_reg_addr() 111 { 0x57000000, 0x005000, 0x0001000 }, /* WFDMA MCU wrap CR */ in __mt7925_reg_addr() 112 { 0x58000000, 0x006000, 0x0001000 }, /* WFDMA PCIE1 MCU DMA0 (MEM_DMA) */ in __mt7925_reg_addr() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | designware-pcie.txt | 46 0x00-0xff is assumed if not present) 55 reg = <0xdfc00000 0x0001000>, /* IP registers */ 56 <0xd0000000 0x0002000>; /* Configuration space */ 61 ranges = <0x81000000 0 0x00000000 0xde000000 0 0x00010000 62 0x82000000 0 0xd0400000 0xd0400000 0 0x0d000000>; 70 reg = <0xdfc00000 0x0001000>, /* IP registers 1 */ 71 <0xdfc01000 0x0001000>, /* IP registers 2 */ 72 <0xd0000000 0x2000000>; /* Configuration space */
|
| H A D | snps,dw-pcie.yaml | 55 CDM/ELBI = 0 and CS2 = 0 or is a contiguous memory region 62 by setting CDM/ELBI = 0 and CS2 = 1. This is an intermix of 72 can be selected by setting CDM/ELBI = 1 and CS2 = 0 wires or can 83 normally mapped to the 0x0 address of this region, while eDMA 84 is available at 0x80000 base address. 149 pattern: '^dma([0-9]|1[0-5])?$' 222 reg = <0xdfc00000 0x0001000>, /* IP registers */ 223 <0xd0000000 0x0002000>; /* Configuration space */ 227 ranges = <0x81000000 0 0x00000000 0xde000000 0 0x00010000>, 228 <0x82000000 0 0xd0400000 0xd0400000 0 0x0d000000>; [all …]
|
| /freebsd/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 0x0000100 /* Don't convert unprintable chars */ [all …]
|
| /freebsd/sbin/routed/ |
| H A D | defs.h | 47 * do not advertise if ipforwarding=0 103 #define EPOCH NEVER /* bias time by this to avoid <0 */ 123 #define INADDR_ALLROUTERS_GROUP 0xe0000002 /* 224.0.0.2 */ 127 #define MIN_PreferenceLevel 0x80000000 162 # define RS_IF 0x001 /* for network interface */ 163 # define RS_NET_INT 0x002 /* authority route */ 164 # define RS_NET_SYN 0x004 /* fake net route for subnet */ 166 # define RS_SUBNET 0x008 /* subnet route from any source */ 167 # define RS_LOCAL 0x010 /* loopback for pt-to-pt */ 168 # define RS_MHOME 0x020 /* from -m */ [all …]
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | ks_p11.c | 139 memset(&mechanism, 0, sizeof(mechanism)); in p11_rsa_private_encrypt() 177 memset(&mechanism, 0, sizeof(mechanism)); in p11_rsa_private_decrypt() 225 new_method = RSA_meth_new("hx509 PKCS11 PKCS#1 RSA", 0); in get_p11_rsa_pkcs1_method() 273 hx509_set_error_string(context, 0, HX509_PKCS11_NO_MECH, in p11_mech_info() 278 if (i == 0) { in p11_mech_info() 279 hx509_set_error_string(context, 0, HX509_PKCS11_NO_MECH, in p11_mech_info() 283 slot->mechs.list = calloc(i, sizeof(slot->mechs.list[0])); in p11_mech_info() 285 hx509_set_error_string(context, 0, ENOMEM, in p11_mech_info() 292 hx509_set_error_string(context, 0, HX509_PKCS11_NO_MECH, in p11_mech_info() 301 hx509_set_error_string(context, 0, ENOMEM, in p11_mech_info() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 53 #define ACL_SYNCHRONIZE_SET_DENY 0x0000001 54 #define ACL_SYNCHRONIZE_SET_ALLOW 0x0000002 55 #define ACL_SYNCHRONIZE_ERR_DENY 0x0000004 56 #define ACL_SYNCHRONIZE_ERR_ALLOW 0x0000008 58 #define ACL_WRITE_OWNER_SET_DENY 0x0000010 59 #define ACL_WRITE_OWNER_SET_ALLOW 0x0000020 60 #define ACL_WRITE_OWNER_ERR_DENY 0x0000040 61 #define ACL_WRITE_OWNER_ERR_ALLOW 0x0000080 63 #define ACL_DELETE_SET_DENY 0x0000100 64 #define ACL_DELETE_SET_ALLOW 0x0000200 [all …]
|
| /freebsd/usr.sbin/ctladm/ |
| H A D | ctladm.c | 123 CTLADM_ARG_NONE = 0x0000000, 124 CTLADM_ARG_AUTOSENSE = 0x0000001, 125 CTLADM_ARG_DEVICE = 0x0000002, 126 CTLADM_ARG_ARRAYSIZE = 0x0000004, 127 CTLADM_ARG_BACKEND = 0x0000008, 128 CTLADM_ARG_CDBSIZE = 0x0000010, 129 CTLADM_ARG_DATALEN = 0x0000020, 130 CTLADM_ARG_FILENAME = 0x0000040, 131 CTLADM_ARG_LBA = 0x0000080, 132 CTLADM_ARG_PC = 0x0000100, [all …]
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 133 #define HAVE_LOG2 0 166 #define SQLITE_OS_OTHER 0 169 #define SQLITE_ENABLE_LOCKING_STYLE 0 173 #define OS_VXWORKS 0 216 ** value of 0 means that compiler is not being used. The 218 ** optimizations, and hence set all compiler macros to 0 230 # define GCC_VERSION 0 235 # define MSVC_VERSION 0 243 # if MSVC_VERSION==0 || MSVC_VERSION>=1800 246 # define SQLITE_HAVE_C99_MATH_FUNCS (0) [all …]
|