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

/freebsd-11.0-release/sys/dev/firewire/
H A Dfwohci_pci.c208 int olatency, latency, ocache_line, cache_line; local
233 cache_line = ocache_line = pci_read_config(self, PCIR_CACHELNSZ, 1);
236 cache_line = DEF_CACHE_LINE;
237 pci_write_config(self, PCIR_CACHELNSZ, cache_line, 1);
244 ocache_line, cache_line);

Completed in 101 milliseconds