STRTAB_SPLIT
l1_desc = &strtab->l1[sid >> STRTAB_SPLIT];
size = 1 << (STRTAB_SPLIT + ilog2(STRTAB_STE_DWORDS) + 3);
l1_desc->span = STRTAB_SPLIT + 1;
i = sid >> STRTAB_SPLIT;
i = sid >> STRTAB_SPLIT;
l1_desc = &strtab->l1[sid >> STRTAB_SPLIT];
if (sc->sid_bits <= STRTAB_SPLIT)
i = sid >> STRTAB_SPLIT;
l1_desc = &strtab->l1[sid >> STRTAB_SPLIT];
addr += (sid & ((1 << STRTAB_SPLIT) - 1)) * STRTAB_STE_DWORDS;
size = min(size, sc->sid_bits - STRTAB_SPLIT);
size += STRTAB_SPLIT;
reg |= STRTAB_SPLIT << STRTAB_BASE_CFG_SPLIT_S;