Lines Matching refs:pbl_count_4k
1866 u16 pbl_count_4k) in root_256() argument
1871 if (pbl_count_4k == 1) { in root_256()
1912 dma_addr_t single_buffer, u16 pbl_count_4k, in nes_reg_mr() argument
1926 u16 use_two_level = (pbl_count_4k > 1) ? 1 : 0; in nes_reg_mr()
1940 if (pbl_count_4k) { in nes_reg_mr()
1943 pg_cnt = ((pbl_count_4k - 1) * 512) + residual_page_count_4k; in nes_reg_mr()
1948 else if (pbl_count_4k <= nesadapter->free_4kpbl) in nes_reg_mr()
1951 if (((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) && in nes_reg_mr()
1957 } else if ((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) { in nes_reg_mr()
1961 if ((pbl_count_4k + 1) <= nesadapter->free_4kpbl) in nes_reg_mr()
1969 pbl_count = pbl_count_4k; in nes_reg_mr()
1982 if (root_256(nesdev, root_vpbl, &new_root, pbl_count_4k) == 1) { in nes_reg_mr()
1990 if (pbl_count_4k == 1) in nes_reg_mr()
1992 pbl_count = pbl_count_4k; in nes_reg_mr()
1994 if ((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) { in nes_reg_mr()