Searched refs:gcr (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82598.c | 61 u32 gcr = IXGBE_READ_REG(hw, IXGBE_GCR); in ixgbe_set_pcie_completion_timeout() local 68 if (gcr & IXGBE_GCR_CMPL_TMOUT_MASK) in ixgbe_set_pcie_completion_timeout() 75 if (!(gcr & IXGBE_GCR_CAP_VER2)) { in ixgbe_set_pcie_completion_timeout() 76 gcr |= IXGBE_GCR_CMPL_TMOUT_10ms; in ixgbe_set_pcie_completion_timeout() 90 gcr &= ~IXGBE_GCR_CMPL_TMOUT_RESEND; in ixgbe_set_pcie_completion_timeout() 91 IXGBE_WRITE_REG(hw, IXGBE_GCR, gcr); in ixgbe_set_pcie_completion_timeout()
|
/drivers/net/ethernet/intel/e1000e/ |
D | mac.c | 1699 u32 gcr; in e1000e_set_pcie_no_snoop() local 1702 gcr = er32(GCR); in e1000e_set_pcie_no_snoop() 1703 gcr &= ~(PCIE_NO_SNOOP_ALL); in e1000e_set_pcie_no_snoop() 1704 gcr |= no_snoop; in e1000e_set_pcie_no_snoop() 1705 ew32(GCR, gcr); in e1000e_set_pcie_no_snoop()
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_82575.c | 1995 u32 gcr = rd32(E1000_GCR); in igb_set_pcie_completion_timeout() local 2000 if (gcr & E1000_GCR_CMPL_TMOUT_MASK) in igb_set_pcie_completion_timeout() 2006 if (!(gcr & E1000_GCR_CAP_VER2)) { in igb_set_pcie_completion_timeout() 2007 gcr |= E1000_GCR_CMPL_TMOUT_10ms; in igb_set_pcie_completion_timeout() 2026 gcr &= ~E1000_GCR_CMPL_TMOUT_RESEND; in igb_set_pcie_completion_timeout() 2028 wr32(E1000_GCR, gcr); in igb_set_pcie_completion_timeout()
|
/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 232 int ry, rcr, rcb, gy, gcr, gcb, by, bcr, bcb; member 675 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 2), CVAL(ct->gcb, ct->gcr)); in dispc_ovl_write_color_conv_coef()
|