Home
last modified time | relevance | path

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

/linux/lib/
A Dstring.c570 const char *sc1, *sc2; in strpbrk() local
572 for (sc1 = cs; *sc1 != '\0'; ++sc1) { in strpbrk()
574 if (*sc1 == *sc2) in strpbrk()
575 return (char *)sc1; in strpbrk()
/linux/arch/x86/kernel/cpu/
A Dcacheinfo.c309 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
316 l3->subcaches[1] = sc1 = !(val & BIT(4)); in amd_calc_l3_indices()
320 l3->subcaches[1] = sc1 += !(val & BIT(5)); in amd_calc_l3_indices()
326 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/linux/net/nfc/
A 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/drivers/hid/
A Dhid-sony.c2525 struct sony_sc *sc1) in sony_compare_connection_type() argument
2528 const int sc1_not_bt = !(sc1->quirks & SONY_BT_DEVICE); in sony_compare_connection_type()
/linux/drivers/infiniband/hw/hfi1/
A Dchip.c181 sc1, sc1val, \ argument
190 ((u64)(sc1val) << SEND_SC2VLT##num##_SC##sc1##_SHIFT) | \
/linux/Documentation/admin-guide/
A Ddevices.txt727 /dev/sc1 for /dev/scc0, /dev/sc2 for /dev/scc1, and so

Completed in 44 milliseconds