Searched refs:stat (Results 1 – 2 of 2) sorted by relevance
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/pm/ |
D | ish_pm.c | 122 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() 615 static void print_stats(const char *name, const struct pm_stat *stat) in print_stats() argument 617 if (stat->count) in print_stats() 621 name, stat->count, (stat->total_time_us)/1000); in print_stats()
|
/hal_intel-3.6.0/bsp_sedi/drivers/i2c/ |
D | sedi_i2c_dw_apb_200a.c | 337 uint32_t stat; in dw_i2c_clear_interrupt() local 339 stat = i2c->intr_stat; in dw_i2c_clear_interrupt() 349 return stat; in dw_i2c_clear_interrupt() 1251 uint32_t stat, val; in sedi_i2c_isr_handler() local 1259 stat = regs->intr_stat; in sedi_i2c_isr_handler() 1262 if (stat & BSETS_INTR_ERROR) { in sedi_i2c_isr_handler() 1268 if (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_RX_FULL, ACTIVE, &stat)) { in sedi_i2c_isr_handler() 1278 if ((SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_STOP_DET, ACTIVE, &stat)) && in sedi_i2c_isr_handler() 1287 (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_TX_EMPTY, ACTIVE, &stat))) { in sedi_i2c_isr_handler() 1293 if (SEDI_PREG_RBFV_IS_SET(I2C, INTR_STAT, R_TX_EMPTY, ACTIVE, &stat)) { in sedi_i2c_isr_handler()
|