SPR_ICCFGR_NCS
cpuinfo->icache.sets = 1 << ((iccfgr & SPR_ICCFGR_NCS) >> 3);
unsigned long sets = 1 << ((iccfgr & SPR_ICCFGR_NCS) >> 3);