Home
last modified time | relevance | path

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

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