Searched refs:end_page (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/staging/rts5208/
H A Dxd.c25 u8 start_page, u8 end_page);
1038 u16 logoff, u8 start_page, u8 end_page)
1047 if (start_page > end_page)
1068 0xFF, (end_page - start_page));
1092 u8 start_page, u8 end_page)
1102 if (start_page > end_page)
1118 for (i = start_page; i < end_page; i++) {
1492 u32 log_blk, u8 start_page, u8 end_page,
1502 if (start_page > end_page)
1505 page_cnt = end_page
1037 xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff, u8 start_page, u8 end_page) argument
1091 xd_copy_page(struct rtsx_chip *chip, u32 old_blk, u32 new_blk, u8 start_page, u8 end_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) 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) argument
1831 u8 start_page, end_page = 0, page_cnt; 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,
3006 for (page_addr = start_page; page_addr < end_page; page_addr++) {
3052 if (page_addr == (end_page - 1)) {
3125 u8 end_page, u
1594 ms_init_page(struct rtsx_chip *chip, u16 phy_blk, u16 log_blk, u8 start_page, u8 end_page) argument
1622 ms_copy_page(struct rtsx_chip *chip, u16 old_blk, u16 new_blk, u16 log_blk, u8 start_page, u8 end_page) 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) 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) argument
3400 u8 start_page, end_page = 0, page_cnt; local
3529 start_page, end_page, page_cnt); local
[all...]
/linux-master/sound/pci/emu10k1/
H A Dmemory.c167 int start_page, end_page, mpage, pg; local
182 end_page = q->mapped_page;
184 end_page = (emu->address_mode ? MAX_ALIGN_PAGES1 : MAX_ALIGN_PAGES0);
197 return end_page - start_page; /* return the new empty size */
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_pool.c385 * @end_page: index for last page to free + 1.
394 pgoff_t start_page, pgoff_t end_page)
400 for (i = start_page; i < end_page; i += nr, pages += nr) {
392 ttm_pool_free_range(struct ttm_pool *pool, struct ttm_tt *tt, enum ttm_caching caching, pgoff_t start_page, pgoff_t end_page) argument
/linux-master/drivers/mtd/
H A Dmtdchar.c579 uint32_t start_page, end_page; local
586 end_page = mtd_div_by_ws(start + ops->len - 1, mtd);
590 (end_page - start_page + 1) * oob_per_page);
/linux-master/mm/
H A Dcompaction.c332 struct page *end_page; local
369 end_page = pfn_to_online_page(block_pfn);
370 if (!end_page)
390 } while (page <= end_page);
H A Dpage_alloc.c1349 struct page *end_page; local
1364 end_page = pfn_to_page(end_pfn);
1366 /* This gives a shorter code than deriving page_zone(end_page) */
1367 if (page_zone_id(start_page) != page_zone_id(end_page))
/linux-master/crypto/
H A Dskcipher.c81 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); local
83 return max(start, end_page);
/linux-master/drivers/md/
H A Ddm-integrity.c581 unsigned long bit, end_bit, this_end_bit, page, end_page; local
604 end_page = end_bit / (PAGE_SIZE * 8);
608 if (page < end_page)
675 if (unlikely(page < end_page)) {
/linux-master/drivers/firewire/
H A Dohci.c3263 int page, end_page, i, length, offset; local
3276 end_page = PAGE_ALIGN(payload_index + p->payload_length) >> PAGE_SHIFT;
3278 payload_z = end_page - (payload_index >> PAGE_SHIFT);

Completed in 350 milliseconds