Searched refs:sc1 (Results 1 – 4 of 4) sorted by relevance
475 const char *sc1, *sc2; in strpbrk() local477 for (sc1 = cs; *sc1 != '\0'; ++sc1) { in strpbrk()479 if (*sc1 == *sc2) in strpbrk()480 return (char *)sc1; in strpbrk()
302 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local309 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()
142 u8 sc1; member828 sensf_req->sc1 = 0xFF; in digital_in_send_sensf_req()1157 sensf_res->rd[0] = sensf_req->sc1; in digital_tg_send_sensf_res()
815 /dev/sc1 for /dev/scc0, /dev/sc2 for /dev/scc1, and so