Searched refs:_n (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dregs.h35 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n)))
46 * Note: "_n" is the queue number of the register to be written to.
51 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \
52 (0x0C000 + ((_n) * 0x40)))
53 #define E1000_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_regs.h54 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n)))
96 #define E1000_SAQF(_n) (0x5980 + 4 * (_n))
97 #define E1000_DAQF(_n) (0x59A0 + 4 * (_n))
98 #define E1000_SPQF(_n) (0x59C0 + 4 * (_n))
99 #define E1000_FTQF(_n) (0x59E0 + 4 * (_n))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Daddrs.h44 #define NASID_GET_META(_n) ((_n) >> NASID_LOCAL_BITS)
46 #define NASID_GET_LOCAL(_n) ((_n) & 0xf)
63 #define NODE_OFFSET(_n) (UINT64_CAST (_n) << NODE_SIZE_BITS)
65 #define NODE_CAC_BASE(_n) (CAC_BASE + NODE_OFFSET(_n))
66 #define NODE_HSPEC_BASE(_n) (HSPEC_BASE + NODE_OFFSET(_n))
[all...]
H A Dklconfig.h181 #define KL_CONFIG_CH_MALLOC_HDR(_n) PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n))
186 #define KL_CONFIG_CH_CONS_INFO(_n) PTR_CH_CONS_INFO(KL_CONFIG_HDR(_n))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/xen/
H A Dhypervisor.h52 #define scrub_pages(_p, _n) memset((void *)(_p), 0, (_n) << PAGE_SHIFT)
54 #define scrub_pages(_p, _n) ((void)0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_dump.c220 #define PRINT_REG_8bit(_ha, _n, _r) asd_printk(STR_8BIT, #_n, _n, \
222 #define PRINT_REG_16bit(_ha, _n, _r) asd_printk(STR_16BIT, #_n, _n, \
224 #define PRINT_REG_32bit(_ha, _n, _r) asd_printk(STR_32BIT, #_n, _n, \
227 #define PRINT_CREG_8bit(_ha, _n) asd_print
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dmodule.h60 #define RACK_CREATE_RACKID(_c, _g, _n) ((_c) * RACK_CLASS_DVDR + \
61 (_g) * RACK_GROUP_DVDR + (_n) * RACK_NUM_DVDR)
94 #define RACK_ADD_NUM(_r, _n) \
95 ((_r) |= ((_n) - 1) << RACK_NUM_SHFT(_r) & RACK_NUM_MASK(_r))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkmemcheck.h72 int _n; \
77 _n = (long) &((ptr)->name##_end) \
79 MAYBE_BUILD_BUG_ON(_n < 0); \
81 kmemcheck_mark_initialized(&((ptr)->name##_begin), _n); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dphy.h25 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
H A Dreg.h1811 #define AR_RATE_DURATION(_n) (AR_RATE_DURATION_0 + ((_n)<<2))
1815 #define AR_KEYTABLE(_n) (AR_KEYTABLE_0 + ((_n)*32))
1828 #define AR_KEYTABLE_KEY0(_n) (AR_KEYTABLE(_n) + 0)
1829 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4)
1830 #define AR_KEYTABLE_KEY2(_n) (AR_KEYTABLE(_n)
[all...]
H A Dath9k.h170 /* return whether a bit at index _n in bitmap _bm is set
172 #define ATH_BA_ISSET(_bm, _n) (((_n) < (WME_BA_BMP_SIZE)) && \
173 ((_bm)[(_n) >> 5] & (1 << ((_n) & 31))))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_mfg.h56 #define STRSZ(_n) (((_n) + 4) & ~3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dreg.h819 #define AR5K_DCU_TX_FILTER_0(_n) (AR5K_DCU_TX_FILTER_0_BASE + (_n * 64))
825 #define AR5K_DCU_TX_FILTER_1(_n) (AR5K_DCU_TX_FILTER_1_BASE + (_n * 64))
1736 #define AR5K_MIC_QOS_CTL_OFF(_n) (1 << (_n * 2))
1743 #define AR5K_MIC_QOS_SEL_OFF(_n) (1 << (_n * 4))
1790 #define AR5K_RATE_ACKSIFS(_n) (AR5K_RATE_ACKSIFS_BSE + ((_n) <<
[all...]
H A Ddesc.c316 #define _XTX_TRIES(_n) \
317 if (tx_tries##_n) { \
319 AR5K_REG_SM(tx_tries##_n, \
320 AR5K_4W_TX_DESC_CTL2_XMIT_TRIES##_n); \
322 AR5K_REG_SM(tx_rate##_n, \
323 AR5K_4W_TX_DESC_CTL3_XMIT_RATE##_n); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dhw.h73 #define E1000_EITR_82574(_n) (E1000_EITR_82574_BASE + (_n << 2))
103 #define E1000_RXDCTL(_n) (E1000_RXDCTL_BASE + (_n << 8))
108 * Note: "_n" is the queue number of the register to be written to.
114 #define E1000_RDBAL_REG(_n) (E1000_RDBAL + (_n << 8))
123 #define E1000_TXDCTL(_n) (E1000_TXDCTL_BASE + (_n << 8))
126 #define E1000_TARC(_n) (E1000_TARC_BAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dstring_32.h25 #define memmove(_to, _from, _n) \
28 __memmove(_t, (_from), (_n)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dkey.c550 struct rb_node *_n; local
557 for (_n = rb_first(&key_serial_tree); _n; _n = rb_next(_n)) {
558 key = rb_entry(_n, struct key, serial_node);
970 struct rb_node *_n; local
981 for (_n = rb_first(&key_serial_tree); _n; _n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dcookie.c240 struct hlist_node *_n; local
246 hlist_for_each_entry(object, _n, &cookie->backing_objects,
314 struct hlist_node *_n; local
324 hlist_for_each_entry(p, _n, &cookie->backing_objects, cookie_link) {
334 hlist_for_each_entry(p, _n, &cookie->parent->backing_objects,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dpcf50633-regulator.c27 #define PCF50633_REGULATOR(_name, _id, _n) \
32 .n_voltages = _n, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dnamei.c794 struct rb_node *_n; local
827 _n = cache->active_nodes.rb_node;
829 while (_n) {
830 object = rb_entry(_n, struct cachefiles_object, active_node);
833 _n = _n->rb_left;
835 _n = _n->rb_right;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-error.c225 struct rxrpc_call *call, *_n; local
232 list_for_each_entry_safe(call, _n, &trans->peer->error_targets,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/
H A Dcamellia.c355 #define RotLeft128(_s0,_s1,_s2,_s3,_n) do {\
356 u32 _t0=_s0>>(32-_n);\
357 _s0 = (_s0<<_n) | (_s1>>(32-_n));\
358 _s1 = (_s1<<_n) | (_s2>>(32-_n));\
359 _s2 = (_s2<<_n) | (_s3>>(32-_n));\
360 _s3 = (_s3<<_n) | _t0;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/
H A Dcamellia.c355 #define RotLeft128(_s0,_s1,_s2,_s3,_n) do {\
356 u32 _t0=_s0>>(32-_n);\
357 _s0 = (_s0<<_n) | (_s1>>(32-_n));\
358 _s1 = (_s1<<_n) | (_s2>>(32-_n));\
359 _s2 = (_s2<<_n) | (_s3>>(32-_n));\
360 _s3 = (_s3<<_n) | _t0;\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_type.h315 #define IXGBE_FHFT(_n) (0x09000 + (_n * 0x100)) /* Flex host filter table */
316 #define IXGBE_FHFT_EXT(_n) (0x09800 + (_n * 0x100)) /* Ext Flexible Host
422 #define IXGBE_LSECTXKEY0(_n) (0x08A1C + (4 * (_n))) /* 4 of these (0-3) */
423 #define IXGBE_LSECTXKEY1(_n) (0x08A2C + (4 * (_n))) /* 4 of these (0-3) */
429 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmltags.tex8 A tag has general form of {\tt <tagname param\_1 param\_2 ... param\_n>} where param\_i is

Completed in 730 milliseconds

12