Searched refs:window_size (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dalchemy-flash.c126 unsigned long window_size; local
132 window_size = BOARD_FLASH_SIZE;
136 window_size = 0x04000000;
146 alchemy_map.size = window_size;
154 alchemy_map.virt = ioremap(window_addr, window_size);
H A Dbcm947xx-flash.c87 uint window_addr = 0, window_size = 0; local
104 bcm947xx_map.size = window_size = 32 * 1024 * 1024;
112 bcm947xx_map.size = window_size = WINDOW_SIZE;
124 bcm947xx_map.virt = ioremap(window_addr, window_size);
H A Dixp2000.c150 unsigned long window_size; local
160 window_size = dev->resource->end - dev->resource->start + 1;
162 ixp_data->nr_banks, ((u32)window_size >> 20));
185 info->map.size = ixp_data->nr_banks * window_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dnull.c43 .window_size = generic_window_size,
H A Dpty.c130 .window_size = generic_window_size,
143 .window_size = generic_window_size,
H A Dtty.c73 .window_size = generic_window_size,
H A Dfd.c88 .window_size = generic_window_size,
H A Dport_user.c111 .window_size = generic_window_size,
H A Dxterm.c199 .window_size = generic_window_size,
H A Dchan_kern.c86 .window_size = not_configged_window_size,
378 if(chan->ops->window_size == NULL)
380 return chan->ops->window_size(chan->fd, chan->data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexregion.c79 acpi_size window_size; local
149 window_size = (acpi_size)
152 if (window_size > ACPI_SYSMEM_REGION_WINDOW_SIZE) {
153 window_size = ACPI_SYSMEM_REGION_WINDOW_SIZE;
159 acpi_os_map_memory((acpi_native_uint) address, window_size);
164 (u32) window_size));
172 mem_info->mapped_length = window_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dchan_user.h29 int (*window_size)(int, void *, unsigned short *, unsigned short *); member in struct:chan_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dqos.c286 qos->window_size.bits &= new->window_size.bits;
325 qos->window_size.bits = 0x7f;
396 if (qos->window_size.value > 1) {
397 qos->window_size.value--;
399 __FUNCTION__, qos->window_size.value);
419 if (qos->window_size.value > sysctl_max_tx_window)
420 qos->window_size.value = sysctl_max_tx_window;
448 self->qos_tx.window_size.value);
652 param->pv.i = self->qos_rx.window_size
[all...]
H A Dirlap.c727 self->window = self->window_size - skb_queue_len(&self->wx_list);
981 self->qos_tx.window_size.value = 1;
982 self->qos_rx.window_size.value = 1;
1018 self->window_size = self->qos_tx.window_size.value;
1019 self->window = self->qos_tx.window_size.value;
1151 self->window_size);
1181 self->qos_tx.window_size.value);
1197 self->qos_rx.window_size.value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dqos.h74 qos_value_t window_size; member in struct:qos_info
H A Dirlap.h179 int window_size; /* Current negotiated window size */ member in struct:irlap_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_sx4.c885 u32 window_size; local
896 window_size = 0x2000 * 4; /* 32K byte uchar size */
897 idx = (u16) (offset / window_size);
904 offset -= (idx * window_size);
906 dist = ((long) (window_size - (offset + size))) >= 0 ? size :
907 (long) (window_size - offset);
913 for (; (long) size >= (long) window_size ;) {
919 window_size / 4);
920 psource += window_size;
921 size -= window_size;
940 u32 window_size; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dirda.h182 unsigned short window_size; member in struct:if_irda_qos
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dpcnet_cs.c1479 int i, window_size, offset, last_ret, last_fn; local
1481 window_size = (stop_pg - start_pg) << 8;
1482 if (window_size > 32 * 1024)
1483 window_size = 32 * 1024;
1486 while ((window_size & (window_size - 1)) != 0)
1487 window_size += window_size & ~(window_size - 1);
1492 req.Base = 0; req.Size = window_size;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h99 ulg window_size; member in struct:deflate_state
H A Ddeflate.c515 s->window_size = (ulg)2L*s->w_size;
592 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
628 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
660 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
720 * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD
735 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
786 * more == window_size - lookahead - strstart
787 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
788 * => more >= window_size - 2*WSIZE + 2
790 * window_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsonic.c62 int window_size; member in struct:SonicContext
571 s->window_size = ((2*s->tail_size)+s->frame_size);
572 s->window = av_mallocz(4* s->window_size);
666 memset(s->window, 0, 4* s->window_size);
681 modified_levinson_durbin(s->window, s->window_size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dpci_iommu.c65 unsigned long window_size, unsigned long align)
70 mem_size = window_size / (PAGE_SIZE / sizeof(unsigned long));
112 arena->size = window_size;
124 unsigned long window_size, unsigned long align)
126 return iommu_arena_new_node(0, hose, base, window_size, align);
62 iommu_arena_new_node(int nid, struct pci_controller *hose, dma_addr_t base, unsigned long window_size, unsigned long align) argument
121 iommu_arena_new(struct pci_controller *hose, dma_addr_t base, unsigned long window_size, unsigned long align) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h123 ulg window_size; member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h123 ulg window_size; member in struct:internal_state

Completed in 181 milliseconds

12