Searched refs:PCI_line_size (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | fwohci_pci.cpp | 178 info->function, PCI_line_size, 1); in fwohci_pci_attach() 183 PCI_line_size, 1, cache_line); in fwohci_pci_attach()
|
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/ |
H A D | device.c | 67 data->pciInfo->device, data->pciInfo->function, PCI_line_size, in wb840_open() 68 sizeof(PCI_line_size)) & 0xff; in wb840_open()
|
/haiku/headers/os/drivers/pcmcia/ |
H A D | k_compat.h | 152 #define PCI_CACHE_LINE_SIZE PCI_line_size
|
/haiku/src/libs/compat/freebsd_network/ |
H A D | pci.cpp | 135 return pci_read_config(dev, PCI_line_size, 1); in pci_get_cachelnsz()
|
/haiku/headers/os/drivers/ |
H A D | PCI.h | 246 #define PCI_line_size 0x0c /* (1 byte) cache line size in 32 bit words */ macro
|
/haiku/src/add-ons/kernel/bus_managers/pci/ |
H A D | pci.cpp | 1344 dev->function, PCI_line_size, 1); in _ReadBasicInfo()
|