/Linux-v6.1/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 138 start_page = NESM_START_PG; in hydra_init() 152 ei_status.tx_start_page = start_page; in hydra_init() 157 ei_status.rx_start_page = start_page + TX_PAGES; in hydra_init() 241 const unsigned char *buf, int start_page) in hydra_block_output() argument 249 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() 330 ei_status.tx_start_page = start_page; in apne_probe1() 334 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1() 471 const unsigned char *buf, const int start_page) in apne_block_output() argument 502 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() 508 ei_status.tx_start_page = start_page; in ne_probe1() 514 ei_status.rx_start_page = start_page + TX_PAGES; in ne_probe1() 679 const unsigned char *buf, const int start_page) in ne_block_output() argument 732 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output() 755 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() 372 ei_status.tx_start_page = start_page; in zorro8390_init() 376 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); 738 const unsigned char *buf, int start_page) in sane_block_output() argument 740 long shmem = (start_page - WD_START_PG)<<8; in sane_block_output() 780 int start_page) in dayna_block_output() argument 782 long shmem = (start_page - WD_START_PG)<<8; in dayna_block_output() 819 const unsigned char *buf, int start_page) in slow_sane_block_output() argument 821 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() 382 ei_local->tx_start_page = start_page; in mcf8390_init() 385 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); 486 int start_page) in ultra_block_output() argument 488 void __iomem *shmem = ei_status.mem + ((start_page - START_PG)<<8); in ultra_block_output() 528 const unsigned char *buf, const int start_page) in ultra_pio_output() argument 532 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() 773 ei_local->tx_start_page = start_page; in ax_init_dev() 776 ei_local->rx_start_page = start_page + TX_PAGES; in ax_init_dev()
|
D | wd.c | 60 const unsigned char *buf, int start_page); 464 int start_page) in wd_block_output() argument 467 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); 673 const u_char *buf, const int start_page) in block_output() argument 686 outb_p(start_page, nic_base + EN0_RSARHI); in block_output() 823 int start_page); 1696 int start_page) in NS8390_trigger_send() argument 1708 outb_p(start_page, e8390_base + EN0_TPSR); in NS8390_trigger_send()
|
/Linux-v6.1/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++) { 2953 u16 log_blk, u8 start_page, u8 end_page, argument 2962 retval = ms_read_extra_data(chip, phy_blk, start_page, 2985 data[5] = start_page; 3004 for (page_addr = start_page; page_addr < end_page; page_addr++) { 3122 u16 new_blk, u16 log_blk, u8 start_page, argument [all …]
|
/Linux-v6.1/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-v6.1/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 310 unsigned long start_page, in ttm_bo_kmap_ttm() argument 336 map->page = ttm->pages[start_page]; in ttm_bo_kmap_ttm() 345 map->virtual = vmap(ttm->pages + start_page, num_pages, in ttm_bo_kmap_ttm() 352 unsigned long start_page, unsigned long num_pages, in ttm_bo_kmap() argument 362 if ((start_page + num_pages) > bo->resource->num_pages) in ttm_bo_kmap() 369 return ttm_bo_kmap_ttm(bo, start_page, num_pages, map); in ttm_bo_kmap() 371 offset = start_page << PAGE_SHIFT; in ttm_bo_kmap()
|
/Linux-v6.1/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-v6.1/drivers/mtd/ |
D | mtdoops.c | 85 u32 start_page = start_page_offset / record_size; in mtdoops_erase_block() local 103 for (page = start_page; page < start_page + erase_pages; page++) in mtdoops_erase_block()
|
/Linux-v6.1/include/linux/ |
D | swap.h | 188 pgoff_t start_page; member 461 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, 610 unsigned long start_page, in add_swap_extent() argument
|
/Linux-v6.1/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-v6.1/fs/netfs/ |
D | buffered_read.c | 20 pgoff_t start_page = rreq->start / PAGE_SIZE; in netfs_rreq_unlock_folios() local 25 XA_STATE(xas, &rreq->mapping->i_pages, start_page); in netfs_rreq_unlock_folios()
|
/Linux-v6.1/mm/ |
D | swapfile.c | 217 if (offset < se->start_page) in offset_to_swap_extent() 219 else if (offset >= se->start_page + se->nr_pages) in offset_to_swap_extent() 237 sector = se->start_block + (offset - se->start_page); in swap_page_sector() 246 pgoff_t start_page, pgoff_t nr_pages) in discard_swap_cluster() argument 248 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster() 251 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster() 257 start_page += nr_blocks; in discard_swap_cluster() 1720 return se->start_block + (offset - se->start_page); in swapdev_block() 2179 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() argument 2197 BUG_ON(se->start_page + se->nr_pages != start_page); in add_swap_extent() [all …]
|
/Linux-v6.1/fs/erofs/ |
D | fscache.c | 66 pgoff_t start_page = rreq->start / PAGE_SIZE; in erofs_fscache_rreq_unlock_folios() local 70 XA_STATE(xas, &rreq->mapping->i_pages, start_page); in erofs_fscache_rreq_unlock_folios() 84 pgpos = (folio_index(folio) - start_page) * PAGE_SIZE; in erofs_fscache_rreq_unlock_folios()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | ser.c | 488 u32 base_addr, start_page, residue; in ser_mac_mem_dump() local 492 start_page = start_addr / MAC_MEM_DUMP_PAGE_SIZE; in ser_mac_mem_dump() 495 base_addr += start_page * MAC_MEM_DUMP_PAGE_SIZE; in ser_mac_mem_dump()
|
/Linux-v6.1/drivers/hv/ |
D | hv_balloon.c | 141 __u64 start_page:40; member 1003 pg_start = dm->ha_wrk.ha_page_range.finfo.start_page; in hot_add_req() 1006 rg_start = dm->ha_wrk.ha_region_range.finfo.start_page; in hot_add_req() 1217 __u64 start_frame = range_array->finfo.start_page; in free_balloon_pages() 1273 bl_resp->range_array[i].finfo.start_page = in alloc_balloon_pages()
|