Searched refs:state1 (Results 1 - 8 of 8) sorted by relevance

/drivers/s390/cio/
H A Dcss.h37 __u8 state1 : 2; /* path state value 1 */ member in struct:path_state
H A Ddevice_pgid.c283 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED)
286 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED)
/drivers/macintosh/
H A Dtherm_pm72.c667 struct cpu_pid_state *state1 = &processor_state[1]; local
692 state0->pump_min = state1->pump_min = pump_min;
693 state0->pump_max = state1->pump_max = pump_max;
922 struct cpu_pid_state *state1 = &processor_state[1]; local
931 state1->overtemp = 0;
932 rc = do_read_one_cpu_values(state1, &temp1, &power1);
936 if (state1->overtemp)
989 state1->rpm = state0->rpm;
990 state1->intake_rpm = state0->intake_rpm;
993 state1
[all...]
/drivers/video/omap/
H A Dlcd_mipid.c333 u8 state1, state2; local
335 mipid_read(md, MIPID_CMD_RDDSDR, &state1, 1);
338 dev_dbg(&md->spi->dev, "ESD mode 1 state1 %02x state2 %02x\n",
339 state1, state2);
343 if (!((state1 ^ state2) & (1 << 6)))
/drivers/net/wan/
H A Ddscc4.c155 __le32 state1; member in struct:RxFD
1744 while (!(rx_fd->state1 & Hold)) {
1754 rx_fd->state1 &= ~Hold;
1833 rx_fd->state1 |= Hold;
1949 rx_fd->state1 = HiDesc;
1952 rx_fd->state1 |= TO_STATE_RX(HDLC_MAX_MRU);
/drivers/mmc/host/
H A Dsh_mmcif.c479 u32 state1, state2; local
484 state1 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1);
486 dev_dbg(&host->pd->dev, "ERR HOST_STS1 = %08x\n", state1);
489 if (state1 & STS1_CMDSEQ) {
/drivers/gpu/drm/i915/
H A Di915_dma.c1735 unsigned long t, corr, state1, corr2, state2; local
1742 state1 = ext_v;
1756 corr = corr * ((150142 * state1) / 10000 - 78642);
1760 state2 = (corr2 * state1) / 10000;
/drivers/video/omap2/displays/
H A Dpanel-taal.c1795 u8 state1, state2; local
1813 r = taal_dcs_read_1(td, MIPI_DCS_GET_DIAGNOSTIC_RESULT, &state1);
1835 if (!((state1 ^ state2) & (1 << 6))) {

Completed in 214 milliseconds