Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_ite_it8xxx2.c54 uint32_t clock_gate_offset; member
1112 (IT8XXX2_ECPM_BASE + (config->clock_gate_offset >> 8)); in i2c_it8xxx2_init()
1113 uint8_t reg_mask = config->clock_gate_offset & 0xff; in i2c_it8xxx2_init()
1305 .clock_gate_offset = DT_INST_PROP(inst, clock_gate_offset), \
Di2c_ite_enhance.c75 uint32_t clock_gate_offset; member
1191 (IT8XXX2_ECPM_BASE + (config->clock_gate_offset >> 8)); in i2c_enhance_init()
1192 uint8_t reg_mask = config->clock_gate_offset & 0xff; in i2c_enhance_init()
1494 .clock_gate_offset = DT_INST_PROP(inst, clock_gate_offset), \