Home
last modified time | relevance | path

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

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