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 65 if (gcr & IXGBE_GCR_CMPL_TMOUT_MASK) in ixgbe_set_pcie_completion_timeout() 72 if (!(gcr & IXGBE_GCR_CAP_VER2)) { in ixgbe_set_pcie_completion_timeout() 73 gcr |= IXGBE_GCR_CMPL_TMOUT_10ms; in ixgbe_set_pcie_completion_timeout() 89 gcr &= ~IXGBE_GCR_CMPL_TMOUT_RESEND; in ixgbe_set_pcie_completion_timeout() 90 IXGBE_WRITE_REG(hw, IXGBE_GCR, gcr); in ixgbe_set_pcie_completion_timeout()
|
/drivers/net/ethernet/intel/e1000e/ |
D | mac.c | 1695 u32 gcr; in e1000e_set_pcie_no_snoop() local 1698 gcr = er32(GCR); in e1000e_set_pcie_no_snoop() 1699 gcr &= ~(PCIE_NO_SNOOP_ALL); in e1000e_set_pcie_no_snoop() 1700 gcr |= no_snoop; in e1000e_set_pcie_no_snoop() 1701 ew32(GCR, gcr); in e1000e_set_pcie_no_snoop()
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_82575.c | 1766 u32 gcr = rd32(E1000_GCR); in igb_set_pcie_completion_timeout() local 1771 if (gcr & E1000_GCR_CMPL_TMOUT_MASK) in igb_set_pcie_completion_timeout() 1777 if (!(gcr & E1000_GCR_CAP_VER2)) { in igb_set_pcie_completion_timeout() 1778 gcr |= E1000_GCR_CMPL_TMOUT_10ms; in igb_set_pcie_completion_timeout() 1797 gcr &= ~E1000_GCR_CMPL_TMOUT_RESEND; in igb_set_pcie_completion_timeout() 1799 wr32(E1000_GCR, gcr); in igb_set_pcie_completion_timeout()
|
/drivers/video/omap2/dss/ |
D | dispc.c | 221 int ry, rcr, rcb, gy, gcr, gcb, by, bcr, bcb; member 673 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 2), CVAL(ct->gcb, ct->gcr)); in dispc_ovl_write_color_conv_coef()
|