Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_core.c1076 i2cctl &= ~GI2CCTL_I2CEN; in dwc2_fs_phy_init()
1078 i2cctl |= GI2CCTL_I2CEN; in dwc2_fs_phy_init()
H A Ddwc2_hw.h229 #define GI2CCTL_I2CEN (1 << 23) macro