Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci-lpc32xx.c52 #define OTG_CLK_I2C_EN (1 << 2) /* Enable I2C clock */ macro
179 writel(OTG_CLK_I2C_EN, &otg->otg_clk_ctrl); in usb_cpu_init()
180 ret = wait_for_bit_le32(&otg->otg_clk_sts, OTG_CLK_I2C_EN, true, in usb_cpu_init()
198 OTG_CLK_I2C_EN | OTG_CLK_HOST_EN; in usb_cpu_init()