Home
last modified time | relevance | path

Searched refs:start_page (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-5.10/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()
508 outb(start_page, nic_bas in apne_block_output()
476 apne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) apne_block_output() argument
[all...]
H A Dhydra.c67 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()
247 z_memcpy_toio(mem_base+((start_page - NESM_START_PG)<<8), buf, count); in hydra_block_output()
238 hydra_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) hydra_block_output() argument
H A Dmac8390.c140 const unsigned char *buf, const int start_page);
154 const unsigned char *buf, int start_page);
162 const unsigned char *buf, int start_page);
744 const unsigned char *buf, int start_page) in sane_block_output()
746 long shmem = (start_page - WD_START_PG)<<8; in sane_block_output()
786 int start_page) in dayna_block_output()
788 long shmem = (start_page - WD_START_PG)<<8; in dayna_block_output()
825 const unsigned char *buf, int start_page) in slow_sane_block_output()
827 long shmem = (start_page - WD_START_PG)<<8; in slow_sane_block_output()
743 sane_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) sane_block_output() argument
784 dayna_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) dayna_block_output() argument
824 slow_sane_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) slow_sane_block_output() argument
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()
734 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
757 if ((start_page << in ne_block_output()
680 ne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) ne_block_output() argument
[all...]
H A Dsmc-ultra.c94 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()
486 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()
531 outb(start_page, ioaddr + IOPA); in ultra_pio_output()
483 ultra_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) ultra_block_output() argument
526 ultra_pio_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) ultra_pio_output() argument
H A Dmcf8390.c257 const int start_page) in mcf8390_block_output()
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()
255 mcf8390_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) mcf8390_block_output() argument
H A Dzorro8390.c190 const int start_page) in zorro8390_block_output()
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()
188 zorro8390_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) zorro8390_block_output() argument
H A Dne2k-pci.c184 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()
631 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
586 ne2k_pci_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) ne2k_pci_block_output() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
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()
497 outb(start_page, nic_bas in apne_block_output()
465 apne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) apne_block_output() argument
[all...]
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()
247 z_memcpy_toio(mem_base+((start_page - NESM_START_PG)<<8), buf, count); in hydra_block_output()
238 hydra_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) hydra_block_output() argument
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()
738 long shmem = (start_page - WD_START_PG)<<8; in sane_block_output()
778 int start_page) in dayna_block_output()
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()
819 long shmem = (start_page - WD_START_PG)<<8; in slow_sane_block_output()
735 sane_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) sane_block_output() argument
776 dayna_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) dayna_block_output() argument
816 slow_sane_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) slow_sane_block_output() argument
H A Dne.c183 const unsigned char *buf, const int start_page);
296 int start_page, stop_page; in ne_probe1() local
402 start_page = NESM_START_PG; in ne_probe1()
417 start_page = NE1SM_START_PG; in ne_probe1()
432 start_page = 0x01; in ne_probe1()
507 ei_status.tx_start_page = start_page; in ne_probe1()
513 ei_status.rx_start_page = start_page + TX_PAGES; in ne_probe1()
678 const unsigned char *buf, const int start_page) in ne_block_output()
731 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
754 if ((start_page << in ne_block_output()
677 ne_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) ne_block_output() argument
[all...]
H A Dzorro8390.c185 const int start_page) in zorro8390_block_output()
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()
183 zorro8390_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) zorro8390_block_output() argument
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()
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()
531 outb(start_page, ioaddr + IOPA); in ultra_pio_output()
484 ultra_block_output(struct net_device *dev, int count, const unsigned char *buf, int start_page) ultra_block_output() argument
526 ultra_pio_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) ultra_pio_output() argument
H A Dmcf8390.c255 const int start_page) in mcf8390_block_output()
280 ei_outb(start_page, addr + NE_EN0_RSARHI); in mcf8390_block_output()
322 int start_page, stop_page; in mcf8390_init() local
367 start_page = NESM_START_PG; in mcf8390_init()
380 ei_local->tx_start_page = start_page; in mcf8390_init()
383 ei_local->rx_start_page = start_page + TX_PAGES; in mcf8390_init()
253 mcf8390_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) mcf8390_block_output() argument
H A Dne2k-pci.c185 const int start_page);
232 int start_page, stop_page; in ne2k_pci_init_one() local
360 start_page = NESM_START_PG; in ne2k_pci_init_one()
370 ei_status.tx_start_page = start_page; in ne2k_pci_init_one()
379 ei_status.rx_start_page = start_page + TX_PAGES; in ne2k_pci_init_one()
588 const unsigned char *buf, const int start_page) in ne2k_pci_block_output()
632 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
587 ne2k_pci_block_output(struct net_device *dev, int count, const unsigned char *buf, const int start_page) ne2k_pci_block_output() argument
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Dxd.c25 u8 start_page, u8 end_page);
1045 u16 logoff, u8 start_page, u8 end_page) in xd_init_page()
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()
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; in xd_copy_page()
1044 xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff, u8 start_page, u8 end_page) xd_init_page() argument
1098 xd_copy_page(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u8 start_page, u8 end_page) xd_copy_page() argument
1498 xd_read_multiple_pages(struct rtsx_chip *chip, u32 phy_blk, u32 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) xd_read_multiple_pages() argument
1700 xd_write_multiple_pages(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u32 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) xd_write_multiple_pages() argument
1840 u8 start_page, end_page = 0, page_cnt; xd_rw() local
[all...]
H A Dms.c1595 u8 start_page, u8 end_page)
1607 for (i = start_page; i < end_page; i++) {
1623 u16 log_blk, u8 start_page, u8 end_page)
1632 dev_dbg(rtsx_dev(chip), "start_page = %d, end_page = %d\n",
1633 start_page, end_page); local
1662 for (i = start_page; i < end_page; i++) {
2955 u16 log_blk, u8 start_page, u8 end_page,
2964 retval = ms_read_extra_data(chip, phy_blk, start_page,
2987 data[5] = start_page;
3006 for (page_addr = start_page; page_add
1594 ms_init_page(struct rtsx_chip *chip, u16 phy_blk, u16 log_blk, u8 start_page, u8 end_page) global() argument
1622 ms_copy_page(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page, u8 end_page) global() argument
2954 ms_read_multiple_pages(struct rtsx_chip *chip, u16 phy_blk, u16 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) global() argument
3123 ms_write_multiple_pages(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) global() argument
3342 ms_prepare_write(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page) global() argument
3400 u8 start_page, end_page = 0, page_cnt; global() local
3529 start_page, end_page, page_cnt); global() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Dxd.c25 u8 start_page, u8 end_page);
1038 u16 logoff, u8 start_page, u8 end_page) in xd_init_page()
1047 if (start_page > end_page) in xd_init_page()
1060 page_addr = (phy_blk << xd_card->block_shift) + start_page; in xd_init_page()
1068 0xFF, (end_page - start_page)); in xd_init_page()
1092 u8 start_page, u8 end_page) in xd_copy_page()
1102 if (start_page > end_page) in xd_copy_page()
1108 old_page = (old_blk << xd_card->block_shift) + start_page; in xd_copy_page()
1109 new_page = (new_blk << xd_card->block_shift) + start_page; in xd_copy_page()
1118 for (i = start_page; in xd_copy_page()
1037 xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff, u8 start_page, u8 end_page) xd_init_page() argument
1091 xd_copy_page(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u8 start_page, u8 end_page) xd_copy_page() argument
1491 xd_read_multiple_pages(struct rtsx_chip *chip, u32 phy_blk, u32 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) xd_read_multiple_pages() argument
1692 xd_write_multiple_pages(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u32 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) xd_write_multiple_pages() argument
1831 u8 start_page, end_page = 0, page_cnt; xd_rw() local
[all...]
H A Dms.c1595 u8 start_page, u8 end_page)
1607 for (i = start_page; i < end_page; i++) {
1623 u16 log_blk, u8 start_page, u8 end_page)
1632 dev_dbg(rtsx_dev(chip), "start_page = %d, end_page = %d\n",
1633 start_page, end_page); local
1662 for (i = start_page; i < end_page; i++) {
2955 u16 log_blk, u8 start_page, u8 end_page,
2964 retval = ms_read_extra_data(chip, phy_blk, start_page,
2987 data[5] = start_page;
3006 for (page_addr = start_page; page_add
1594 ms_init_page(struct rtsx_chip *chip, u16 phy_blk, u16 log_blk, u8 start_page, u8 end_page) global() argument
1622 ms_copy_page(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page, u8 end_page) global() argument
2954 ms_read_multiple_pages(struct rtsx_chip *chip, u16 phy_blk, u16 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) global() argument
3123 ms_write_multiple_pages(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page, u8 end_page, u8 *buf, unsigned int *index, unsigned int *offset) global() argument
3342 ms_prepare_write(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page) global() argument
3400 u8 start_page, end_page = 0, page_cnt; global() local
3529 start_page, end_page, page_cnt); global() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c84 * @start_page: the start page
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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c84 * @start_page: the start page
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c436 unsigned long start_page, in ttm_bo_kmap_ttm()
462 map->page = ttm->pages[start_page]; in ttm_bo_kmap_ttm()
471 map->virtual = vmap(ttm->pages + start_page, num_pages, in ttm_bo_kmap_ttm()
478 unsigned long start_page, unsigned long num_pages, in ttm_bo_kmap()
488 if (start_page > bo->num_pages) in ttm_bo_kmap()
495 return ttm_bo_kmap_ttm(bo, start_page, num_pages, map); in ttm_bo_kmap()
497 offset = start_page << PAGE_SHIFT; in ttm_bo_kmap()
435 ttm_bo_kmap_ttm(struct ttm_buffer_object *bo, unsigned long start_page, unsigned long num_pages, struct ttm_bo_kmap_obj *map) ttm_bo_kmap_ttm() argument
477 ttm_bo_kmap(struct ttm_buffer_object *bo, unsigned long start_page, unsigned long num_pages, struct ttm_bo_kmap_obj *map) ttm_bo_kmap() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c330 unsigned long start_page, in ttm_bo_kmap_ttm()
356 map->page = ttm->pages[start_page]; in ttm_bo_kmap_ttm()
365 map->virtual = vmap(ttm->pages + start_page, num_pages, in ttm_bo_kmap_ttm()
375 * @start_page: The first page to map.
388 unsigned long start_page, unsigned long num_pages, in ttm_bo_kmap()
398 if ((start_page + num_pages) > PFN_UP(bo->resource->size)) in ttm_bo_kmap()
405 return ttm_bo_kmap_ttm(bo, start_page, num_pages, map); in ttm_bo_kmap()
407 offset = start_page << PAGE_SHIFT; in ttm_bo_kmap()
329 ttm_bo_kmap_ttm(struct ttm_buffer_object *bo, unsigned long start_page, unsigned long num_pages, struct ttm_bo_kmap_obj *map) ttm_bo_kmap_ttm() argument
387 ttm_bo_kmap(struct ttm_buffer_object *bo, unsigned long start_page, unsigned long num_pages, struct ttm_bo_kmap_obj *map) ttm_bo_kmap() argument
/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dconfig.c111 unsigned long start_page; in sun3_bootmem_alloc() local
117 start_page = __pa(memory_start) >> PAGE_SHIFT; in sun3_bootmem_alloc()

Completed in 28 milliseconds

123