Searched refs:start_page (Results 1 - 25 of 39) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_user_pages.c54 static int __get_user_pages(unsigned long start_page, size_t num_pages, argument
70 (unsigned long) num_pages, start_page);
74 start_page + got * PAGE_SIZE,
129 * @start_page: the start page
139 int ipath_get_user_pages(unsigned long start_page, size_t num_pages, argument
146 ret = __get_user_pages(start_page, num_pages, p, NULL);
155 * @start_page: the page to lock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dinit.c435 unsigned long address, start_page, end_page; local
446 start_page = (unsigned long) map_start & PAGE_MASK;
450 for (address = start_page; address < end_page; address += PAGE_SIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/
H A Dconfig.c118 unsigned long start_page; local
124 start_page = __pa(memory_start) >> PAGE_SHIFT;
131 availmem += init_bootmem_node(NODE_DATA(0), start_page, 0, num_pages);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dwd.c61 const unsigned char *buf, int start_page);
444 int start_page)
447 void __iomem *shmem = ei_status.mem + ((start_page - WD_START_PG)<<8);
443 wd_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dzorro8390.c97 const int start_page);
150 int start_page, stop_page; local
205 start_page = NESM_START_PG;
223 ei_status.tx_start_page = start_page;
227 ei_status.rx_start_page = start_page + TX_PAGES;
372 const int start_page)
402 z_writeb(start_page, nic_base + NE_EN0_RSARHI);
370 zorro8390_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) argument
H A Dne-h8300.c82 const unsigned char *buf, const int start_page);
204 int start_page, stop_page; local
274 start_page = NESM_START_PG;
310 ei_status.tx_start_page = start_page;
314 ei_status.rx_start_page = start_page + TX_PAGES;
497 const unsigned char *buf, const int start_page)
549 outb_p(start_page, NE_BASE + EN0_RSARHI);
575 if ((start_page << 8) + count == addr)
583 dev->name, (start_page << 8) + count, addr);
496 ne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) argument
H A Dne.c163 const unsigned char *buf, const int start_page);
292 int start_page, stop_page; local
397 start_page = NESM_START_PG;
412 start_page = NE1SM_START_PG;
432 start_page = 0x01;
520 ei_status.tx_start_page = start_page;
526 ei_status.rx_start_page = start_page + TX_PAGES;
706 const unsigned char *buf, const int start_page)
758 outb_p(start_page, nic_base + EN0_RSARHI);
781 if ((start_page <<
705 ne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) argument
[all...]
H A Dne2.c149 const unsigned char *buf, const int start_page);
333 int start_page, stop_page; local
458 start_page = NESM_START_PG;
485 ei_status.tx_start_page = start_page;
489 ei_status.rx_start_page = start_page + TX_PAGES;
666 const unsigned char *buf, const int start_page)
718 outb_p(start_page, nic_base + EN0_RSARHI);
739 if ((start_page << 8) + count == addr)
745 dev->name, (start_page << 8) + count, addr);
665 ne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) argument
H A Dne2k-pci.c176 const unsigned char *buf, const int start_page);
210 int start_page, stop_page; local
327 start_page = NESM_START_PG;
337 ei_status.tx_start_page = start_page;
346 ei_status.rx_start_page = start_page + TX_PAGES;
553 const unsigned char *buf, const int start_page)
594 outb(start_page, nic_base + EN0_RSARHI);
552 ne2k_pci_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) argument
H A Dne3210.c55 static void ne3210_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page);
318 const unsigned char *buf, int start_page)
320 void __iomem *shmem = ei_status.mem + ((start_page - NE3210_START_PG)<<8);
317 ne3210_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dsmc-mca.c65 const int start_page);
488 int start_page)
490 void __iomem *shmem = ei_status.mem + ((start_page - START_PG) << 8);
487 ultramca_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dsmc-ultra.c94 const unsigned char *buf, const int start_page);
100 const unsigned char *buf, const int start_page);
465 int start_page)
467 void __iomem *shmem = ei_status.mem + ((start_page - START_PG)<<8);
508 const unsigned char *buf, const int start_page)
512 outb(start_page, ioaddr + IOPA);
464 ultra_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
507 ultra_pio_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) argument
H A Dsmc-ultra32.c75 const int start_page);
405 int start_page)
407 void __iomem *xfer_start = ei_status.mem + (start_page<<8);
402 ultra32_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dstnic.c70 const unsigned char *buf, int start_page);
H A D3c503.c77 const unsigned char *buf, int start_page);
473 const unsigned char *buf, int start_page)
486 memcpy_toio(base + ((start_page - ei_status.tx_start_page) << 8),
497 word = (unsigned short)start_page;
472 el2_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dac3200.c87 const unsigned char *buf, const int start_page);
325 const unsigned char *buf, int start_page)
327 void __iomem *shmem = ei_status.mem + ((start_page - AC_START_PG)<<8);
324 ac_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dapne.c90 const unsigned char *buf, const int start_page);
201 int start_page, stop_page; local
272 start_page = NESM_START_PG;
275 start_page = NE1SM_START_PG;
287 start_page = 0x01;
299 start_page = NESM_START_PG;
326 ei_status.tx_start_page = start_page;
330 ei_status.rx_start_page = start_page + TX_PAGES;
486 const unsigned char *buf, const int start_page)
517 outb(start_page, nic_bas
485 apne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) argument
[all...]
H A De2100.c76 unsigned char start_page )
80 readb(mem_base+start_page);
107 const unsigned char *buf, int start_page);
365 int start_page)
372 readb(shared_mem + start_page);
373 mem_on(ioaddr, shared_mem, start_page);
364 e21_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Des3210.c74 static void es_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page);
383 const unsigned char *buf, int start_page)
385 void __iomem *shmem = ei_status.mem + ((start_page - ES_START_PG)<<8);
382 es_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dhp-plus.c105 const unsigned char *buf, int start_page);
111 const unsigned char *buf, int start_page);
410 const unsigned char *buf, int start_page)
413 outw(start_page << 8, ioaddr + HPP_OUT_ADDR);
420 const unsigned char *buf, int start_page)
425 outw(start_page << 8, ioaddr + HPP_OUT_ADDR);
409 hpp_io_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
419 hpp_mem_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dhp.c70 const unsigned char *buf, int start_page);
330 const unsigned char *buf, int start_page)
361 outb_p(start_page, nic_base + EN0_RSARHI);
378 if ((start_page << 8) + count != addr)
380 dev->name, (start_page << 8) + count, addr);
329 hp_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
H A Dhydra.c68 const unsigned char *buf, int start_page);
103 int start_page, stop_page; local
122 start_page = NESM_START_PG;
136 ei_status.tx_start_page = start_page;
141 ei_status.rx_start_page = start_page + TX_PAGES;
231 const unsigned char *buf, int start_page)
239 z_memcpy_toio(mem_base+((start_page - NESM_START_PG)<<8), buf, count);
230 hydra_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Daxnet_cs.c107 const u_char *buf, const int start_page);
741 const u_char *buf, const int start_page)
757 outb_p(start_page, nic_base + EN0_RSARHI);
884 int start_page)
914 int start_page);
1814 int start_page)
1827 outb_p(start_page, e8390_base + EN0_TPSR);
740 block_output(struct net_device *dev, int count, const u_char *buf, const int start_page) argument
1813 NS8390_trigger_send(struct net_device *dev, unsigned int length, int start_page) argument
H A Dpcnet_cs.c1284 const u_char *buf, const int start_page)
1323 outb_p(start_page, nic_base + EN0_RSARHI);
1339 if ((start_page << 8) + count == addr)
1345 dev->name, (start_page << 8) + count, addr);
1463 const u_char *buf, const int start_page)
1465 void __iomem *shmem = ei_status.mem + (start_page << 8);
1283 dma_block_output(struct net_device *dev, int count, const u_char *buf, const int start_page) argument
1462 shmem_block_output(struct net_device *dev, int count, const u_char *buf, const int start_page) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Detherh.c315 etherh_block_output (struct net_device *dev, int count, const unsigned char *buf, int start_page) argument
354 writeb (start_page, addr + EN0_RSARHI);

Completed in 226 milliseconds

12