Home
last modified time | relevance | path

Searched refs:ddr_esel (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu.c580 int ddr_esel; in reset_tlb() local
588 ddr_esel = find_tlb_idx((void *)ptr, 1); in reset_tlb()
589 if (ddr_esel != -1) { in reset_tlb()
590 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); in reset_tlb()
663 int ddr_esel; in arch_memory_test_cleanup() local
669 ddr_esel = find_tlb_idx((void *)ptr, 1); in arch_memory_test_cleanup()
670 if (ddr_esel != -1) { in arch_memory_test_cleanup()
671 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup()
672 disable_tlb(ddr_esel); in arch_memory_test_cleanup()
Dtlb.c330 int ddr_esel; in clear_ddr_tlbs_phys() local
336 ddr_esel = find_tlb_idx((void *)ptr, 1); in clear_ddr_tlbs_phys()
337 if (ddr_esel != -1) { in clear_ddr_tlbs_phys()
338 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in clear_ddr_tlbs_phys()
339 disable_tlb(ddr_esel); in clear_ddr_tlbs_phys()