Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dstring.c475 const char *sc1, *sc2; in strpbrk() local
477 for (sc1 = cs; *sc1 != '\0'; ++sc1) { in strpbrk()
479 if (*sc1 == *sc2) in strpbrk()
480 return (char *)sc1; in strpbrk()
/linux-4.1.27/arch/x86/kernel/cpu/
Dintel_cacheinfo.c302 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
309 l3->subcaches[1] = sc1 = !(val & BIT(4)); in amd_calc_l3_indices()
313 l3->subcaches[1] = sc1 += !(val & BIT(5)); in amd_calc_l3_indices()
319 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/linux-4.1.27/net/nfc/
Ddigital_technology.c142 u8 sc1; member
828 sensf_req->sc1 = 0xFF; in digital_in_send_sensf_req()
1157 sensf_res->rd[0] = sensf_req->sc1; in digital_tg_send_sensf_res()
/linux-4.1.27/Documentation/
Ddevices.txt815 /dev/sc1 for /dev/scc0, /dev/sc2 for /dev/scc1, and so