Home | History | Annotate | Download | only in n1213

Lines Matching refs:p1

43 #define EIT_PREV_P1		$ir13		! prev $p1
346 li $p1, 0x2 ! TLB MMU
347 bne $p0, $p1, 1f
355 li $p1, DIS_DCAC
356 and $p0, $p0, $p1 ! Set DC_EN bit
385 andi $p1, $t0, ICAC_MEM_KBF_ISET ! get the ISET field
386 addi $t2, $p1, 6 ! $t2= bit width of ISET
387 andi $p1, $t0, ICAC_MEM_KBF_IWAY ! get bitfield of Iway
388 srli $p1, $p1, 3
389 addi $p1, $p1, 1 ! then $p1 is I way number
391 sll $p1, $p1, $t3 ! GET the total cache size
393 sub $p1, $p1, $t5
394 cctl $p1, L1I_IX_INVAL
395 bnez $p1, ICAC_LOOP
420 andi $p1, $t0, DCAC_MEM_KBF_DSET ! get the DSET field
421 addi $t2, $p1, 6 ! $t2= bit width of DSET
422 andi $p1, $t0, DCAC_MEM_KBF_DWAY ! get bitfield of D way
423 srli $p1, $p1, 3
424 addi $p1, $p1, 1 ! then $p1 is D way number
426 sll $p1, $p1, $t3 ! GET the total cache size
428 sub $p1, $p1, $t5
429 cctl $p1, L1D_IX_INVAL
430 bnez $p1, DCAC_LOOP
567 li $p1, 0x2 ! TLB MMU
568 bne $p0, $p1, 1f
572 li $p1, DIS_DCAC
573 and $p0, $p0, $p1 ! Clear the DC_EN bit