Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_i2c_smb.h158 #define MCHP_I2C_SMB_CFG_PORT_SEL_MASK 0x0fu macro
/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c208 uint8_t port = regs->CFG & MCHP_I2C_SMB_CFG_PORT_SEL_MASK; in get_lines()
258 regs->CFG |= (cfg->port_sel & MCHP_I2C_SMB_CFG_PORT_SEL_MASK); in i2c_xec_reset_config()
323 (cfg->port_sel & MCHP_I2C_SMB_CFG_PORT_SEL_MASK); in i2c_xec_recover_bus()
Di2c_mchp_xec.c122 MCHP_I2C_SMB_CFG_PORT_SEL_MASK); in i2c_xec_reset_config()