Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h529 #define PCI_CACHELINESZ 0x0C /* cache line size, 8 bits */ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c644 cachelinesz = pci_config_get8(pci, PCI_CACHELINESZ); in dca_attach()