Home
last modified time | relevance | path

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

/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c122 static void log_pm_stat(struct pm_stat *stat, uint64_t t0, uint64_t t1) in log_pm_stat() argument
124 stat->total_time_us += t1 - t0; in log_pm_stat()
125 stat->count++; in log_pm_stat()
613 static void print_stats(const char *name, const struct pm_stat *stat) in print_stats() argument
615 if (stat->count) in print_stats()
619 name, stat->count, (stat->total_time_us)/1000); in print_stats()
/hal_intel-3.5.0/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()
1273 uint32_t stat, val; in sedi_i2c_isr_handler() local
1281 stat = regs->intr_stat; in sedi_i2c_isr_handler()
1284 if (stat & BSETS_INTR_ERROR) { in sedi_i2c_isr_handler()
1290 if (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_RX_FULL, ACTIVE, &stat)) { in sedi_i2c_isr_handler()
1300 if ((SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_STOP_DET, ACTIVE, &stat)) && in sedi_i2c_isr_handler()
1309 (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_TX_EMPTY, ACTIVE, &stat))) { in sedi_i2c_isr_handler()
1315 if (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_TX_EMPTY, ACTIVE, &stat)) { in sedi_i2c_isr_handler()