| /openbsd/src/sys/dev/pci/ |
| D | igc_regs.h | 43 #define IGC_EITR(_n) (0x01680 + (0x4 * (_n))) argument 102 #define IGC_INVM_DATA_REG(_n) (0x12120 + 4*(_n)) argument 114 #define IGC_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument 116 #define IGC_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument 118 #define IGC_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ argument 120 #define IGC_SRRCTL(_n) ((_n) < 4 ? (0x0280C + ((_n) * 0x100)) : \ argument 122 #define IGC_RDH(_n) ((_n) < 4 ? (0x02810 + ((_n) * 0x100)) : \ argument 124 #define IGC_RDT(_n) ((_n) < 4 ? (0x02818 + ((_n) * 0x100)) : \ argument 126 #define IGC_RXDCTL(_n) ((_n) < 4 ? (0x02828 + ((_n) * 0x100)) : \ argument 128 #define IGC_RQDPC(_n) ((_n) < 4 ? (0x02830 + ((_n) * 0x100)) : \ argument [all …]
|
| D | if_em_hw.h | 1061 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n))) argument 1100 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument 1103 #define E1000_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument 1106 #define E1000_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ argument 1109 #define E1000_SRRCTL(_n) ((_n) < 4 ? (0x0280C + ((_n) * 0x100)) : \ argument 1112 #define E1000_RDH(_n) ((_n) < 4 ? (0x02810 + ((_n) * 0x100)) : \ argument 1115 #define E1000_RDT(_n) ((_n) < 4 ? (0x02818 + ((_n) * 0x100)) : \ argument 1122 #define E1000_RXDCTL(_n) ((_n) < 4 ? (0x02828 + ((_n) * 0x100)) : \ argument 1135 #define E1000_TDBAL(_n) ((_n) < 4 ? (0x03800 + ((_n) * 0x100)) : \ argument 1138 #define E1000_TDBAH(_n) ((_n) < 4 ? (0x03804 + ((_n) * 0x100)) : \ argument [all …]
|
| /openbsd/src/sys/dev/ic/ |
| D | ar5211reg.h | 317 #define AR5K_AR5211_QCU(_n, _a) (((_n) << 2) + _a) argument 322 #define AR5K_AR5211_QCU_TXDP(_n) AR5K_AR5211_QCU(_n, 0x0800) argument 337 #define AR5K_AR5211_QCU_CBRCFG(_n) AR5K_AR5211_QCU(_n, 0x08c0) argument 346 #define AR5K_AR5211_QCU_RDYTIMECFG(_n) AR5K_AR5211_QCU(_n, 0x0900) argument 355 #define AR5K_AR5211_QCU_ONESHOTARMS(_n) AR5K_AR5211_QCU(_n, 0x0940) argument 361 #define AR5K_AR5211_QCU_ONESHOTARMC(_n) AR5K_AR5211_QCU(_n, 0x0980) argument 367 #define AR5K_AR5211_QCU_MISC(_n) AR5K_AR5211_QCU(_n, 0x09c0) argument 386 #define AR5K_AR5211_QCU_STS(_n) AR5K_AR5211_QCU(_n, 0x0a00) argument 399 #define AR5K_AR5211_DCU(_n, _a) AR5K_AR5211_QCU(_n, _a) argument 404 #define AR5K_AR5211_DCU_QCUMASK(_n) AR5K_AR5211_DCU(_n, 0x1000) argument [all …]
|
| D | ar5212reg.h | 321 #define AR5K_AR5212_QCU(_n, _a) (((_n) << 2) + _a) argument 326 #define AR5K_AR5212_QCU_TXDP(_n) AR5K_AR5212_QCU(_n, 0x0800) argument 341 #define AR5K_AR5212_QCU_CBRCFG(_n) AR5K_AR5212_QCU(_n, 0x08c0) argument 350 #define AR5K_AR5212_QCU_RDYTIMECFG(_n) AR5K_AR5212_QCU(_n, 0x0900) argument 359 #define AR5K_AR5212_QCU_ONESHOTARMS(_n) AR5K_AR5212_QCU(_n, 0x0940) argument 365 #define AR5K_AR5212_QCU_ONESHOTARMC(_n) AR5K_AR5212_QCU(_n, 0x0980) argument 371 #define AR5K_AR5212_QCU_MISC(_n) AR5K_AR5212_QCU(_n, 0x09c0) argument 390 #define AR5K_AR5212_QCU_STS(_n) AR5K_AR5212_QCU(_n, 0x0a00) argument 414 #define AR5K_AR5212_DCU(_n, _a) AR5K_AR5212_QCU(_n, _a) argument 419 #define AR5K_AR5212_DCU_QCUMASK(_n) AR5K_AR5212_DCU(_n, 0x1000) argument [all …]
|
| D | ar5210reg.h | 603 #define AR5K_AR5210_KEYTABLE_OFF(_n, x) (AR5K_AR5210_KEYTABLE(_n) + (x << 2)) argument 604 #define AR5K_AR5210_KEYTABLE_TYPE(_n) AR5K_AR5210_KEYTABLE_OFF(_n, 5) argument 608 #define AR5K_AR5210_KEYTABLE_MAC0(_n) AR5K_AR5210_KEYTABLE_OFF(_n, 6) argument 609 #define AR5K_AR5210_KEYTABLE_MAC1(_n) AR5K_AR5210_KEYTABLE_OFF(_n, 7) argument 618 #define AR5K_AR5210_PHY(_n) (0x9800 + ((_n) << 2)) argument 682 #define AR5K_AR5210_PHY_NF_RVAL(_n) (((_n) >> 19) & AR5K_AR5210_PHY_NF_M) argument 683 #define AR5K_AR5210_PHY_NF_AVAL(_n) (-((_n) ^ AR5K_AR5210_PHY_NF_M) + 1) argument 703 #define AR5K_AR5210_BB_GAIN(_n) (0x9b00 + ((_n) << 2)) argument 704 #define AR5K_AR5210_RF_GAIN(_n) (0x9a00 + ((_n) << 2)) argument
|
| /openbsd/src/sys/arch/sh/include/ |
| D | atomic.h | 43 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument 59 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument 76 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument 91 #define atomic_swap_uint(_p, _n) _atomic_swap_uint((_p), (_n)) argument 106 #define atomic_swap_ulong(_p, _n) _atomic_swap_ulong((_p), (_n)) argument 122 #define atomic_swap_ptr(_p, _n) _atomic_swap_ptr((_p), (_n)) argument
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | atomic.h | 67 #define atomic_cas_uint(_p, _e, _n) _atomic_cas_uint((_p), (_e), (_n)) argument 78 #define atomic_cas_ulong(_p, _e, _n) _atomic_cas_ulong((_p), (_e), (_n)) argument 89 #define atomic_cas_ptr(_p, _e, _n) _atomic_cas_ptr((_p), (_e), (_n)) argument 100 #define atomic_swap_uint(_p, _n) _atomic_swap_uint((_p), (_n)) argument 101 #define atomic_swap_32(_p, _n) _atomic_swap_uint((_p), (_n)) argument 112 #define atomic_swap_ulong(_p, _n) _atomic_swap_ulong((_p), (_n)) argument 123 #define atomic_swap_64(_p, _n) _atomic_swap_64((_p), (_n)) argument 134 #define atomic_swap_ptr(_p, _n) _atomic_swap_ptr((_p), (_n)) argument
|
| /openbsd/src/sys/arch/i386/include/ |
| D | atomic.h | 62 #define atomic_cas_uint(_p, _e, _n) _atomic_cas_uint((_p), (_e), (_n)) argument 73 #define atomic_cas_ulong(_p, _e, _n) _atomic_cas_ulong((_p), (_e), (_n)) argument 84 #define atomic_cas_ptr(_p, _e, _n) _atomic_cas_ptr((_p), (_e), (_n)) argument 95 #define atomic_swap_uint(_p, _n) _atomic_swap_uint((_p), (_n)) argument 96 #define atomic_swap_32(_p, _n) _atomic_swap_uint((_p), (_n)) argument 107 #define atomic_swap_ulong(_p, _n) _atomic_swap_ulong((_p), (_n)) argument 118 #define atomic_swap_ptr(_p, _n) _atomic_swap_ptr((_p), (_n)) argument
|
| /openbsd/src/sys/arch/hppa/include/ |
| D | atomic.h | 92 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument 108 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument 125 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument 140 #define atomic_swap_uint(_p, _n) _atomic_swap_uint((_p), (_n)) argument 155 #define atomic_swap_ulong(_p, _n) _atomic_swap_ulong((_p), (_n)) argument 171 #define atomic_swap_ptr(_p, _n) _atomic_swap_ptr((_p), (_n)) argument
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | pyro.c | 65 #define FIRE_INTR_MAP(_n) 0x01000 + ((_n) * 8) argument 66 #define FIRE_INTR_CLR(_n) 0x01400 + ((_n) * 8) argument 69 #define FIRE_EQ_CNTRL_SET(_n) 0x11000 + ((_n) * 8) argument 71 #define FIRE_EQ_CNTRL_CLEAR(_n) 0x11200 + ((_n) * 8) argument 72 #define FIRE_EQ_STATE(_n) 0x11400 + ((_n) * 8) argument 73 #define FIRE_EQ_TAIL(_n) 0x11600 + ((_n) * 8) argument 74 #define FIRE_EQ_HEAD(_n) 0x11800 + ((_n) * 8) argument 75 #define FIRE_MSI_MAP(_n) 0x20000 + ((_n) * 8) argument 79 #define FIRE_MSI_CLEAR(_n) 0x28000 + ((_n) * 8) argument
|
| /openbsd/src/sys/arch/mips64/include/ |
| D | atomic.h | 77 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument 96 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument 116 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument 174 #define atomic_swap_ptr(_p, _n) _atomic_swap_ptr((_p), (_n)) argument
|
| /openbsd/src/usr.bin/dig/lib/isc/include/isc/ |
| D | buffer.h | 599 #define ISC__BUFFER_ADD(_b, _n) \ argument 604 #define ISC__BUFFER_SUBTRACT(_b, _n) \ argument 637 #define ISC__BUFFER_SETACTIVE(_b, _n) \ argument 647 #define ISC__BUFFER_FORWARD(_b, _n) \ argument
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | atomic.h | 30 #define atomic_cas_uint(_p, _e, _n) _atomic_cas_uint((_p), (_e), (_n)) argument 41 #define atomic_cas_ulong(_p, _e, _n) _atomic_cas_ulong((_p), (_e), (_n)) argument 52 #define atomic_cas_ptr(_p, _e, _n) _atomic_cas_ptr((_p), (_e), (_n)) argument
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hppa-linux-nat.c | 183 #define GR_REGNUM(_n) (HPPA_R0_REGNUM+_n) argument 184 #define TR_REGNUM(_n) (HPPA_TR0_REGNUM+_n) argument
|
| /openbsd/src/sys/arch/arm/include/ |
| D | atomic.h | 41 #define atomic_cas_uint(_p, _e, _n) _atomic_cas_uint((_p), (_e), (_n)) in _def_atomic_cas() argument 42 #define atomic_cas_ulong(_p, _e, _n) _atomic_cas_ulong((_p), (_e), (_n)) in _def_atomic_cas() argument 66 #define atomic_cas_ptr(_p, _e, _n) _atomic_cas_ptr((_p), (_e), (_n)) argument
|
| /openbsd/src/sys/arch/powerpc64/include/ |
| D | atomic.h | 71 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument 91 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument 112 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | atomic.h | 71 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument 91 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument 112 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument
|
| /openbsd/src/sys/sys/ |
| D | percpu.h | 189 #define COUNTERS_BOOT_MEMORY(_name, _n) \ argument 192 #define COUNTERS_BOOT_MEMORY(_name, _n) \ argument
|
| D | tree.h | 989 #define RBT_FOREACH_SAFE(_e, _name, _head, _n) \ argument 999 #define RBT_FOREACH_REVERSE_SAFE(_e, _name, _head, _n) \ argument
|
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | efidev.c | 48 #define EFI_SECTOBLK(_ed, _n) ((_n) * EFI_BLKSPERSEC(_ed)) argument
|
| /openbsd/src/sys/arch/armv7/stand/efiboot/ |
| D | efidev.c | 48 #define EFI_SECTOBLK(_ed, _n) ((_n) * EFI_BLKSPERSEC(_ed)) argument
|
| /openbsd/src/sys/dev/fdt/ |
| D | rkusbphy.c | 231 #define RKUSBPHY_ID(_n, _c) { _n, _c, nitems(_c) } argument
|
| /openbsd/src/sys/arch/amd64/stand/efiboot/ |
| D | efidev.c | 55 #define EFI_SECTOBLK(_ed, _n) ((_n) * EFI_BLKSPERSEC(_ed)) argument
|
| /openbsd/src/usr.sbin/netgroup_mkdb/ |
| D | netgroup_mkdb.c | 55 } _n; member
|
| /openbsd/src/lib/libcrypto/camellia/ |
| D | camellia.c | 352 #define RotLeft128(_s0, _s1, _s2, _s3, _n) \ argument
|