PCIC_MEMREG_LSB_SHIFT
start_low = (phys_addr >> PCIC_MEMREG_LSB_SHIFT) & 0xff;
stop_low = (phys_end >> PCIC_MEMREG_LSB_SHIFT) & 0xff;