Searched refs:clock_gate_offset (Results 1 – 2 of 2) sorted by relevance
54 uint32_t clock_gate_offset; member1112 (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), \
75 uint32_t clock_gate_offset; member1191 (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), \