Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/
A Dhal_reset.c42 struct reset_control *hal_reset_control_get(hal_reset_type_t type, hal_reset_id_t id) in hal_reset_control_get() function
161 struct reset_control *hal_reset_control_get(hal_reset_type_t type_id, u32 reset_id) in hal_reset_control_get() function
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dsunxi-hci.c262 sunxi_hci->reset_phy = hal_reset_control_get(reset_type, sunxi_hci->reset_phy_clk); in open_clock()
266 sunxi_hci->reset_hci = hal_reset_control_get(reset_type, sunxi_hci->reset_bus_clk); in open_clock()
320 sunxi_hci->reset_phy = hal_reset_control_get(reset_type, sunxi_hci->reset_phy_clk); in close_clock()
329 sunxi_hci->reset_hci = hal_reset_control_get(reset_type, sunxi_hci->reset_bus_clk); in close_clock()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_reset.h69 struct reset_control *hal_reset_control_get(hal_reset_type_t type, hal_reset_id_t id);
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/soc/
A Dplatform_resource.c55 g_clk_no[i].rst = hal_reset_control_get(HAL_SUNXI_RESET, g_clk_no[i].rst_id); in plat_get_clk()
/bsp/allwinner/libraries/sunxi-hal/hal/test/ccmu/
A Dtest_ng_ccmu.c124 reset = hal_reset_control_get(reset_type, reset_id); in cmd_test_ng_ccmu()
/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_amp/
A Dmsgbox_amp.c62 rst = hal_reset_control_get(HAL_SUNXI_RESET, RST_MSGBOX); in hal_msgbox_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/cir/
A Dhal_cir.c375 cir->cir_reset = hal_reset_control_get(cir_reset_type, cir_reset_id); in sunxi_cir_clk_init()
405 cir->cir_reset = hal_reset_control_get(cir_reset_type, cir_reset_id); in sunxi_cir_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-daudio.c867 sunxi_daudio->rstclk = hal_reset_control_get(reset_type, SUNXI_DAUDIO_CLK_RST_I2S0); in sunxi_daudio_clk_init()
872 sunxi_daudio->rstclk = hal_reset_control_get(reset_type, SUNXI_DAUDIO_CLK_RST_I2S1); in sunxi_daudio_clk_init()
878 sunxi_daudio->rstclk = hal_reset_control_get(reset_type, SUNXI_DAUDIO_CLK_RST_I2S2); in sunxi_daudio_clk_init()
885 sunxi_daudio->rstclk = hal_reset_control_get(reset_type, SUNXI_DAUDIO_CLK_RST_I2S3); in sunxi_daudio_clk_init()
A Dsunxi-dmic.c296 sunxi_dmic->rstclk = hal_reset_control_get(reset_type, SUNXI_DMIC_CLK_RST); in sunxi_dmic_clk_init()
A Dsunxi-spdif.c677 sunxi_spdif->rstclk = hal_reset_control_get(reset_type, SUNXI_SPDIF_CLK_RST); in sunxi_spdif_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/
A Dhal_udc.c1637 sunxi_udc.reset_phy = hal_reset_control_get(reset_type, sunxi_udc.reset_phy_clk); in open_udc_clk()
1645 sunxi_udc.reset_otg = hal_reset_control_get(reset_type, sunxi_udc.reset_otg_clk); in open_udc_clk()
1695 sunxi_udc.reset_otg = hal_reset_control_get(reset_type, sunxi_udc.reset_otg_clk); in close_udc_clk()
1703 sunxi_udc.reset_phy = hal_reset_control_get(reset_type, sunxi_udc.reset_phy_clk); in close_udc_clk()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dhal_ce.c41 reset = hal_reset_control_get(reset_type, reset_id); in sunxi_ce_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ledc/
A Dhal_ledc.c29 reset = hal_reset_control_get(reset_type, reset_id); in ledc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/
A Dhal_pwm.c318 … sunxi_pwm.pwm_reset = hal_reset_control_get(sunxi_pwm.pwm_reset_type, sunxi_pwm.pwm_reset_id); in hal_pwm_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/gpadc/
A Dhal_gpadc.c57 reset = hal_reset_control_get(reset_type, gpadc_reset_id); in hal_gpadc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d.c388 info->reset = hal_reset_control_get(reset_type, SUNXI_G2D_RESET_ID); in g2d_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/rtc/
A Dhal_rtc.c81 rtc->reset = hal_reset_control_get(reset_type, rtc_reset_id); in hal_rtc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/tpadc/
A Dhal_tpadc.c418 reset = hal_reset_control_get(reset_type, tpadc_reset_id); in hal_tpadc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/
A Dhal_dma.c312 reset = hal_reset_control_get(reset_type, reset_id); in sunxi_dma_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Dhal_uart.c513 reset = hal_reset_control_get(reset_type, reset_id); in uart_clk_init()
/bsp/allwinner/libraries/drivers/
A Ddrv_uart.c915 reset = hal_reset_control_get(reset_type, reset_id); in uart_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/
A Dsun8iw20-codec.c965 reset = hal_reset_control_get(HAL_SUNXI_RESET, RST_BUS_AUDIO_CODEC); in sun8iw20_codec_probe()
/bsp/allwinner/libraries/sunxi-hal/hal/source/spi/
A Dhal_spi.c1294 sspi->reset = hal_reset_control_get(reset_type, reset_id); in spi_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/twi/
A Dhal_twi.c1944 reset = hal_reset_control_get(reset_type, twi_reset_id); in hal_twi_clk_init()

Completed in 61 milliseconds