Home
last modified time | relevance | path

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

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