Searched refs:hwPin (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp311 connector_attach_gpio_i2c(uint32 connectorIndex, uint8 hwPin) argument
315 if (gGPIOInfo[i]->hwPin != hwPin)
323 __func__, hwPin, connectorIndex);
329 connector_attach_gpio_router(uint32 connectorIndex, uint8 hwPin) argument
333 if (gGPIOInfo[i]->hwPin != hwPin)
341 __func__, hwPin, connectorIndex);
347 connector_attach_gpio_hpd(uint32 connectorIndex, uint8 hwPin) argument
352 if (gGPIOInfo[i]->hwPin !
[all...]
H A Daccelerant.h113 uint32 hwPin; // GPIO hardware pin on GPU member in struct:__anon1
159 uint32 i2cAddr; // ?? hwPin??
H A Dencoder.cpp721 uint8 temp = dpcd_read_reg(hwPin, DP_EDP_CONFIGURATION_CAP);
903 dpcd_write_reg(hwPin, DP_EDP_CONFIGURATION_SET, 1);
H A Ddisplayport.cpp473 uint32 auxPin = gGPIOInfo[i2cPinIndex]->hwPin;

Completed in 101 milliseconds