Home
last modified time | relevance | path

Searched full:sc0 (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Drealtek,rtd1619b-pinctrl.yaml59 pwm3, etn_led, etn_phy, etn_clk, sc0, vfd, gspi_loc0, iso_gspi_loc0, pcie1,
H A Drealtek,rtd1319d-pinctrl.yaml54 enum: [ gpio, nf, emmc, tp0, tp1, sc0, sc0_data0, sc0_data1, sc0_data2,
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c322 unsigned int sc0, sc1, sc2, sc3; in amd_calc_l3_indices() local
328 l3->subcaches[0] = sc0 = !(val & BIT(0)); in amd_calc_l3_indices()
332 l3->subcaches[0] = sc0 += !(val & BIT(1)); in amd_calc_l3_indices()
339 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/linux/drivers/media/platform/ti/vpe/
H A Dsc.c30 DUMPREG(SC0); in sc_dump_regs()
/linux/drivers/pinctrl/realtek/
H A Dpinctrl-rtd1619b.c747 RTD1619B_FUNC(sc0),
990 RTK_PIN_FUNC(SHIFT_LEFT(0x2, 15), "sc0"),
996 RTK_PIN_FUNC(SHIFT_LEFT(0x2, 18), "sc0"),
1004 RTK_PIN_FUNC(SHIFT_LEFT(0x4, 21), "sc0"),
1048 RTK_PIN_FUNC(SHIFT_LEFT(0x2, 10), "sc0"),
/linux/drivers/staging/fbtft/
H A Dfb_agm1264k-fl.c347 /* select left side (sc0) in write_vmem()
/linux/drivers/hid/
H A Dhid-sony.c1706 static inline int sony_compare_connection_type(struct sony_sc *sc0, in sony_compare_connection_type() argument
1709 const int sc0_not_bt = !(sc0->quirks & SONY_BT_DEVICE); in sony_compare_connection_type()