Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/common/
Dsoc_i2c.c67 uint32_t idx_scl = 0; in soc_i2c_port_lines_get() local
75 idx_scl = (uint32_t)mec_i2c_ports[port].scl_pin_no; in soc_i2c_port_lines_get()
78 if ((idx_scl == 0xFF) || (idx_sda == 0xFF)) { in soc_i2c_port_lines_get()
82 if (regs->CTRL[idx_scl] & BIT(MCHP_GPIO_CTRL_INPAD_VAL_POS)) { in soc_i2c_port_lines_get()