Searched refs:sc1 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | string.c | 651 const char *sc1, *sc2; in strpbrk() local 653 for (sc1 = cs; *sc1 != '\0'; ++sc1) { in strpbrk() 655 if (*sc1 == *sc2) in strpbrk() 656 return (char *)sc1; in strpbrk()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | cacheinfo.c | 309 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()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | cacheinfo.c | 324 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()
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_technology.c | 134 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()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_technology.c | 134 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()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-sony.c | 1706 struct sony_sc *sc1) in sony_compare_connection_type() 1709 const int sc1_not_bt = !(sc1->quirks & SONY_BT_DEVICE); in sony_compare_connection_type() 1705 sony_compare_connection_type(struct sony_sc *sc0, struct sony_sc *sc1) sony_compare_connection_type() argument
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-sony.c | 2386 struct sony_sc *sc1) in sony_compare_connection_type() 2389 const int sc1_not_bt = !(sc1->quirks & SONY_BT_DEVICE); in sony_compare_connection_type() 2385 sony_compare_connection_type(struct sony_sc *sc0, struct sony_sc *sc1) sony_compare_connection_type() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 222 sc1, sc1val, \ 231 ((u64)(sc1val) << SEND_SC2VLT##num##_SC##sc1##_SHIFT) | \
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 181 sc1, sc1val, \ 190 ((u64)(sc1val) << SEND_SC2VLT##num##_SC##sc1##_SHIFT) | \
|
Completed in 53 milliseconds