Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dpci.cpp25 constexpr unsigned int kMaxFunction = 7; variable
30 if (bus_ > kMaxBus || device_ > kMaxDevice || function_ > kMaxFunction) { in Address()