Searched refs:index (Results 51 - 75 of 2226) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dfsl_booke_mmu.c57 extern void loadcam_entry(unsigned int index);
114 void settlbcam(int index, unsigned long virt, phys_addr_t phys, argument
127 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1);
128 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
129 TLBCAM[index].MAS2 = virt & PAGE_MASK;
131 TLBCAM[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0;
132 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
133 TLBCAM[index]
157 invalidate_tlbcam_entry(int index) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dfsl_booke_mmu.c57 extern void loadcam_entry(unsigned int index);
114 void settlbcam(int index, unsigned long virt, phys_addr_t phys, argument
127 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1);
128 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
129 TLBCAM[index].MAS2 = virt & PAGE_MASK;
131 TLBCAM[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0;
132 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
133 TLBCAM[index]
157 invalidate_tlbcam_entry(int index) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmcg.c51 static int mlx4_READ_MCG(struct mlx4_dev *dev, int index, argument
54 return mlx4_cmd_box(dev, 0, mailbox->dma, index, 0, MLX4_CMD_READ_MCG,
58 static int mlx4_WRITE_MCG(struct mlx4_dev *dev, int index, argument
61 return mlx4_cmd(dev, mailbox->dma, index, 0, MLX4_CMD_WRITE_MCG,
86 * If GID is found in MGM or MGM is empty, *index = *hash, *prev = -1
89 * if GID is found in AMGM, *index = index in AMGM, *prev = index of
92 * If no AMGM exists for given gid, *index = -1, *prev = index o
95 find_mgm(struct mlx4_dev *dev, u8 *gid, struct mlx4_cmd_mailbox *mgm_mailbox, u16 *hash, int *prev, int *index) argument
163 int index, prev; local
258 int prev, index; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DShipmentData.java9 package collections.ship.index;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DBaseIterator.java30 * Initializes a list iterator at the given index. Called by
33 boolean moveToIndex(int index); argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRawComplexInput.java25 private int index; field in class:RawComplexInput
39 RawObject raw = objects[index];
40 FieldInfo field = fields[index];
41 index += 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_uar.c42 uar->index = mthca_alloc(&dev->uar_table.alloc);
43 if (uar->index == -1)
46 uar->pfn = (pci_resource_start(dev->pdev, 2) >> PAGE_SHIFT) + uar->index;
53 mthca_free(&dev->uar_table.alloc, uar->index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Dsha256_s390.c53 unsigned int index; local
57 index = sctx->count & 0x3f;
61 if ((index + len) < SHA256_BLOCK_SIZE)
65 if (index) {
66 memcpy(sctx->buf + index, data, SHA256_BLOCK_SIZE - index);
70 data += SHA256_BLOCK_SIZE - index;
71 len -= SHA256_BLOCK_SIZE - index;
86 memcpy(sctx->buf + index , data, len);
94 unsigned int index, en local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500_usb.h34 int index; member in struct:RioCommand
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Drectype.awk8 while ((ndx = index(RECTYPE, ",")) != 0) {
19 if (index($1, types[i]) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dmacide.c97 int index = -1; local
105 index = ide_register_hw(&hw, 1, &hwif);
112 index = ide_register_hw(&hw, 1, &hwif);
119 index = ide_register_hw(&hw, 1, &hwif);
120 if (index == -1) break;
128 ide_drive_t *drive = &ide_hwifs[index].drives[0];
143 if (index != -1) {
146 printk(KERN_INFO "ide%d: Macintosh Quadra IDE interface\n", index);
148 printk(KERN_INFO "ide%d: Macintosh Powerbook IDE interface\n", index);
150 printk(KERN_INFO "ide%d: Macintosh Powerbook Baboon IDE interface\n", index);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/utility/
H A DMakefile6 db_upgrade.html db_verify.html index.html
8 XML= index.html dbxml_dump.html dbxml_load.html dbxmlsh.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dibm440sp.c26 .mal_idx = 0, /* MAL device index */
59 .index = 0,
66 .index = 0,
73 .index = 1,
80 .index = 2,
87 .index = 0,
96 .index = 1,
105 .index = 0,
120 .index = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dcmdline.c32 #define prom_argv(index) ((char *)(long)_prom_argv[(index)])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-64k.h75 #define __rpte_to_hidx(r,index) ((pte_val((r).pte) & _PAGE_COMBO) ? \
76 (((r).hidx >> ((index)<<2)) & 0xf) : ((pte_val((r).pte) >> 12) & 0xf))
78 #define __rpte_sub_valid(rpte, index) \
79 (pte_val(rpte.pte) & (_PAGE_HPTE_SUB0 >> (index)))
85 #define pte_iterate_hashed_subpages(rpte, psize, va, index, shift) \
91 for (index = 0; va < __end; index++, va += (1 << shift)) { \
92 if (!__split || __rpte_sub_valid(rpte, index)) do { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtce.h41 extern void tce_build(struct iommu_table *tbl, unsigned long index,
43 extern void tce_free(struct iommu_table *tbl, long index, unsigned int npages);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dide.h31 static inline unsigned long ide_default_io_base(int index) argument
33 switch (index) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264_i386.h39 int *index){
42 int minusindex= 4-(int)index;
84 :"=&a"(coeff_count), "+r"(significant_coeff_ctx_base), "+m"(index)
93 int *index, const uint8_t *sig_off){
94 int minusindex= 4-(int)index;
144 :"=&a"(coeff_count),"+m"(last), "+m"(index)
37 decode_significance_x86(CABACContext *c, int max_coeff, uint8_t *significant_coeff_ctx_base, int *index) argument
91 decode_significance_8x8_x86(CABACContext *c, uint8_t *significant_coeff_ctx_base, int *index, const uint8_t *sig_off) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dhash.c75 int index; local
85 index = hash_tbl->hash_function(key) % hash_tbl->hash_size;
90 element->next = hash_tbl->hash_list[index];
91 hash_tbl->hash_list[index] = element;
99 int index; local
101 index = hash_tbl->hash_function(key) % hash_tbl->hash_size;
102 element = hash_tbl->hash_list[index];
108 hash_tbl->hash_list[index] = element->next;
123 int index; local
125 index
143 int i, hash_size, index; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dfalloc.c181 int index; local
206 index = 0;
207 while (index < new_blk->count)
209 while(index < new_blk->count
213 _gdbm_put_av_elem(new_blk->av_table[index],
216 index++;
256 int index; local
282 for (index = 1; index < dbf->header->avail.count; index
320 int index; /* For searching through the avail block. */ local
361 int index; /* For searching through the avail block. */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dmac.c51 u32 index; member in struct:_cmac_instance
71 mac_intr |= static_aPorts[mac->instance->index];
96 mac_intr &= ~(static_aPorts[mac->instance->index]);
119 mac_intr |= (static_aPorts[mac->instance->index]);
132 + MAC_REG_IDLO(mac->instance->index));
134 + MAC_REG_IDHI(mac->instance->index));
149 int idx = mac->instance->index;
177 + MAC_REG_CSR(mac->instance->index));
182 mac->adapter->regs + MAC_REG_CSR(mac->instance->index));
193 + MAC_REG_CSR(mac->instance->index));
300 mac_create(adapter_t *adapter, int index) argument
[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.h30 #define REG_RD_VECT( scope, inst, reg, index ) \
33 (index) * STRIDE_##scope##_##reg )
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
40 (index) * STRIDE_##scope##_##reg, (val) )
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
56 (index) * STRIDE_##scope##_##reg )
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
62 (index) * STRIDE_##scope##_##reg, (val) )
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \
82 (index) * STRIDE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dirq_nmi_defs.h30 #define REG_RD_VECT( scope, inst, reg, index ) \
33 (index) * STRIDE_##scope##_##reg )
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
40 (index) * STRIDE_##scope##_##reg, (val) )
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
56 (index) * STRIDE_##scope##_##reg )
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
62 (index) * STRIDE_##scope##_##reg, (val) )
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \
82 (index) * STRIDE
[all...]
H A Dstrcop_defs.h30 #define REG_RD_VECT( scope, inst, reg, index ) \
33 (index) * STRIDE_##scope##_##reg )
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
40 (index) * STRIDE_##scope##_##reg, (val) )
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
56 (index) * STRIDE_##scope##_##reg )
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
62 (index) * STRIDE_##scope##_##reg, (val) )
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \
82 (index) * STRIDE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dref.c111 u32 index; local
127 index = tipc_ref_table.first_free;
128 entry = &(tipc_ref_table.entries[index]);
134 reference = (next_plus_upper & ~index_mask) + index;
155 u32 index; local
169 index = ref & index_mask;
170 entry = &(tipc_ref_table.entries[index]);
184 tipc_ref_table.first_free = index;
187 |= index;
188 tipc_ref_table.last_free = index;
[all...]

Completed in 242 milliseconds

1234567891011>>