Searched refs:eidx (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dbootmem.c328 unsigned long sidx, unsigned long eidx)
334 eidx + bdata->node_min_pfn);
339 for (idx = sidx; idx < eidx; idx++)
345 unsigned long eidx, int flags)
353 eidx + bdata->node_min_pfn,
356 for (idx = sidx; idx < eidx; idx++)
372 unsigned long sidx, eidx; local
381 eidx = end - bdata->node_min_pfn;
384 return __reserve(bdata, sidx, eidx, flags);
386 __free(bdata, sidx, eidx);
327 __free(bootmem_data_t *bdata, unsigned long sidx, unsigned long eidx) argument
344 __reserve(bootmem_data_t *bdata, unsigned long sidx, unsigned long eidx, int flags) argument
603 unsigned long eidx, i, start_off, end_off; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c432 * @eidx: 0..3, the counter to increment
440 void qib_inc_eeprom_err(struct qib_devdata *dd, u32 eidx, u32 incr) argument
446 new_val = dd->eep_st_new_errs[eidx] + incr;
449 dd->eep_st_new_errs[eidx] = new_val;
H A Dqib.h1218 void qib_inc_eeprom_err(struct qib_devdata *dd, u32 eidx, u32 incr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Drrunner.c709 static u32 rr_handle_event(struct net_device *dev, u32 prodidx, u32 eidx) argument
718 while (prodidx != eidx){
719 switch (rrpriv->evt_ring[eidx].code){
892 u16 index = rrpriv->evt_ring[eidx].index;
901 dev->name, rrpriv->evt_ring[eidx].code);
903 eidx = (eidx + 1) % EVT_RING_ENTRIES;
906 rrpriv->info->evt_ctrl.pi = eidx;
908 return eidx;
1010 u32 prodidx, rxindex, eidx, txcsm local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Ddma.h493 extern void omap_set_dma_src_index(int lch, int eidx, int fidx);
501 extern void omap_set_dma_dest_index(int lch, int eidx, int fidx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c1006 * @eidx: 0..3, the counter to increment
1015 void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr) argument
1021 new_val = dd->ipath_eep_st_new_errs[eidx] + incr;
1024 dd->ipath_eep_st_new_errs[eidx] = new_val;
H A Dipath_kernel.h1035 void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddma.c464 void omap_set_dma_src_index(int lch, int eidx, int fidx) argument
469 dma_write(eidx, CSEI(lch));
563 void omap_set_dma_dest_index(int lch, int eidx, int fidx) argument
568 dma_write(eidx, CDEI(lch));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_realtek.c5143 int iidx, eidx; local
5148 eidx = get_connection_index(codec, cap, spec->ext_mic.pin);
5149 if (eidx < 0)
5152 spec->ext_mic.mux_idx = eidx;

Completed in 224 milliseconds