Home
last modified time | relevance | path

Searched refs:PCIDAC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/realtek/
D8139cp.c248 PCIDAC = (1 << 4), /* PCI Dual Address Cycle (64-bit PCI) */ enumerator
1958 cp->cpcmd = (pci_using_dac ? PCIDAC : 0) | in cp_init_one()
Dr8169.c620 PCIDAC = (1 << 4), enumerator
7174 if ((tp->cp_cmd & PCIDAC) && !tp->cur_rx) { in rtl8169_pcierr_interrupt()
7178 tp->cp_cmd &= ~PCIDAC; in rtl8169_pcierr_interrupt()
8134 tp->cp_cmd |= PCIDAC; in rtl_init_one()