Home
last modified time | relevance | path

Searched refs:stop_page (Results 1 – 17 of 17) sorted by relevance

/drivers/net/ethernet/8390/
Dapne.c202 int start_page, stop_page; in apne_probe1() local
274 stop_page = NESM_STOP_PG; in apne_probe1()
277 stop_page = NE1SM_STOP_PG; in apne_probe1()
289 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1()
301 stop_page = NESM_STOP_PG; in apne_probe1()
329 ei_status.stop_page = stop_page; in apne_probe1()
Dhydra.c119 int start_page, stop_page; in hydra_init() local
138 stop_page = NESM_STOP_PG; in hydra_init()
152 ei_status.stop_page = stop_page; in hydra_init()
Dne.c292 int start_page, stop_page; in ne_probe1() local
408 stop_page = 0x60; in ne_probe1()
410 stop_page = NESM_STOP_PG; in ne_probe1()
413 stop_page = NE1SM_STOP_PG; in ne_probe1()
433 stop_page = (wordlength == 2) ? 0x40 : 0x20; in ne_probe1()
519 ei_status.stop_page = stop_page; in ne_probe1()
527 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
Detherh.c90 unsigned char stop_page; member
743 ei_local->stop_page = data->stop_page; in etherh_probe()
792 .stop_page = ETHERM_STOP_PAGE,
803 .stop_page = ETHERH_STOP_PAGE,
813 .stop_page = ETHERH_STOP_PAGE,
823 .stop_page = ETHERH_STOP_PAGE,
Dsmc-ultra.c295 ei_status.stop_page = num_pages; in ultra_probe1()
297 ei_status.mem = ioremap(dev->mem_start, (ei_status.stop_page - START_PG)*256); in ultra_probe1()
304 dev->mem_end = dev->mem_start + (ei_status.stop_page - START_PG)*256; in ultra_probe1()
462 if (ring_offset + count > ei_status.stop_page*256) { in ultra_block_input()
464 int semi_count = ei_status.stop_page*256 - ring_offset; in ultra_block_input()
Dzorro8390.c295 int start_page, stop_page; in zorro8390_init() local
355 stop_page = NESM_STOP_PG; in zorro8390_init()
373 ei_status.stop_page = stop_page; in zorro8390_init()
Dne-h8300.c217 int start_page, stop_page; in ne_probe1() local
288 stop_page = NESM_STOP_PG; in ne_probe1()
323 ei_status.stop_page = stop_page; in ne_probe1()
329 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
Dmcf8390.c326 int start_page, stop_page; in mcf8390_init() local
372 stop_page = NESM_STOP_PG; in mcf8390_init()
386 ei_local->stop_page = stop_page; in mcf8390_init()
Dne2k-pci.c224 int start_page, stop_page; in ne2k_pci_init_one() local
344 stop_page = flags & STOP_PG_0x60 ? 0x60 : NESM_STOP_PG; in ne2k_pci_init_one()
353 ei_status.stop_page = stop_page; in ne2k_pci_init_one()
364 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne2k_pci_init_one()
Dwd.c327 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in wd_probe1()
330 ei_status.stop_page = word16 ? WD13_STOP_PG : WD03_STOP_PG; in wd_probe1()
331 dev->mem_end = dev->mem_start + (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
332 ei_status.priv = (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
Dax88796.c679 unsigned int stop_page; in ax_init_dev() local
729 stop_page = NESM_STOP_PG; in ax_init_dev()
732 stop_page = NE1SM_STOP_PG; in ax_init_dev()
752 ei_local->stop_page = stop_page; in ax_init_dev()
758 ei_local->stop_page = ei_local->tx_start_page + PACKETBUF_MEMSIZE; in ax_init_dev()
Dlib8390.c658 int num_rx_pages = ei_local->stop_page-ei_local->rx_start_page; in ei_receive()
670 if (this_frame >= ei_local->stop_page) in ei_receive()
751 if (next_frame >= ei_local->stop_page) { in ei_receive()
1026 ei_outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in __NS8390_init()
1028 ei_outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in __NS8390_init()
Daxnet_cs.c311 ei_status.stop_page = AXNET_STOP_PG; in axnet_config()
1360 if (this_frame >= ei_local->stop_page) in ei_receive()
1436 if (next_frame >= ei_local->stop_page) { in ei_receive()
1654 outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in AX88190_init()
1656 outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in AX88190_init()
D8390.h90 unsigned char tx_start_page, rx_start_page, stop_page; member
Dstnic.c142 ei_status.stop_page = STOP_PG; in stnic_probe()
Dmac8390.c541 ei_status.stop_page = CABLETRON_RX_STOP_PG; in mac8390_initdev()
547 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in mac8390_initdev()
Dpcnet_cs.c1301 ei_status.stop_page = stop_pg; in setup_dma_config()
1448 ei_status.stop_page = start_pg + ( in setup_shmem_window()