Searched refs:_func (Results 1 – 2 of 2) sorted by relevance
394 #define EFI_PCI_ADDRESS(_bus,_dev,_func) \ argument395 ( (UINT64) ( (((UINTN)_bus) << 24) + (((UINTN)_dev) << 16) + (((UINTN)_func) << 8) ) )
2020 x.Func = byte(xc._func)2039 xc._func = C.uint8_t(x.Func)
Completed in 12 milliseconds