Searched refs:start_page (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/net/ |
D | ne2000_base.c | 216 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() 273 printf("TX prep page %d len %d\n", start_page, pkt_len); 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() [all …]
|
/external/curl/docs/examples/ |
D | crawler.c | 28 char *start_page = "https://www.reuters.com"; variable 163 curl_multi_add_handle(multi_handle, make_handle(start_page)); in main()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 762 uint32_t start_page, uint32_t num_pages) in sparse_backing_free() argument 764 uint32_t end_page = start_page + num_pages; in sparse_backing_free() 772 if (backing->chunks[mid].begin >= start_page) in sparse_backing_free() 779 assert(low == 0 || backing->chunks[low - 1].end <= start_page); in sparse_backing_free() 781 if (low > 0 && backing->chunks[low - 1].end == start_page) { in sparse_backing_free() 791 backing->chunks[low].begin = start_page; in sparse_backing_free() 808 backing->chunks[low].begin = start_page; in sparse_backing_free()
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 653 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 655 return start_page == end_page; in AllOnOnePage()
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 563 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 565 return start_page == end_page; in AllOnOnePage()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 797 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 799 return start_page == end_page; in AllOnOnePage()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 729 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 731 return start_page == end_page; in AllOnOnePage()
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 654 intptr_t start_page = (start & ~CachePage::kPageMask); in AllOnOnePage() local 656 return start_page == end_page; in AllOnOnePage()
|