Searched refs:epn (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | tlb.c | 46 void read_tlbcam_entry(int idx, u32 *valid, u32 *tsize, unsigned long *epn, in read_tlbcam_entry() argument 57 *epn = mfspr(MAS2) & MAS2_EPN; in read_tlbcam_entry() 72 unsigned long epn; in print_tlbcam() local 76 read_tlbcam_entry(i, &valid, &tsize, &epn, &rpn); in print_tlbcam() 78 i, (valid == 0) ? 0 : 1, (unsigned int)epn, in print_tlbcam() 137 void set_tlb(u8 tlb, u32 epn, u64 rpn, in set_tlb() argument 149 __func__, tsize, tlb, epn); in set_tlb() 155 _mas2 = FSL_BOOKE_MAS2(epn, wimge); in set_tlb() 163 addrmap_set_entry(epn, rpn, TSIZE_TO_BYTES(tsize), esel); in set_tlb() 228 unsigned long epn; in init_addr_map() local [all …]
|
| H A D | cpu.c | 478 void read_tlbcam_entry(int idx, u32 *valid, u32 *tsize, unsigned long *epn, 579 unsigned long epn; in reset_tlb() local 591 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); in reset_tlb() 661 unsigned long epn; in arch_memory_test_cleanup() local 672 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup()
|
| H A D | start.S | 178 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch 185 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h 186 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l 200 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch 207 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h 208 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l 234 .macro delete_tlb0_entry esel epn wimg scratch 240 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h 241 ori \scratch, \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@l
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | mmu.h | 452 #define FSL_BOOKE_MAS2(epn, wimge) \ argument 453 (((epn) & MAS3_RPN) | (wimge)) 498 extern void set_tlb(u8 tlb, u32 epn, u64 rpn,
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_core.c | 1311 u8 epn = cfg->hw_ep_num; in ep_config_from_table() local 1313 if (epn >= musb->config->num_eps) { in ep_config_from_table() 1315 musb_driver_name, epn); in ep_config_from_table() 1318 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table() 1321 musb_driver_name, epn); in ep_config_from_table() 1324 epn++; in ep_config_from_table() 1325 musb->nr_endpoints = max(epn, musb->nr_endpoints); in ep_config_from_table()
|