Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci_pci.cpp144 uint32 olatency, latency, ocache_line, cache_line; in fwohci_pci_attach() local
177 cache_line = ocache_line = gPci->read_pci_config(info->bus, info->device, in fwohci_pci_attach()
181 cache_line = DEF_CACHE_LINE; in fwohci_pci_attach()
183 PCI_line_size, 1, cache_line); in fwohci_pci_attach()
186 TRACE("cache size %lx -> %lx.\n", ocache_line, cache_line); in fwohci_pci_attach()