Searched refs:PPC44x_PIN_SIZE (Results 1 – 2 of 2) sorted by relevance
112 if (total_lowmem & (PPC44x_PIN_SIZE - 1)) in ppc44x_tlb_config()117 (_ALIGN(total_lowmem, PPC44x_PIN_SIZE) >> PPC44x_PIN_SHIFT); in ppc44x_tlb_config()125 unsigned int phys_addr = (PPC44x_LOW_SLOT-i) * PPC44x_PIN_SIZE; in ppc44x_tlb_config()131 vmalloc_start = KERNELBASE + _ALIGN(total_lowmem, PPC44x_PIN_SIZE); in ppc44x_tlb_config()
52 #define PPC44x_PIN_SIZE (1 << PPC44x_PIN_SHIFT) macro