Home
last modified time | relevance | path

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

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-pwm.cpp64 uint16_t high_count; in Configure() local
81 high_count = count; in Configure()
84 high_count = 0; in Configure()
88 high_count = duty_count; in Configure()
94 const uint32_t value = (high_count << PWM_HIGH_SHIFT) | low_count; in Configure()
/system/private/efi/
A Druntime-services.h133 efi_status (*GetNextHighMonotonicCount) (uint32_t* high_count) EFIAPI;
/system/dev/i2c/intel-i2c/
A Dintel-i2c-controller.c289 uint32_t high_count = in intel_serialio_compute_scl_hcnt() local
291 return high_count / 1000000 - 3; in intel_serialio_compute_scl_hcnt()

Completed in 7 milliseconds