Home
last modified time | relevance | path

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

/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c168 static void log_pm_stat(struct pm_stat *stat, uint64_t t0, uint64_t t1) in log_pm_stat() argument
170 stat->total_time_us += t1 - t0; in log_pm_stat()
171 stat->count++; in log_pm_stat()
676 static void print_stats(const char *name, const struct pm_stat *stat) in print_stats() argument
678 if (stat->count) in print_stats()
682 name, stat->count, (stat->total_time_us)/1000); in print_stats()
/hal_intel-latest/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c338 uint32_t stat; in dw_i2c_clear_interrupt() local
340 stat = i2c->intr_stat; in dw_i2c_clear_interrupt()
350 return stat; in dw_i2c_clear_interrupt()
1196 uint32_t stat, val; in sedi_i2c_isr_handler() local
1204 stat = regs->intr_stat; in sedi_i2c_isr_handler()
1207 if (stat & BSETS_INTR_ERROR) { in sedi_i2c_isr_handler()
1213 if (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_RX_FULL, ACTIVE, &stat)) { in sedi_i2c_isr_handler()
1223 if ((SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_STOP_DET, ACTIVE, &stat)) && in sedi_i2c_isr_handler()
1233 (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_TX_EMPTY, ACTIVE, &stat))) { in sedi_i2c_isr_handler()
1239 if (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_TX_EMPTY, ACTIVE, &stat)) { in sedi_i2c_isr_handler()