Home
last modified time | relevance | path

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

/drivers/net/ethernet/8390/
Dapne.c210 int start_page, stop_page; in apne_probe1() local
282 stop_page = NESM_STOP_PG; in apne_probe1()
285 stop_page = NE1SM_STOP_PG; in apne_probe1()
297 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1()
309 stop_page = NESM_STOP_PG; in apne_probe1()
337 ei_status.stop_page = stop_page; in apne_probe1()
Dhydra.c120 int start_page, stop_page; in hydra_init() local
140 stop_page = NESM_STOP_PG; in hydra_init()
156 ei_status.stop_page = stop_page; in hydra_init()
Dne.c300 int start_page, stop_page; in ne_probe1() local
417 stop_page = 0x60; in ne_probe1()
419 stop_page = NESM_STOP_PG; in ne_probe1()
422 stop_page = NE1SM_STOP_PG; in ne_probe1()
442 stop_page = (wordlength == 2) ? 0x40 : 0x20; in ne_probe1()
528 ei_status.stop_page = stop_page; in ne_probe1()
536 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
Detherh.c87 unsigned char stop_page; member
755 ei_local->stop_page = data->stop_page; in etherh_probe()
805 .stop_page = ETHERM_STOP_PAGE,
816 .stop_page = ETHERH_STOP_PAGE,
826 .stop_page = ETHERH_STOP_PAGE,
836 .stop_page = ETHERH_STOP_PAGE,
Dsmc-ultra.c297 ei_status.stop_page = num_pages; in ultra_probe1()
299 ei_status.mem = ioremap(dev->mem_start, (ei_status.stop_page - START_PG)*256); in ultra_probe1()
306 dev->mem_end = dev->mem_start + (ei_status.stop_page - START_PG)*256; in ultra_probe1()
470 if (ring_offset + count > ei_status.stop_page*256) { in ultra_block_input()
472 int semi_count = ei_status.stop_page*256 - ring_offset; in ultra_block_input()
Dzorro8390.c299 int start_page, stop_page; in zorro8390_init() local
360 stop_page = NESM_STOP_PG; in zorro8390_init()
378 ei_status.stop_page = stop_page; in zorro8390_init()
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
347 stop_page = flags & STOP_PG_0x60 ? 0x60 : NESM_STOP_PG; in ne2k_pci_init_one()
356 ei_status.stop_page = stop_page; in ne2k_pci_init_one()
367 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne2k_pci_init_one()
Dwd.c330 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in wd_probe1()
333 ei_status.stop_page = word16 ? WD13_STOP_PG : WD03_STOP_PG; in wd_probe1()
334 dev->mem_end = dev->mem_start + (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
335 ei_status.priv = (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
Dax88796.c658 unsigned int stop_page; in ax_init_dev() local
708 stop_page = NESM_STOP_PG; in ax_init_dev()
711 stop_page = NE1SM_STOP_PG; in ax_init_dev()
731 ei_local->stop_page = stop_page; in ax_init_dev()
737 ei_local->stop_page = ei_local->tx_start_page + PACKETBUF_MEMSIZE; in ax_init_dev()
Dlib8390.c661 int num_rx_pages = ei_local->stop_page-ei_local->rx_start_page; in ei_receive()
673 if (this_frame >= ei_local->stop_page) in ei_receive()
755 if (next_frame >= ei_local->stop_page) { in ei_receive()
1030 ei_outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in __NS8390_init()
1032 ei_outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in __NS8390_init()
Daxnet_cs.c312 ei_status.stop_page = AXNET_STOP_PG; in axnet_config()
1352 if (this_frame >= ei_local->stop_page) in ei_receive()
1427 if (next_frame >= ei_local->stop_page) { in ei_receive()
1645 outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in AX88190_init()
1647 outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in AX88190_init()
D8390.h84 unsigned char tx_start_page, rx_start_page, stop_page; member
Dmac8390.c528 ei_status.stop_page = CABLETRON_RX_STOP_PG; in mac8390_initdev()
534 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in mac8390_initdev()
Dstnic.c148 ei_status.stop_page = STOP_PG; in stnic_probe()
Dpcnet_cs.c1303 ei_status.stop_page = stop_pg; in setup_dma_config()
1450 ei_status.stop_page = start_pg + ( in setup_shmem_window()