Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/diag/
H A Ddiag324.c55 } sc1; member
219 if (res.sc1.rc != DIAG324_RET_SUCCESS) in diag324_init()
221 pibdata.len = res.sc1.pib_len; in diag324_init()
/linux-6.15/drivers/iio/
H A Dindustrialio-gts-helper.c163 static int scale_eq(int *sc1, int *sc2) in scale_eq() argument
165 return sc1[0] == sc2[0] && sc1[1] == sc2[1]; in scale_eq()
168 static int scale_smaller(int *sc1, int *sc2) in scale_smaller() argument
170 if (sc1[0] != sc2[0]) in scale_smaller()
171 return sc1[0] < sc2[0]; in scale_smaller()
174 return sc1[1] < sc2[1]; in scale_smaller()
/linux-6.15/arch/x86/kernel/cpu/
H A Dcacheinfo.c315 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
322 l3->subcaches[1] = sc1 = !(val & BIT(4)); in amd_calc_l3_indices()
326 l3->subcaches[1] = sc1 += !(val & BIT(5)); in amd_calc_l3_indices()
332 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/linux-6.15/net/nfc/
H 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-6.15/Documentation/devicetree/bindings/pinctrl/
H A Drealtek,rtd1619b-pinctrl.yaml57 spdif_optical_loc1, emmc_spi, emmc, sc1, uart0, uart1, uart2_loc0, uart2_loc1,
H A Drealtek,rtd1319d-pinctrl.yaml55 sc1, sc1_data0, sc1_data1, sc1_data2, ao, gspi_loc0, gspi_loc1,
/linux-6.15/drivers/hid/
H A Dhid-sony.c1707 struct sony_sc *sc1) in sony_compare_connection_type() argument
1710 const int sc1_not_bt = !(sc1->quirks & SONY_BT_DEVICE); in sony_compare_connection_type()
/linux-6.15/drivers/pinctrl/realtek/
H A Dpinctrl-rtd1319d.c702 RTD1319D_FUNC(sc1),
H A Dpinctrl-rtd1619b.c728 RTD1619B_FUNC(sc1),
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dchip.c181 sc1, sc1val, \ argument
190 ((u64)(sc1val) << SEND_SC2VLT##num##_SC##sc1##_SHIFT) | \
/linux-6.15/Documentation/admin-guide/
H A Ddevices.txt727 /dev/sc1 for /dev/scc0, /dev/sc2 for /dev/scc1, and so