/Linux-v5.15/drivers/net/ethernet/8390/ |
D | hydra.c | 67 const unsigned char *buf, int start_page); 118 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()
|
D | apne.c | 86 const unsigned char *buf, const int start_page); 205 int start_page, stop_page; in apne_probe1() local 276 start_page = NESM_START_PG; in apne_probe1() 279 start_page = NE1SM_START_PG; in apne_probe1() 291 start_page = 0x01; in apne_probe1() 303 start_page = NESM_START_PG; in apne_probe1() 331 ei_status.tx_start_page = start_page; in apne_probe1() 335 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1() 472 const unsigned char *buf, const int start_page) in apne_block_output() argument 503 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
|
D | ne.c | 184 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 …]
|
D | zorro8390.c | 190 const int start_page) in zorro8390_block_output() argument 222 z_writeb(start_page, nic_base + NE_EN0_RSARHI); in zorro8390_block_output() 296 int start_page, stop_page; in zorro8390_init() local 355 start_page = NESM_START_PG; in zorro8390_init() 373 ei_status.tx_start_page = start_page; in zorro8390_init() 377 ei_status.rx_start_page = start_page + TX_PAGES; in zorro8390_init()
|
D | mac8390.c | 140 const unsigned char *buf, const int start_page); 154 const unsigned char *buf, int start_page); 162 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()
|
D | mcf8390.c | 257 const int start_page) in mcf8390_block_output() argument 282 ei_outb(start_page, addr + NE_EN0_RSARHI); in mcf8390_block_output() 324 int start_page, stop_page; in mcf8390_init() local 369 start_page = NESM_START_PG; in mcf8390_init() 383 ei_local->tx_start_page = start_page; in mcf8390_init() 386 ei_local->rx_start_page = start_page + TX_PAGES; in mcf8390_init()
|
D | ne2k-pci.c | 184 const int start_page); 231 int start_page, stop_page; in ne2k_pci_init_one() local 359 start_page = NESM_START_PG; in ne2k_pci_init_one() 369 ei_status.tx_start_page = start_page; in ne2k_pci_init_one() 378 ei_status.rx_start_page = start_page + TX_PAGES; in ne2k_pci_init_one() 587 const unsigned char *buf, const int start_page) in ne2k_pci_block_output() argument 631 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
|
D | smc-ultra.c | 94 const unsigned char *buf, const int start_page); 100 const unsigned char *buf, const int start_page); 484 int start_page) in ultra_block_output() argument 486 void __iomem *shmem = ei_status.mem + ((start_page - START_PG)<<8); in ultra_block_output() 526 const unsigned char *buf, const int start_page) in ultra_pio_output() argument 530 outb(start_page, ioaddr + IOPA); in ultra_pio_output()
|
D | ax88796.c | 268 const unsigned char *buf, const int start_page) in ax_block_output() argument 301 ei_outb(start_page, nic_base + EN0_RSARHI); in ax_block_output() 686 unsigned int start_page; in ax_init_dev() local 742 start_page = NESM_START_PG; in ax_init_dev() 745 start_page = NE1SM_START_PG; in ax_init_dev() 771 ei_local->tx_start_page = start_page; in ax_init_dev() 774 ei_local->rx_start_page = start_page + TX_PAGES; in ax_init_dev()
|
D | wd.c | 60 const unsigned char *buf, int start_page); 462 int start_page) in wd_block_output() argument 465 void __iomem *shmem = ei_status.mem + ((start_page - WD_START_PG)<<8); in wd_block_output()
|
D | xsurf100.c | 184 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()
|
D | axnet_cs.c | 99 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()
|
D | pcnet_cs.c | 1214 const u_char *buf, const int start_page) in dma_block_output() argument 1253 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output() 1270 if ((start_page << 8) + count == addr) in dma_block_output() 1276 (start_page << 8) + count, addr); in dma_block_output() 1393 const u_char *buf, const int start_page) in shmem_block_output() argument 1395 void __iomem *shmem = ei_status.mem + (start_page << 8); in shmem_block_output()
|
D | 8390.h | 75 const unsigned char *buf, int start_page);
|
D | lib8390.c | 111 int start_page); 1077 int start_page) in NS8390_trigger_send() argument 1090 ei_outb_p(start_page, e8390_base + EN0_TPSR); in NS8390_trigger_send()
|
/Linux-v5.15/drivers/staging/rts5208/ |
D | xd.c | 25 u8 start_page, u8 end_page); 1045 u16 logoff, u8 start_page, u8 end_page) in xd_init_page() argument 1054 if (start_page > end_page) in xd_init_page() 1067 page_addr = (phy_blk << xd_card->block_shift) + start_page; in xd_init_page() 1075 0xFF, (end_page - start_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() 1115 old_page = (old_blk << xd_card->block_shift) + start_page; in xd_copy_page() 1116 new_page = (new_blk << xd_card->block_shift) + start_page; in xd_copy_page() 1125 for (i = start_page; i < end_page; i++) { in xd_copy_page() [all …]
|
D | ms.c | 1595 u8 start_page, u8 end_page) argument 1607 for (i = start_page; i < end_page; i++) { 1623 u16 log_blk, u8 start_page, u8 end_page) argument 1633 start_page, end_page); 1662 for (i = start_page; i < end_page; i++) { 2954 u16 log_blk, u8 start_page, u8 end_page, argument 2963 retval = ms_read_extra_data(chip, phy_blk, start_page, 2986 data[5] = start_page; 3005 for (page_addr = start_page; page_addr < end_page; page_addr++) { 3123 u16 new_blk, u16 log_blk, u8 start_page, argument [all …]
|
/Linux-v5.15/drivers/infiniband/hw/qib/ |
D | qib_user_pages.c | 94 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-v5.15/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 296 unsigned long start_page, in ttm_bo_kmap_ttm() argument 322 map->page = ttm->pages[start_page]; in ttm_bo_kmap_ttm() 331 map->virtual = vmap(ttm->pages + start_page, num_pages, in ttm_bo_kmap_ttm() 338 unsigned long start_page, unsigned long num_pages, in ttm_bo_kmap() argument 348 if ((start_page + num_pages) > bo->resource->num_pages) in ttm_bo_kmap() 355 return ttm_bo_kmap_ttm(bo, start_page, num_pages, map); in ttm_bo_kmap() 357 offset = start_page << PAGE_SHIFT; in ttm_bo_kmap()
|
/Linux-v5.15/arch/m68k/sun3/ |
D | config.c | 110 unsigned long start_page; in sun3_bootmem_alloc() local 116 start_page = __pa(memory_start) >> PAGE_SHIFT; in sun3_bootmem_alloc()
|
/Linux-v5.15/drivers/mtd/ |
D | mtdoops.c | 78 u32 start_page = start_page_offset / record_size; in mtdoops_erase_block() local 96 for (page = start_page; page < start_page + erase_pages; page++) in mtdoops_erase_block()
|
/Linux-v5.15/sound/pci/emu10k1/ |
D | memory.c | 167 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-v5.15/mm/ |
D | swapfile.c | 211 if (offset < se->start_page) in offset_to_swap_extent() 213 else if (offset >= se->start_page + se->nr_pages) in offset_to_swap_extent() 231 sector = se->start_block + (offset - se->start_page); in swap_page_sector() 240 pgoff_t start_page, pgoff_t nr_pages) in discard_swap_cluster() argument 242 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster() 245 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster() 251 start_page += nr_blocks; in discard_swap_cluster() 1858 return se->start_block + (offset - se->start_page); in swapdev_block() 2315 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() argument 2333 BUG_ON(se->start_page + se->nr_pages != start_page); in add_swap_extent() [all …]
|
/Linux-v5.15/drivers/hv/ |
D | hv_balloon.c | 139 __u64 start_page:40; member 996 pg_start = dm->ha_wrk.ha_page_range.finfo.start_page; in hot_add_req() 999 rg_start = dm->ha_wrk.ha_region_range.finfo.start_page; in hot_add_req() 1194 __u64 start_frame = range_array->finfo.start_page; in free_balloon_pages() 1250 bl_resp->range_array[i].finfo.start_page = in alloc_balloon_pages()
|
/Linux-v5.15/include/linux/ |
D | swap.h | 159 pgoff_t start_page; member 426 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page,
|