Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Dcacheinfo.c307 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
313 l3->subcaches[0] = sc0 = !(val & BIT(0)); in amd_calc_l3_indices()
317 l3->subcaches[0] = sc0 += !(val & BIT(1)); in amd_calc_l3_indices()
324 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/Linux-v4.19/drivers/hid/
Dhid-sony.c2353 static inline int sony_compare_connection_type(struct sony_sc *sc0, in sony_compare_connection_type() argument
2356 const int sc0_not_bt = !(sc0->quirks & SONY_BT_DEVICE); in sony_compare_connection_type()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dchip.c205 sc0, sc0val, \ argument
214 ((u64)(sc0val) << SEND_SC2VLT##num##_SC##sc0##_SHIFT) | \