Searched refs:inst (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpinstr.h13 #define INST_CPRTDO(inst) (((inst) & 0x0f000000) == 0x0e000000)
14 #define INST_CPRT(inst) ((inst) & (1 << 4))
15 #define INST_CPRT_L(inst) ((inst) & (1 << 20))
16 #define INST_CPRT_Rd(inst) (((inst) & (15 << 12)) >> 12)
17 #define INST_CPRT_OP(inst) (((inst) >> 2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Ddma.h76 #define DMA_ENABLE( inst ) \
77 do { reg_dma_rw_cfg e = REG_RD( dma, inst, rw_cfg );\
79 REG_WR( dma, inst, rw_cfg, e); } while( 0 )
82 #define DMA_RESET( inst ) \
83 do { reg_dma_rw_cfg r = REG_RD( dma, inst, rw_cfg );\
85 REG_WR( dma, inst, rw_cfg, r); } while( 0 )
88 #define DMA_STOP( inst ) \
89 do { reg_dma_rw_cfg s = REG_RD( dma, inst, rw_cfg );\
91 REG_WR( dma, inst, rw_cfg, s); } while( 0 )
94 #define DMA_CONTINUE( inst ) \
[all...]
H A Dirq_nmi_defs.h18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
44 #define REG_RD_INT( scope, inst, reg ) \
45 REG_READ( int, (inst)
[all...]
H A Dstrcop_defs.h6 * file: ../../inst/strcop/rtl/strcop_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile strcop_defs.h ../../inst/strcop/rtl/strcop_regs.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Data_defs.h6 * file: ../../inst/ata/rtl/ata_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile ata_defs.h ../../inst/ata/rtl/ata_regs.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Dconfig_defs.h18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst) + REG_WR_ADDR_##scope##_##reg + \
44 #define REG_RD_INT( scope, inst, reg ) \
45 REG_READ( int, (inst)
[all...]
H A Dintr_vect_defs.h6 * file: ../../inst/intr_vect/rtl/guinness/ivmask.config.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile intr_vect_defs.h ../../inst/intr_vect/rtl/guinness/ivmask.config.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Drt_trace_defs.h6 * file: ../../inst/rt_trace/rtl/rt_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile rt_trace_defs.h ../../inst/rt_trace/rtl/rt_regs.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Dstrmux_defs.h6 * file: ../../inst/strmux/rtl/guinness/strmux_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile strmux_defs.h ../../inst/strmux/rtl/guinness/strmux_regs.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Dtimer_defs.h6 * file: ../../inst/timer/rtl/timer_regs.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile timer_defs.h ../../inst/timer/rtl/timer_regs.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Dmarb_defs.h6 * file: ../../inst/memarb/rtl/guinness/marb_top.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile marb_defs.h ../../inst/memarb/rtl/guinness/marb_top.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Dmarb_bp_defs.h6 * file: ../../inst/memarb/rtl/guinness/marb_top.r
10 * by /n/asic/projects/guinness/design/top/inst/rdesc/rdes2c ../../rtl/global.rmap ../../mod/modreg.rmap -base 0xb0000000 ../../inst/memarb/rtl/guinness/marb_top.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, re
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink_log.c87 struct nfulnl_instance *inst; local
92 hlist_for_each_entry(inst, pos, head, hlist) {
93 if (inst->group_num == group_num)
94 return inst;
100 instance_get(struct nfulnl_instance *inst) argument
102 atomic_inc(&inst->use);
108 struct nfulnl_instance *inst; local
111 inst = __instance_lookup(group_num);
112 if (inst)
113 instance_get(inst);
120 instance_put(struct nfulnl_instance *inst) argument
134 struct nfulnl_instance *inst; local
189 __instance_destroy(struct nfulnl_instance *inst) argument
218 instance_destroy(struct nfulnl_instance *inst) argument
226 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, unsigned int range) argument
260 nfulnl_set_nlbufsiz(struct nfulnl_instance *inst, u_int32_t nlbufsiz) argument
279 nfulnl_set_timeout(struct nfulnl_instance *inst, u_int32_t timeout) argument
289 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) argument
299 nfulnl_set_flags(struct nfulnl_instance *inst, u_int16_t flags) argument
340 __nfulnl_send(struct nfulnl_instance *inst) argument
361 struct nfulnl_instance *inst = (struct nfulnl_instance *)data; local
375 __build_packet_message(struct nfulnl_instance *inst, const struct sk_buff *skb, unsigned int data_len, unsigned int pf, unsigned int hooknum, const struct net_device *indev, const struct net_device *outdev, const struct nf_loginfo *li, const char *prefix, unsigned int plen) argument
568 struct nfulnl_instance *inst; local
692 struct nfulnl_instance *inst; local
754 struct nfulnl_instance *inst; local
945 const struct nfulnl_instance *inst = v; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/
H A Diop_version_defs.h6 * file: ../../inst/io_proc/rtl/guinness/iop_version.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_version_defs.h ../../inst/io_proc/rtl/guinness/iop_version.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_crc_par_defs.h6 * file: ../../inst/io_proc/rtl/iop_crc_par.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_crc_par_defs.h ../../inst/io_proc/rtl/iop_crc_par.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_fifo_in_defs.h6 * file: ../../inst/io_proc/rtl/iop_fifo_in.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_in_defs.h ../../inst/io_proc/rtl/iop_fifo_in.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_fifo_in_extra_defs.h6 * file: ../../inst/io_proc/rtl/iop_fifo_in_extra.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_in_extra_defs.h ../../inst/io_proc/rtl/iop_fifo_in_extra.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_fifo_out_extra_defs.h6 * file: ../../inst/io_proc/rtl/iop_fifo_out_extra.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_fifo_out_extra_defs.h ../../inst/io_proc/rtl/iop_fifo_out_extra.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_mpu_defs.h6 * file: ../../inst/io_proc/rtl/iop_mpu.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_mpu_defs.h ../../inst/io_proc/rtl/iop_mpu.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_sap_in_defs.h6 * file: ../../inst/io_proc/rtl/iop_sap_in.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sap_in_defs.h ../../inst/io_proc/rtl/iop_sap_in.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_scrc_in_defs.h6 * file: ../../inst/io_proc/rtl/iop_scrc_in.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_scrc_in_defs.h ../../inst/io_proc/rtl/iop_scrc_in.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_scrc_out_defs.h6 * file: ../../inst/io_proc/rtl/iop_scrc_out.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_scrc_out_defs.h ../../inst/io_proc/rtl/iop_scrc_out.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
H A Diop_trigger_grp_defs.h6 * file: ../../inst/io_proc/rtl/iop_trigger_grp.r
10 * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_trigger_grp_defs.h ../../inst/io_proc/rtl/iop_trigger_grp.r
18 #define REG_RD( scope, inst, reg ) \
20 (inst) + REG_RD_ADDR_##scope##_##reg )
24 #define REG_WR( scope, inst, reg, val ) \
26 (inst) + REG_WR_ADDR_##scope##_##reg, (val) )
30 #define REG_RD_VECT( scope, inst, reg, index ) \
32 (inst) + REG_RD_ADDR_##scope##_##reg + \
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
39 (inst)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c51 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); local
52 struct cryptd_instance_ctx *ictx = crypto_instance_ctx(inst);
153 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); local
154 struct cryptd_instance_ctx *ictx = crypto_instance_ctx(inst);
187 struct crypto_instance *inst; local
191 inst = kzalloc(sizeof(*inst) + sizeof(*ctx), GFP_KERNEL);
192 if (IS_ERR(inst))
196 if (snprintf(inst->alg.cra_driver_name, CRYPTO_MAX_ALG_NAME,
200 ctx = crypto_instance_ctx(inst);
226 struct crypto_instance *inst; local
279 cryptd_free(struct crypto_instance *inst) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dinfobox.h28 void DoInfoBox(HINSTANCE inst, HWND hwnd, const char *filename);

Completed in 203 milliseconds

1234567891011>>