Home
last modified time | relevance | path

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

/board/purism/librem5/
A Dlibrem5.c141 u32 contract; in tps65982_get_max_current() local
184 contract = buf[1] + (buf[2] << 8) + (buf[3] << 16) + (buf[4] << 24); in tps65982_get_max_current()
186 type = TPS_PDO_CONTRACT_TYPE(contract); in tps65982_get_max_current()
190 return TPS_PDO_FIXED_CONTRACT_MAX_CURRENT(contract); in tps65982_get_max_current()
192 return 1000 * TPS_PDO_BAT_CONTRACT_MAX_POWER(contract) in tps65982_get_max_current()
193 / TPS_PDO_BAT_CONTRACT_MAX_VOLTAGE(contract); in tps65982_get_max_current()
195 return TPS_PDO_VAR_CONTRACT_MAX_CURRENT(contract); in tps65982_get_max_current()

Completed in 8 milliseconds