Home
last modified time | relevance | path

Searched refs:sc3 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c324 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
339 l3->subcaches[3] = sc3 = !(val & BIT(12)) + !(val & BIT(13)); in amd_calc_l3_indices()
341 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/openbmc/u-boot/doc/
H A DREADME.scrapyard100 sc3 powerpc ppc4xx 27e72156 2015-05-10 Heiko Schocher <hs@denx.de>
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c183 sc3, sc3val, \ argument
192 ((u64)(sc3val) << SEND_SC2VLT##num##_SC##sc3##_SHIFT) | \