Home
last modified time | relevance | path

Searched refs:start_page (Results 76 – 100 of 960) sorted by relevance

12345678910>>...39

/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/net/
H A Dne2000_base.c215 dp83902a_start_xmit(int start_page, int len) in dp83902a_start_xmit() argument
223 printf("Tx pkt %d len %d\n", start_page, len); in dp83902a_start_xmit()
232 DP_OUT(base, DP_TPSR, start_page); in dp83902a_start_xmit()
247 int len, start_page, pkt_len, i, isr; in dp83902a_send() local
258 start_page = dp->tx_next; in dp83902a_send()
260 dp->tx1 = start_page; in dp83902a_send()
265 dp->tx2 = start_page; in dp83902a_send()
287 DP_OUT(base, DP_RSAH, (start_page - 1) & 0xff); in dp83902a_send()
304 DP_OUT(base, DP_RSAH, start_page); in dp83902a_send()
356 if (start_page == dp->tx1) { in dp83902a_send()
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/net/
H A Dne2000_base.c217 dp83902a_start_xmit(int start_page, int len) in dp83902a_start_xmit() argument
225 printf("Tx pkt %d len %d\n", start_page, len); in dp83902a_start_xmit()
234 DP_OUT(base, DP_TPSR, start_page); in dp83902a_start_xmit()
249 int len, start_page, pkt_len, i, isr; in dp83902a_send() local
260 start_page = dp->tx_next; in dp83902a_send()
262 dp->tx1 = start_page; in dp83902a_send()
267 dp->tx2 = start_page; in dp83902a_send()
289 DP_OUT(base, DP_RSAH, (start_page - 1) & 0xff); in dp83902a_send()
306 DP_OUT(base, DP_RSAH, start_page); in dp83902a_send()
358 if (start_page == dp->tx1) { in dp83902a_send()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/net/
H A Dne2000_base.c216 dp83902a_start_xmit(int start_page, int len) in dp83902a_start_xmit() argument
224 printf("Tx pkt %d len %d\n", start_page, len); in dp83902a_start_xmit()
233 DP_OUT(base, DP_TPSR, start_page); in dp83902a_start_xmit()
248 int len, start_page, pkt_len, i, isr; in dp83902a_send() local
259 start_page = dp->tx_next; in dp83902a_send()
261 dp->tx1 = start_page; in dp83902a_send()
266 dp->tx2 = start_page; in dp83902a_send()
288 DP_OUT(base, DP_RSAH, (start_page - 1) & 0xff); in dp83902a_send()
305 DP_OUT(base, DP_RSAH, start_page); in dp83902a_send()
357 if (start_page == dp->tx1) { in dp83902a_send()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/8390/
H A Dapne.c87 const unsigned char *buf, const int start_page);
210 int start_page, stop_page; in apne_probe1() local
281 start_page = NESM_START_PG; in apne_probe1()
284 start_page = NE1SM_START_PG; in apne_probe1()
296 start_page = 0x01; in apne_probe1()
308 start_page = NESM_START_PG; in apne_probe1()
336 ei_status.tx_start_page = start_page; in apne_probe1()
340 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1()
477 const unsigned char *buf, const int start_page) in apne_block_output() argument
508 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
H A Dne.c184 const unsigned char *buf, const int start_page);
297 int start_page, stop_page; in ne_probe1() local
403 start_page = NESM_START_PG; in ne_probe1()
418 start_page = NE1SM_START_PG; in ne_probe1()
433 start_page = 0x01; in ne_probe1()
510 ei_status.tx_start_page = start_page; in ne_probe1()
516 ei_status.rx_start_page = start_page + TX_PAGES; in ne_probe1()
681 const unsigned char *buf, const int start_page) in ne_block_output() argument
734 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
757 if ((start_page << 8) + count == addr) in ne_block_output()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/8390/
H A Dapne.c87 const unsigned char *buf, const int start_page);
210 int start_page, stop_page; in apne_probe1() local
281 start_page = NESM_START_PG; in apne_probe1()
284 start_page = NE1SM_START_PG; in apne_probe1()
296 start_page = 0x01; in apne_probe1()
308 start_page = NESM_START_PG; in apne_probe1()
336 ei_status.tx_start_page = start_page; in apne_probe1()
340 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1()
477 const unsigned char *buf, const int start_page) in apne_block_output() argument
508 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
H A Dne.c184 const unsigned char *buf, const int start_page);
297 int start_page, stop_page; in ne_probe1() local
403 start_page = NESM_START_PG; in ne_probe1()
418 start_page = NE1SM_START_PG; in ne_probe1()
433 start_page = 0x01; in ne_probe1()
510 ei_status.tx_start_page = start_page; in ne_probe1()
516 ei_status.rx_start_page = start_page + TX_PAGES; in ne_probe1()
681 const unsigned char *buf, const int start_page) in ne_block_output() argument
734 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
757 if ((start_page << 8) + count == addr) in ne_block_output()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/8390/
H A Dapne.c87 const unsigned char *buf, const int start_page);
210 int start_page, stop_page; in apne_probe1() local
281 start_page = NESM_START_PG; in apne_probe1()
284 start_page = NE1SM_START_PG; in apne_probe1()
296 start_page = 0x01; in apne_probe1()
308 start_page = NESM_START_PG; in apne_probe1()
336 ei_status.tx_start_page = start_page; in apne_probe1()
340 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1()
477 const unsigned char *buf, const int start_page) in apne_block_output() argument
508 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
/dports/graphics/poppler-glib/poppler-21.12.0/cpp/
H A Dpoppler-font-private.h62 …nt start_page, document_private *dd) : font_info_scanner(dd->doc, start_page), total_pages(dd->doc… in font_iterator_private() argument
/dports/graphics/poppler/poppler-21.12.0/cpp/
H A Dpoppler-font-private.h62 …nt start_page, document_private *dd) : font_info_scanner(dd->doc, start_page), total_pages(dd->doc… in font_iterator_private() argument
/dports/graphics/poppler-qt5/poppler-21.12.0/cpp/
H A Dpoppler-font-private.h62 …nt start_page, document_private *dd) : font_info_scanner(dd->doc, start_page), total_pages(dd->doc… in font_iterator_private() argument
/dports/graphics/poppler-utils/poppler-21.12.0/cpp/
H A Dpoppler-font-private.h62 …nt start_page, document_private *dd) : font_info_scanner(dd->doc, start_page), total_pages(dd->doc… in font_iterator_private() argument
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/support/
H A Dpagelocker.h50 const size_t start_page = base_addr & page_mask; in LockRange() local
52 for (size_t page = start_page; page <= end_page; page += page_size) { in LockRange()
72 const size_t start_page = base_addr & page_mask; in UnlockRange() local
74 for (size_t page = start_page; page <= end_page; page += page_size) { in UnlockRange()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/support/
H A Dpagelocker.h50 const size_t start_page = base_addr & page_mask; in LockRange() local
52 for (size_t page = start_page; page <= end_page; page += page_size) { in LockRange()
72 const size_t start_page = base_addr & page_mask; in UnlockRange() local
74 for (size_t page = start_page; page <= end_page; page += page_size) { in UnlockRange()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/support/
H A Dpagelocker.h50 const size_t start_page = base_addr & page_mask; in LockRange() local
52 for (size_t page = start_page; page <= end_page; page += page_size) { in LockRange()
72 const size_t start_page = base_addr & page_mask; in UnlockRange() local
74 for (size_t page = start_page; page <= end_page; page += page_size) { in UnlockRange()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/gtk/
H A Die_exp_PDF.cpp137 int start_page, end_page; in _writeDocument() local
139 if (2 == sscanf(description, "%d-%d", &start_page, &end_page)) in _writeDocument()
142 else if (1 == sscanf(description, "%d", &start_page)) in _writeDocument()
144 end_page = start_page; in _writeDocument()
152 for (int pageno = start_page; pageno <= end_page; pageno++) in _writeDocument()
/dports/emulators/ucon64/ucon64-2.2.2-src/src/console/
H A Datari.c119 unsigned char start_page; member
431 ucon64_fread (buffer, bsmode_data->start_page * 0x100, 0x100, ucon64.fname); in atari_init()
446 unsigned char start_page; in atari_init() local
451 start_page = bsmode_data->start_page; in atari_init()
456 start_page = 0; in atari_init()
474 (unsigned int) start_page); in atari_init()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclpage.c607 int start_page = 0; /* 0 means start_page unknown */ in gx_saved_pages_list_print() local
660 if (start_page == 0) { in gx_saved_pages_list_print()
678 if (start_page == 0) { in gx_saved_pages_list_print()
679 start_page = page; /* first number seen */ in gx_saved_pages_list_print()
713 start_page = 1; in gx_saved_pages_list_print()
719 start_page = list->count; in gx_saved_pages_list_print()
727 start_page = 2; in gx_saved_pages_list_print()
733 start_page = 1; in gx_saved_pages_list_print()
747 int curr_page = start_page; in gx_saved_pages_list_print()
751 if (start_page <= list->count) { in gx_saved_pages_list_print()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclpage.c607 int start_page = 0; /* 0 means start_page unknown */ in gx_saved_pages_list_print() local
660 if (start_page == 0) { in gx_saved_pages_list_print()
678 if (start_page == 0) { in gx_saved_pages_list_print()
679 start_page = page; /* first number seen */ in gx_saved_pages_list_print()
713 start_page = 1; in gx_saved_pages_list_print()
719 start_page = list->count; in gx_saved_pages_list_print()
727 start_page = 2; in gx_saved_pages_list_print()
733 start_page = 1; in gx_saved_pages_list_print()
747 int curr_page = start_page; in gx_saved_pages_list_print()
751 if (start_page <= list->count) { in gx_saved_pages_list_print()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdf/render/
H A Dlinks.py18 def __init__(self, start_page, pos, get_pageref): argument
19 pnum = start_page + max(0, pos['column'])
44 def add(self, base_path, start_page, links, anchors): argument
47 a[None] = Destination(start_page, self.start, self.pdf.get_pageref)
49 a[anchor] = Destination(start_page, pos, self.pdf.get_pageref)
/dports/www/phpbb3/phpBB3/phpbb/
H A Dpagination.php152 $start_page = ($total_pages > 5) ? $total_pages - 4 : 1;
172 $start_page = ($total_pages > 5) ? min(max(1, $on_page - 2), $total_pages - 4) : 1;
206 …'S_IS_ELLIPSIS' => ($at_page == 2 && $start_page > 2) || ($at_page == $total_pages - 1 && $end_pag…
215 if ($at_page == 2 && $at_page < $start_page - 1)
217 $at_page = $start_page;
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/extractor/
H A Dseiga.py87 self.start_page = 1
91 self.start_page += pages
118 params = {"sort": self.order, "page": self.start_page,
125 if params["page"] == self.start_page:
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rts5208/
H A Dxd.c25 u8 start_page, u8 end_page);
1054 if (start_page > end_page) in xd_init_page()
1099 u8 start_page, u8 end_page) in xd_copy_page() argument
1109 if (start_page > end_page) in xd_copy_page()
1509 if (start_page > end_page) in xd_read_multiple_pages()
1713 if (start_page > end_page) in xd_write_multiple_pages()
1885 start_page); in xd_rw()
1918 log_blk, start_page); in xd_rw()
1973 start_page, end_page, in xd_rw()
1983 start_page, end_page, in xd_rw()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rts5208/
H A Dxd.c25 u8 start_page, u8 end_page);
1054 if (start_page > end_page) in xd_init_page()
1099 u8 start_page, u8 end_page) in xd_copy_page() argument
1109 if (start_page > end_page) in xd_copy_page()
1509 if (start_page > end_page) in xd_read_multiple_pages()
1713 if (start_page > end_page) in xd_write_multiple_pages()
1885 start_page); in xd_rw()
1918 log_blk, start_page); in xd_rw()
1973 start_page, end_page, in xd_rw()
1983 start_page, end_page, in xd_rw()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rts5208/
H A Dxd.c25 u8 start_page, u8 end_page);
1054 if (start_page > end_page) in xd_init_page()
1099 u8 start_page, u8 end_page) in xd_copy_page() argument
1109 if (start_page > end_page) in xd_copy_page()
1509 if (start_page > end_page) in xd_read_multiple_pages()
1713 if (start_page > end_page) in xd_write_multiple_pages()
1885 start_page); in xd_rw()
1918 log_blk, start_page); in xd_rw()
1973 start_page, end_page, in xd_rw()
1983 start_page, end_page, in xd_rw()
[all …]

12345678910>>...39