Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_dw.c536 write_ss_scl_hcnt(dw->hcnt, reg_base); in i2c_dw_setup()
545 write_fs_scl_hcnt(dw->hcnt, reg_base); in i2c_dw_setup()
556 write_hs_scl_hcnt(dw->hcnt, reg_base); in i2c_dw_setup()
566 LOG_DBG("I2C: hcnt = %d", dw->hcnt); in i2c_dw_setup()
771 dw->hcnt = value; in i2c_dw_runtime_configure()
794 dw->hcnt = value; in i2c_dw_runtime_configure()
817 dw->hcnt = value; in i2c_dw_runtime_configure()
833 dw->hcnt = value; in i2c_dw_runtime_configure()
Di2c_dw.h116 uint16_t hcnt; member
/Zephyr-latest/drivers/clock_control/
Dclock_control_mchp_xec.c395 uint32_t hcnt; in hib_timer_delay() local
399 hcnt = hib_timer_count; in hib_timer_delay()
400 if (hcnt > UINT16_MAX) { in hib_timer_delay()
401 hcnt -= UINT16_MAX; in hib_timer_delay()
426 hib_timer_count -= hcnt; in hib_timer_delay()