Home
last modified time | relevance | path

Searched refs:start_page (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/net/ethernet/8390/
H A Dhydra.c65 const unsigned char *buf, int start_page);
116 int start_page, stop_page; in hydra_init() local
136 start_page = NESM_START_PG; in hydra_init()
150 ei_status.tx_start_page = start_page; in hydra_init()
155 ei_status.rx_start_page = start_page + TX_PAGES; in hydra_init()
239 const unsigned char *buf, int start_page) in hydra_block_output() argument
247 z_memcpy_toio(mem_base+((start_page - NESM_START_PG)<<8), buf, count); in hydra_block_output()
H A Dapne.c81 const unsigned char *buf, const int start_page);
200 int start_page, stop_page; in apne_probe1() local
271 start_page = NESM_START_PG; in apne_probe1()
274 start_page = NE1SM_START_PG; in apne_probe1()
286 start_page = 0x01; in apne_probe1()
298 start_page = NESM_START_PG; in apne_probe1()
325 ei_status.tx_start_page = start_page; in apne_probe1()
329 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1()
466 const unsigned char *buf, const int start_page) in apne_block_output() argument
497 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
H A Dzorro8390.c185 const int start_page) in zorro8390_block_output() argument
217 z_writeb(start_page, nic_base + NE_EN0_RSARHI); in zorro8390_block_output()
291 int start_page, stop_page; in zorro8390_init() local
350 start_page = NESM_START_PG; in zorro8390_init()
367 ei_status.tx_start_page = start_page; in zorro8390_init()
371 ei_status.rx_start_page = start_page + TX_PAGES; in zorro8390_init()
H A Dmac8390.c138 const unsigned char *buf, const int start_page);
152 const unsigned char *buf, int start_page);
160 const unsigned char *buf, int start_page);
736 const unsigned char *buf, int start_page) in sane_block_output() argument
738 long shmem = (start_page - WD_START_PG)<<8; in sane_block_output()
778 int start_page) in dayna_block_output() argument
780 long shmem = (start_page - WD_START_PG)<<8; in dayna_block_output()
817 const unsigned char *buf, int start_page) in slow_sane_block_output() argument
819 long shmem = (start_page - WD_START_PG)<<8; in slow_sane_block_output()
H A Dne2k-pci.c185 const int start_page);
221 int start_page, stop_page; in ne2k_pci_init_one() local
349 start_page = NESM_START_PG; in ne2k_pci_init_one()
359 ei_status.tx_start_page = start_page; in ne2k_pci_init_one()
368 ei_status.rx_start_page = start_page + TX_PAGES; in ne2k_pci_init_one()
577 const unsigned char *buf, const int start_page) in ne2k_pci_block_output() argument
621 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
H A Dsmc-ultra.c93 const unsigned char *buf, const int start_page);
99 const unsigned char *buf, const int start_page);
485 int start_page) in ultra_block_output() argument
487 void __iomem *shmem = ei_status.mem + ((start_page - START_PG)<<8); in ultra_block_output()
527 const unsigned char *buf, const int start_page) in ultra_pio_output() argument
531 outb(start_page, ioaddr + IOPA); in ultra_pio_output()
H A Dwd.c59 const unsigned char *buf, int start_page);
463 int start_page) in wd_block_output() argument
466 void __iomem *shmem = ei_status.mem + ((start_page - WD_START_PG)<<8); in wd_block_output()
H A Dxsurf100.c184 const unsigned char *buf, const int start_page) in xs100_block_output() argument
218 ei_outb(start_page, nic_base + EN0_RSARHI); in xs100_block_output()
H A Daxnet_cs.c99 const u_char *buf, const int start_page);
670 const u_char *buf, const int start_page) in block_output() argument
683 outb_p(start_page, nic_base + EN0_RSARHI); in block_output()
820 int start_page);
1693 int start_page) in NS8390_trigger_send() argument
1705 outb_p(start_page, e8390_base + EN0_TPSR); in NS8390_trigger_send()
H A Dpcnet_cs.c1223 const u_char *buf, const int start_page) in dma_block_output() argument
1262 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output()
1279 if ((start_page << 8) + count == addr) in dma_block_output()
1285 (start_page << 8) + count, addr); in dma_block_output()
1402 const u_char *buf, const int start_page) in shmem_block_output() argument
1404 void __iomem *shmem = ei_status.mem + (start_page << 8); in shmem_block_output()
H A Dlib8390.c110 int start_page);
1076 int start_page) in NS8390_trigger_send() argument
1089 ei_outb_p(start_page, e8390_base + EN0_TPSR); in NS8390_trigger_send()
H A D8390.h77 const unsigned char *buf, int start_page);
H A Dstnic.c65 const unsigned char *buf, int start_page);
H A Detherh.c305 etherh_block_output (struct net_device *dev, int count, const unsigned char *buf, int start_page) in etherh_block_output() argument
344 writeb (start_page, addr + EN0_RSARHI); in etherh_block_output()
/linux/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c94 int qib_get_user_pages(unsigned long start_page, size_t num_pages, in qib_get_user_pages() argument
111 ret = pin_user_pages(start_page + got * PAGE_SIZE, in qib_get_user_pages()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c336 unsigned long start_page, in ttm_bo_kmap_ttm() argument
365 map->page = ttm->pages[start_page]; in ttm_bo_kmap_ttm()
374 map->virtual = vmap(ttm->pages + start_page, num_pages, in ttm_bo_kmap_ttm()
397 unsigned long start_page, unsigned long num_pages, in ttm_bo_kmap() argument
407 if ((start_page + num_pages) > PFN_UP(bo->resource->size)) in ttm_bo_kmap()
414 return ttm_bo_kmap_ttm(bo, start_page, num_pages, map); in ttm_bo_kmap()
416 offset = start_page << PAGE_SHIFT; in ttm_bo_kmap()
H A Dttm_pool.c394 pgoff_t start_page, pgoff_t end_page) in ttm_pool_free_range() argument
396 struct page **pages = &tt->pages[start_page]; in ttm_pool_free_range()
400 for (i = start_page; i < end_page; i += nr, pages += nr) { in ttm_pool_free_range()
/linux/drivers/mtd/
H A Dmtdoops.c87 u32 start_page = start_page_offset / record_size; in mtdoops_erase_block() local
105 for (page = start_page; page < start_page + erase_pages; page++) in mtdoops_erase_block()
/linux/sound/pci/emu10k1/
H A Dmemory.c167 int start_page, end_page, mpage, pg; in unmap_memblk() local
175 start_page = q->mapped_page + q->pages; in unmap_memblk()
177 start_page = 1; in unmap_memblk()
197 return end_page - start_page; /* return the new empty size */ in unmap_memblk()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_free_list.c274 u32 start_page; in pvr_free_list_insert_node_locked() local
280 start_page = free_list->max_pages - free_list->current_pages - in pvr_free_list_insert_node_locked()
282 offset = (start_page * FREE_LIST_ENTRY_SIZE) & in pvr_free_list_insert_node_locked()
/linux/mm/
H A Dswapfile.c334 if (offset < se->start_page) in offset_to_swap_extent()
336 else if (offset >= se->start_page + se->nr_pages) in offset_to_swap_extent()
354 sector = se->start_block + (offset - se->start_page); in swap_folio_sector()
363 pgoff_t start_page, pgoff_t nr_pages) in discard_swap_cluster() argument
365 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster()
368 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster()
374 start_page += nr_blocks; in discard_swap_cluster()
1930 return se->start_block + (offset - se->start_page); in swapdev_block()
2427 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() argument
2445 BUG_ON(se->start_page + se->nr_pages != start_page); in add_swap_extent()
[all …]
/linux/drivers/hv/
H A Dhv_balloon.c137 __u64 start_page:40; member
982 pg_start = dm->ha_wrk.ha_page_range.finfo.start_page; in hot_add_req()
985 rg_start = dm->ha_wrk.ha_region_range.finfo.start_page; in hot_add_req()
1186 __u64 start_frame = range_array->finfo.start_page; in free_balloon_pages()
1240 bl_resp->range_array[i].finfo.start_page = in alloc_balloon_pages()
/linux/include/drm/ttm/
H A Dttm_bo.h410 int ttm_bo_kmap(struct ttm_buffer_object *bo, unsigned long start_page,
/linux/fs/erofs/
H A Dfscache.c59 pgoff_t start_page = req->start / PAGE_SIZE; in erofs_fscache_req_complete() local
62 XA_STATE(xas, &req->mapping->i_pages, start_page); in erofs_fscache_req_complete()
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1539 left_size_in_dma_seg, device_address, bar_address, start_page; in alloc_sgt_from_device_pages() local
1561 for (start_page = 0 ; start_page < npages ; ++start_page) { in alloc_sgt_from_device_pages()
1570 curr_page = start_page; in alloc_sgt_from_device_pages()
1611 curr_page = start_page; in alloc_sgt_from_device_pages()

12