Home
last modified time | relevance | path

Searched refs:sc1 (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/x86/kernel/cpu/
Dcacheinfo.c324 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
331 l3->subcaches[1] = sc1 = !(val & BIT(4)); in amd_calc_l3_indices()
335 l3->subcaches[1] = sc1 += !(val & BIT(5)); in amd_calc_l3_indices()
341 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/linux-6.6.21/net/nfc/
Ddigital_technology.c134 u8 sc1; member
822 sensf_req->sc1 = 0xFF; in digital_in_send_sensf_req()
1151 sensf_res->rd[0] = sensf_req->sc1; in digital_tg_send_sensf_res()
/linux-6.6.21/drivers/hid/
Dhid-sony.c1706 struct sony_sc *sc1) in sony_compare_connection_type() argument
1709 const int sc1_not_bt = !(sc1->quirks & SONY_BT_DEVICE); in sony_compare_connection_type()
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dchip.c181 sc1, sc1val, \ argument
190 ((u64)(sc1val) << SEND_SC2VLT##num##_SC##sc1##_SHIFT) | \
/linux-6.6.21/Documentation/admin-guide/
Ddevices.txt727 /dev/sc1 for /dev/scc0, /dev/sc2 for /dev/scc1, and so