Searched refs:sig1 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_sseu_debugfs.c21 u32 sig1[SS_MAX], sig2[SS_MAX]; local
24 sig1[0] = intel_uncore_read(uncore, CHV_POWER_SS0_SIG1);
25 sig1[1] = intel_uncore_read(uncore, CHV_POWER_SS1_SIG1);
32 if (sig1[ss] & CHV_SS_PG_ENABLE)
38 eu_cnt = ((sig1[ss] & CHV_EU08_PG_ENABLE) ? 0 : 2) +
39 ((sig1[ss] & CHV_EU19_PG_ENABLE) ? 0 : 2) +
40 ((sig1[ss] & CHV_EU210_PG_ENABLE) ? 0 : 2) +
/linux-master/drivers/ptp/
H A Dptp_fc3.c138 u8 sig1, sig2; local
150 sig1 = FIELD_GET(SIG1_MUX_SEL_MASK, val);
153 if ((sig1 == sig2) || ((sig1 != TIME_SYNC) && (sig2 != TIME_SYNC))) {
154 dev_err(idtfc3->dev, "Invalid tdc_mux_sel sig1=%d sig2=%d", sig1, sig2);
156 } else if (sig1 == TIME_SYNC) {
/linux-master/drivers/scsi/
H A Dwd719x.h211 u8 sig1; member in struct:wd719x_eeprom_header
H A Dwd719x.c763 if (header.sig1 == 'W' && header.sig2 == 'D')
769 header.sig1, header.sig2);
/linux-master/drivers/pci/hotplug/
H A Dcpqphp.h169 char sig1; member in struct:hrt
185 SIG1 = offsetof(struct hrt, sig1),

Completed in 216 milliseconds