osal_ffz
return (i == nwords) ? limit : i*OSAL_BITS_PER_UL + osal_ffz(addr[i]);
return i*OSAL_BITS_PER_UL + osal_ffz(addr[i]);