Searched refs:LPC18XX_CREG_CREG0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/nxp/ |
H A D | clk-lpc18xx-creg.c | 16 #define LPC18XX_CREG_CREG0 0x004 macro 50 ret = regmap_update_bits(creg->reg, LPC18XX_CREG_CREG0, in clk_creg_32k_prepare() 67 regmap_update_bits(creg->reg, LPC18XX_CREG_CREG0, in clk_creg_32k_unprepare() 77 regmap_read(creg->reg, LPC18XX_CREG_CREG0, ®); in clk_creg_32k_is_prepared() 93 return regmap_update_bits(creg->reg, LPC18XX_CREG_CREG0, in clk_creg_enable() 101 regmap_update_bits(creg->reg, LPC18XX_CREG_CREG0, in clk_creg_disable() 110 regmap_read(creg->reg, LPC18XX_CREG_CREG0, ®); in clk_creg_is_enabled()
|
/openbmc/linux/drivers/phy/ |
H A D | phy-lpc18xx-usb-otg.c | 18 #define LPC18XX_CREG_CREG0 0x004 macro 59 ret = regmap_update_bits(lpc->reg, LPC18XX_CREG_CREG0, in lpc18xx_usb_otg_phy_power_on() 74 ret = regmap_update_bits(lpc->reg, LPC18XX_CREG_CREG0, in lpc18xx_usb_otg_phy_power_off()
|