Lines Matching refs:pbl_count_4k
1758 u16 pbl_count_4k) in root_256() argument
1763 if (pbl_count_4k == 1) { in root_256()
1804 dma_addr_t single_buffer, u16 pbl_count_4k, in nes_reg_mr() argument
1818 u16 use_two_level = (pbl_count_4k > 1) ? 1 : 0; in nes_reg_mr()
1832 if (pbl_count_4k) { in nes_reg_mr()
1835 pg_cnt = ((pbl_count_4k - 1) * 512) + residual_page_count_4k; in nes_reg_mr()
1840 else if (pbl_count_4k <= nesadapter->free_4kpbl) in nes_reg_mr()
1843 if (((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) && in nes_reg_mr()
1849 } else if ((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) { in nes_reg_mr()
1853 if ((pbl_count_4k + 1) <= nesadapter->free_4kpbl) in nes_reg_mr()
1861 pbl_count = pbl_count_4k; in nes_reg_mr()
1874 if (root_256(nesdev, root_vpbl, &new_root, pbl_count_4k) == 1) { in nes_reg_mr()
1882 if (pbl_count_4k == 1) in nes_reg_mr()
1884 pbl_count = pbl_count_4k; in nes_reg_mr()
1886 if ((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) { in nes_reg_mr()