Lines Matching refs:pbl_count_4k
1881 u16 pbl_count_4k) in root_256() argument
1886 if (pbl_count_4k == 1) { in root_256()
1927 dma_addr_t single_buffer, u16 pbl_count_4k, in nes_reg_mr() argument
1941 u16 use_two_level = (pbl_count_4k > 1) ? 1 : 0; in nes_reg_mr()
1955 if (pbl_count_4k) { in nes_reg_mr()
1958 pg_cnt = ((pbl_count_4k - 1) * 512) + residual_page_count_4k; in nes_reg_mr()
1963 else if (pbl_count_4k <= nesadapter->free_4kpbl) in nes_reg_mr()
1966 if (((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) && in nes_reg_mr()
1972 } else if ((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) { in nes_reg_mr()
1976 if ((pbl_count_4k + 1) <= nesadapter->free_4kpbl) in nes_reg_mr()
1984 pbl_count = pbl_count_4k; in nes_reg_mr()
1997 if (root_256(nesdev, root_vpbl, &new_root, pbl_count_4k) == 1) { in nes_reg_mr()
2005 if (pbl_count_4k == 1) in nes_reg_mr()
2007 pbl_count = pbl_count_4k; in nes_reg_mr()
2009 if ((pbl_count_4k + use_two_level) <= nesadapter->free_4kpbl) { in nes_reg_mr()