Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Domap1.c583 omap_clk_onoff(omap_findclk(s, "usb_clk0"), (value >> 4) & 1); in omap_ulpd_clk_update()
585 omap_clk_onoff(omap_findclk(s, "usb_w2fc_ck"), (~value >> 5) & 1); in omap_ulpd_clk_update()
592 omap_clk_canidle(omap_findclk(s, "dpll4"), (~value >> 0) & 1); in omap_ulpd_req_update()
594 omap_clk_canidle(omap_findclk(s, "com_mclk_out"), (~value >> 1) & 1); in omap_ulpd_req_update()
596 omap_clk_canidle(omap_findclk(s, "bt_mclk_out"), (~value >> 2) & 1); in omap_ulpd_req_update()
598 omap_clk_canidle(omap_findclk(s, "usb_clk0"), (~value >> 3) & 1); in omap_ulpd_req_update()
697 omap_clk_setrate(omap_findclk(s, "dpll4"), div, mult); in omap_ulpd_pm_write()
713 omap_clk_reparent(omap_findclk(s, "ck_48m"), omap_findclk(s, in omap_ulpd_pm_write()
751 omap_clk_setrate(omap_findclk(mpu, "dpll4"), 1, 4); in omap_ulpd_pm_reset()
752 omap_clk_reparent(omap_findclk(mpu, "ck_48m"), omap_findclk(mpu, "dpll4")); in omap_ulpd_pm_reset()
[all …]
/openbmc/qemu/include/hw/arm/
H A Domap.h50 omap_clk omap_findclk(struct omap_mpu_state_s *mpu, const char *name);
/openbmc/qemu/hw/misc/
H A Domap_clk.c590 struct clk *omap_findclk(struct omap_mpu_state_s *mpu, const char *name) in omap_findclk() function