Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/platform/sun20iw1/
A Dusb_sun20iw1.c15 .phy_clk = 0,
25 .phy_clk = 0,
37 .phy_clk = 0,
A Dusb_sun20iw1.h57 unsigned int phy_clk; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/platform/sun8iw19/
A Dusb_sun8iw19.c13 .phy_clk = HAL_CLK_PERIPH_USB0,
25 .phy_clk = HAL_CLK_PERIPH_USBOTG,
A Dusb_sun8iw19.h55 unsigned int phy_clk; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dsunxi-hci.c244 sunxi_hci->phy_clk_id = hci_table[sunxi_hci->usbc_no].phy_clk; in hci_clock_init()
270 sunxi_hci->phy_clk = hal_clock_get(clk_type, sunxi_hci->phy_clk_id); in open_clock()
271 ret = hal_clock_enable(sunxi_hci->phy_clk); in open_clock()
338 sunxi_hci->phy_clk = hal_clock_get(clk_type, sunxi_hci->phy_clk_id); in close_clock()
339 ret = hal_clock_disable(sunxi_hci->phy_clk); in close_clock()
A Dsunxi-hci.h393 hal_clk_t phy_clk; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/platform/sun8iw18/
A Dusb_sun8iw18.h46 unsigned int phy_clk; member
A Dusb_sun8iw18.c14 .phy_clk = 0,
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/
A Dudc.h131 hal_clk_t phy_clk; member
A Dhal_udc.c1653 sunxi_udc.phy_clk = hal_clock_get(clk_type, sunxi_udc.phy_clk_id); in open_udc_clk()
1654 ret = hal_clock_enable(sunxi_udc.phy_clk); in open_udc_clk()
1679 sunxi_udc.phy_clk = hal_clock_get(clk_type, sunxi_udc.phy_clk_id); in close_udc_clk()
1680 ret = hal_clock_disable(sunxi_udc.phy_clk); in close_udc_clk()
1751 sunxi_udc.phy_clk_id = otg_config->phy_clk; in hal_udc_init()

Completed in 20 milliseconds