Home
last modified time | relevance | path

Searched refs:DC_PCI_CFLT (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/pci/
Dif_dc_pci.c312 command = pci_conf_read(pc, pa->pa_tag, DC_PCI_CFLT);
315 pci_conf_write(pc, pa->pa_tag, DC_PCI_CFLT, command);
446 DC_PCI_CFLT) & 0xFF;
/mirbsd/src/sys/dev/cardbus/
Dif_dc_cardbus.c124 sc->dc_cachesize = cardbus_conf_read(cc, cf, ca->ca_tag, DC_PCI_CFLT)
/mirbsd/src/sys/dev/ic/
Ddcreg.h828 #define DC_PCI_CFLT 0x0C /* Latency timer */ macro