Home
last modified time | relevance | path

Searched refs:state2 (Results 1 – 7 of 7) sorted by relevance

/drivers/video/fbdev/omap/
Dlcd_mipid.c333 u8 state1, state2; in ls041y3_esd_check_mode1() local
337 mipid_read(md, MIPID_CMD_RDDSDR, &state2, 1); in ls041y3_esd_check_mode1()
339 state1, state2); in ls041y3_esd_check_mode1()
343 if (!((state1 ^ state2) & (1 << 6))) in ls041y3_esd_check_mode1()
/drivers/net/wan/
Ddscc4.c158 __le32 state2; member
658 pkt_len = TO_SIZE(le32_to_cpu(rx_fd->state2)); in dscc4_rx_skb()
686 rx_fd->state2 = 0x00000000; in dscc4_rx_skb()
1750 rx_fd->state2 = 0x00000000; in dscc4_rx_irq()
1824 if (!(rx_fd->state2 & DataComplete)) in dscc4_rx_irq()
1826 if (rx_fd->state2 & FrameAborted) { in dscc4_rx_irq()
1829 rx_fd->state2 = 0x00000000; in dscc4_rx_irq()
1945 rx_fd->state2 = 0x00000000; in dscc4_init_ring()
/drivers/s390/cio/
Dcss.h38 __u8 state2 : 2; /* path state value 2 */ member
Ddevice_pgid.c313 if (pgid->inf.ps.state2 == SNID_STATE2_RESVD_ELSE) in pgid_analyze()
/drivers/crypto/qat/qat_common/
Dicp_qat_hw.h196 uint8_t state2[ICP_QAT_HW_SHA512_STATE2_SZ]; member
/drivers/mmc/host/
Dsh_mmcif.c565 u32 state1, state2; in sh_mmcif_error_manage() local
571 state2 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS2); in sh_mmcif_error_manage()
573 dev_dbg(dev, "ERR HOST_STS2 = %08x\n", state2); in sh_mmcif_error_manage()
594 if (state2 & STS2_CRC_ERR) { in sh_mmcif_error_manage()
598 } else if (state2 & STS2_TIMEOUT_ERR) { in sh_mmcif_error_manage()
/drivers/gpu/drm/i915/
Dintel_pm.c5852 unsigned long t, corr, state1, corr2, state2; in __i915_gfx_val() local
5879 state2 = (corr2 * state1) / 10000; in __i915_gfx_val()
5880 state2 /= 100; /* convert to mW */ in __i915_gfx_val()
5884 return dev_priv->ips.gfx_power + state2; in __i915_gfx_val()