Home
last modified time | relevance | path

Searched defs:func (Results 1 – 7 of 7) sorted by relevance

/sys/amd64/
Dpci.c14 PCIGetAddr(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCIGetAddr()
21 PCICfgRead8(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead8()
31 PCICfgRead16(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead16()
43 PCICfgRead32(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead32()
55 PCICfgWrite8(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg, in PCICfgWrite8()
66 PCICfgWrite16(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg, in PCICfgWrite16()
77 PCICfgWrite32(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg, in PCICfgWrite32()
/sys/dev/
Dpci.c35 PCIGetDeviceID(uint32_t bus, uint32_t device, uint32_t func) in PCIGetDeviceID()
41 PCIGetVendorID(uint32_t bus, uint32_t device, uint32_t func) in PCIGetVendorID()
47 PCIGetBaseClass(uint32_t bus, uint32_t device, uint32_t func) in PCIGetBaseClass()
53 PCIGetSubClass(uint32_t bus, uint32_t device, uint32_t func) in PCIGetSubClass()
59 PCIGetHeaderType(uint32_t bus, uint32_t device, uint32_t func) in PCIGetHeaderType()
136 PCICheckFunction(uint32_t bus, uint32_t device, uint32_t func) in PCICheckFunction()
201 uint8_t func; in PCIScanDevice() local
299 DebugPCICheckFunction(uint32_t bus, uint32_t device, uint32_t func) in DebugPCICheckFunction()
363 uint8_t func; in DebugPCIScanBus() local
396 uint32_t bus, device, func; in Debug_PCIDump() local
De1000.c168 E1000_Init(uint32_t bus, uint32_t slot, uint32_t func) in E1000_Init()
Dahci.c183 AHCI_Init(uint32_t bus, uint32_t slot, uint32_t func) in AHCI_Init()
/lib/libc/
Dassert.c6 __assert(const char *func, const char *file, int line, const char *expr) in __assert()
/sys/include/
Dkdebug.h8 void (*func)(int, const char **); member
Dpci.h62 uint8_t func; member