Searched refs:router (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp331 gConnector[connectorIndex]->router.i2cPinIndex = 0;
335 gConnector[connectorIndex]->router.i2cPinIndex = i;
886 router_info* router = &connector->router; local
887 router->objectID = routerObjectID;
903 router->i2cAddr = i2cRecord->ucI2CAddr >> 1; // ??
907 router->ddcValid = true;
908 router->ddcMuxType = ddcPath->ucMuxType;
909 router->ddcMuxControlPin = ddcPath->ucMuxControlPin;
910 router
1039 router_info* router = &gConnector[id]->router; local
[all...]
H A Daccelerant.cpp94 gConnector[id]->router.ddcValid = false;
95 gConnector[id]->router.cdValid = false;
H A Daccelerant.h158 uint16 i2cPinIndex; // id of gpio pin for i2c router
184 router_info router; member in struct:__anon4

Completed in 93 milliseconds