Home
last modified time | relevance | path

Searched refs:page_offs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/misc/genwqe/
H A Dcard_dev.c917 int page_offs; in ddcb_cmd_fixups() local
937 page_offs = (u_addr - in ddcb_cmd_fixups()
954 page_offs = 0; in ddcb_cmd_fixups()
965 &m->dma_list[page_offs]); in ddcb_cmd_fixups()
/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c1750 u32 page_offs; in stfsm_mtd_write() local
1758 page_offs = to % FLASH_PAGESIZE; in stfsm_mtd_write()
1764 bytes = min_t(size_t, FLASH_PAGESIZE - page_offs, len); in stfsm_mtd_write()
1775 page_offs = 0; in stfsm_mtd_write()
/linux/drivers/net/ethernet/cortina/
H A Dgemini.c1454 unsigned int page_offs; in gmac_rx() local
1483 page_offs = mapping & ~PAGE_MASK; in gmac_rx()
1509 page_offs += NET_IP_ALIGN; in gmac_rx()
1528 skb_fill_page_desc(skb, frag_nr, page, page_offs, frag_len); in gmac_rx()
/linux/drivers/scsi/
H A Dhpsa.c6922 ulong page_offs = ((ulong) base) - page_base; in remap_pci_mem() local
6924 page_offs + size); in remap_pci_mem()
6926 return page_remapped ? (page_remapped + page_offs) : NULL; in remap_pci_mem()