Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/8390/
H A Dapne.c200 int start_page, stop_page; in apne_probe1() local
272 stop_page = NESM_STOP_PG; in apne_probe1()
275 stop_page = NE1SM_STOP_PG; in apne_probe1()
287 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1()
299 stop_page = NESM_STOP_PG; in apne_probe1()
326 ei_status.stop_page = stop_page; in apne_probe1()
H A Dhydra.c116 int start_page, stop_page; in hydra_init() local
137 stop_page = NESM_STOP_PG; in hydra_init()
151 ei_status.stop_page = stop_page; in hydra_init()
H A Dne.c296 int start_page, stop_page; in ne_probe1() local
413 stop_page = 0x60; in ne_probe1()
415 stop_page = NESM_STOP_PG; in ne_probe1()
418 stop_page = NE1SM_STOP_PG; in ne_probe1()
433 stop_page = (wordlength == 2) ? 0x40 : 0x20; in ne_probe1()
508 ei_status.stop_page = stop_page; in ne_probe1()
516 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
H A Detherh.c82 unsigned char stop_page; member
740 ei_local->stop_page = data->stop_page; in etherh_probe()
789 .stop_page = ETHERM_STOP_PAGE,
800 .stop_page = ETHERH_STOP_PAGE,
810 .stop_page = ETHERH_STOP_PAGE,
820 .stop_page = ETHERH_STOP_PAGE,
H A Dzorro8390.c291 int start_page, stop_page; in zorro8390_init() local
351 stop_page = NESM_STOP_PG; in zorro8390_init()
368 ei_status.stop_page = stop_page; in zorro8390_init()
H A 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()
H A Dmcf8390.c322 int start_page, stop_page; in mcf8390_init() local
368 stop_page = NESM_STOP_PG; in mcf8390_init()
381 ei_local->stop_page = stop_page; in mcf8390_init()
H A Dne2k-pci.c232 int start_page, stop_page; in ne2k_pci_init_one() local
362 stop_page = flags & STOP_PG_0x60 ? 0x60 : NESM_STOP_PG; in ne2k_pci_init_one()
371 ei_status.stop_page = stop_page; in ne2k_pci_init_one()
382 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne2k_pci_init_one()
H A 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()
H A Dax88796.c687 unsigned int stop_page; in ax_init_dev() local
743 stop_page = NESM_STOP_PG; in ax_init_dev()
746 stop_page = NE1SM_STOP_PG; in ax_init_dev()
774 ei_local->stop_page = stop_page; in ax_init_dev()
780 ei_local->stop_page = ei_local->tx_start_page + PACKETBUF_MEMSIZE; in ax_init_dev()
H A Dlib8390.c667 int num_rx_pages = ei_local->stop_page-ei_local->rx_start_page; in ei_receive()
679 if (this_frame >= ei_local->stop_page) in ei_receive()
761 if (next_frame >= ei_local->stop_page) { in ei_receive()
1037 ei_outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in __NS8390_init()
1039 ei_outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in __NS8390_init()
H A D8390.h94 unsigned char tx_start_page, rx_start_page, stop_page; member
H A Daxnet_cs.c312 ei_status.stop_page = AXNET_STOP_PG; in axnet_config()
1356 if (this_frame >= ei_local->stop_page) in ei_receive()
1431 if (next_frame >= ei_local->stop_page) { in ei_receive()
1649 outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in AX88190_init()
1651 outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in AX88190_init()
H A Dstnic.c144 ei_status.stop_page = STOP_PG; in stnic_probe()
H A Dmac8390.c513 ei_status.stop_page = CABLETRON_RX_STOP_PG; in mac8390_initdev()
519 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in mac8390_initdev()
H A Dpcnet_cs.c1315 ei_status.stop_page = stop_pg; in setup_dma_config()
1467 ei_status.stop_page = start_pg + ( in setup_shmem_window()