Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c381 clrsetbits_le32(&regs->gi2cctl, DWC2_GI2CCTL_I2CEN | in dwc_otg_core_init()
384 setbits_le32(&regs->gi2cctl, DWC2_GI2CCTL_I2CEN); in dwc_otg_core_init()
H A Ddwc2.h360 #define DWC2_GI2CCTL_I2CEN (1 << 23) macro