Lines Matching defs:txdctl
1934 uint32_t tctl, txdctl = 0;
1955 txdctl = 0; /* Clear txdctl */
1956 txdctl |= 0x1f; /* PTHRESH */
1957 txdctl |= 1 << 8; /* HTHRESH */
1958 txdctl |= 1 << 16; /* WTHRESH */
1959 txdctl |= 1 << 22; /* Reserved bit 22 must always be 1 */
1960 txdctl |= IGC_TXDCTL_GRAN;
1961 txdctl |= 1 << 25; /* LWTHRESH */
1963 IGC_WRITE_REG(hw, IGC_TXDCTL(i), txdctl);