| /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 56 *tsize = (_mas1 >> 7) & 0x1f; in read_tlbcam_entry() 73 u32 tsize, valid; in print_tlbcam() local 76 read_tlbcam_entry(i, &valid, &tsize, &epn, &rpn); in print_tlbcam() 80 print_size(TSIZE_TO_BYTES(tsize), "\n"); in print_tlbcam() 139 u8 ts, u8 esel, u8 tsize, u8 iprot) in set_tlb() argument 147 tsize & 1) { in set_tlb() 149 __func__, tsize, tlb, epn); in set_tlb() 154 _mas1 = FSL_BOOKE_MAS1(1, iprot, 0, ts, tsize); in set_tlb() 163 addrmap_set_entry(epn, rpn, TSIZE_TO_BYTES(tsize), esel); in set_tlb() [all …]
|
| H A D | cpu.c | 478 void read_tlbcam_entry(int idx, u32 *valid, u32 *tsize, unsigned long *epn, 580 u32 tsize, valid, ptr; in reset_tlb() local 591 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); in reset_tlb() 662 u32 tsize, valid, ptr; in arch_memory_test_cleanup() local 672 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup() 675 ptr += TSIZE_TO_BYTES(tsize); 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 182 lis \scratch, FSL_BOOKE_MAS1(1, 1, 0, \ts, \tsize)@h 183 ori \scratch, \scratch, FSL_BOOKE_MAS1(1, 1, 0, \ts, \tsize)@l 200 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch 204 lis \scratch, FSL_BOOKE_MAS1(1, 0, 0, \ts, \tsize)@h 205 ori \scratch, \scratch, FSL_BOOKE_MAS1(1, 0, 0, \ts, \tsize)@l
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu_init.c | 433 int tsize = (gd->arch.arbiter_event_attributes & AEATR_TSIZE) in print_83xx_arb_event() local 446 printf(" Transfer Size: 0x%1x = %d bytes\n", (tbst<<3) | tsize, in print_83xx_arb_event() 447 tbst ? (tsize ? tsize : 8) : 16 + 8 * tsize); in print_83xx_arb_event()
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | mmu.h | 446 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument 451 (MAS1_TSIZE(tsize))) 500 u8 ts, u8 esel, u8 tsize, u8 iprot);
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | flattree.c | 409 int tsize = fdt32_to_cpu(fdt.totalsize); in dt_to_blob() local 410 tsize += padlen; in dt_to_blob() 411 fdt.totalsize = cpu_to_fdt32(tsize); in dt_to_blob()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mxsimage.c | 1809 unsigned long *tsize) in sb_verify_command() argument 1854 *tsize += size; in sb_verify_command() 1905 unsigned long size, tsize = 0; in sb_verify_commands() local 1911 while (tsize < sctx->size) { in sb_verify_commands() 1929 tsize += size; in sb_verify_commands() 1933 ret = sb_verify_command(ictx, cctx, fp, &tsize); in sb_verify_commands()
|
| /rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 960 unsigned char tsize; member
|