Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/realtek/
D8139cp.c249 PCIDAC = (1 << 4), /* PCI Dual Address Cycle (64-bit PCI) */ enumerator
1963 cp->cpcmd = (pci_using_dac ? PCIDAC : 0) | in cp_init_one()
Dr8169.c498 PCIDAC = (1 << 4), enumerator
6262 if ((tp->cp_cmd & PCIDAC) && !tp->cur_rx) { in rtl8169_pcierr_interrupt()
6264 tp->cp_cmd &= ~PCIDAC; in rtl8169_pcierr_interrupt()
7369 tp->cp_cmd |= PCIDAC; in rtl_init_one()