Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_sc.h78 #define PCI_SBUF_LINE_SIZE 64 /* size of i/o cache line */ macro
80 #define PCI_CACHE_LINE_SIZE (PCI_SBUF_LINE_SIZE / 4)
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c968 #ifdef PCI_SBUF_LINE_SIZE in cardbus_ctlops()
969 val = maxbit(val, PCI_SBUF_LINE_SIZE); in cardbus_ctlops()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c1247 val = maxbit(val, PCI_SBUF_LINE_SIZE); in pci_ctlops()