Searched refs:MC1_SPEED_REG (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-lpc32xx.c | 56 #define MC1_SPEED_REG (1 << 0) macro 108 isp1301_set_value(dev, ISP1301_I2C_MODE_CONTROL_1_CLR, ~MC1_SPEED_REG); in isp1301_configure() 109 isp1301_set_value(dev, ISP1301_I2C_MODE_CONTROL_1_SET, MC1_SPEED_REG); in isp1301_configure()
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-isp1301.c | 62 isp1301_clear(isp, ISP1301_I2C_MODE_CONTROL_1, ~MC1_SPEED_REG); in isp1301_phy_init() 63 isp1301_write(isp, ISP1301_I2C_MODE_CONTROL_1, MC1_SPEED_REG); in isp1301_phy_init()
|
/openbmc/linux/include/linux/usb/ |
H A D | isp1301.h | 17 #define MC1_SPEED_REG (1 << 0) macro
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-nxp.c | 67 ~MC1_SPEED_REG); in isp1301_configure_lpc32xx() 69 ISP1301_I2C_MODE_CONTROL_1, MC1_SPEED_REG); in isp1301_configure_lpc32xx()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 567 ISP1301_I2C_MODE_CONTROL_1, (MC1_SPEED_REG | MC1_DAT_SE0)); in isp1301_udc_configure()
|