Home
last modified time | relevance | path

Searched refs:reset_type (Results 1 – 25 of 25) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/test/ccmu/
A Dtest_ng_ccmu.c66 hal_reset_type_t reset_type; in cmd_test_ng_ccmu() local
118 reset_type = i; in cmd_test_ng_ccmu()
123 printf("reset: get reset control, type:%d, id: %d\n", reset_type, reset_id); in cmd_test_ng_ccmu()
124 reset = hal_reset_control_get(reset_type, reset_id); in cmd_test_ng_ccmu()
132 printf("reset: put reset control, type:%d, id: %d\n", reset_type, reset_id); in cmd_test_ng_ccmu()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dsunxi-hci.c257 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in open_clock() local
262 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()
301 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in close_clock() local
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/phytium/libraries/common/
A Dfpsci.c192 void FPsciSystemReset(u32 reset_type) in FPsciSystemReset() argument
197 (*f_psci_invoke)(FPSCI_SYSTEM_RESET, reset_type, 0, 0, 0, 0, 0, 0, &res); in FPsciSystemReset()
A Dfpsci.h80 void FPsciSystemReset(u32 reset_type) ;
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu_common.h71 hal_reset_type_t reset_type; member
A Dccu-sun8iw20-r.c109 .reset_type = HAL_SUNXI_R_RESET,
A Dccu_common.c116 reset->rcdev.type = desc->reset_type; in ccu_common_init()
A Dccu-sun8iw20.c1207 .reset_type = HAL_SUNXI_RESET,
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dhal_ce.c30 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in sunxi_ce_clk_init() local
41 reset = hal_reset_control_get(reset_type, reset_id); in sunxi_ce_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-daudio.c858 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in sunxi_daudio_clk_init() local
867 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.c288 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in sunxi_dmic_clk_init() local
296 sunxi_dmic->rstclk = hal_reset_control_get(reset_type, SUNXI_DMIC_CLK_RST); in sunxi_dmic_clk_init()
A Dsunxi-spdif.c669 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in sunxi_spdif_clk_init() local
677 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.c1633 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in open_udc_clk() local
1637 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()
1675 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in close_udc_clk() local
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/ledc/
A Dhal_ledc.c25 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in ledc_clk_init() local
29 reset = hal_reset_control_get(reset_type, reset_id); in ledc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/gpadc/
A Dhal_gpadc.c45 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in hal_gpadc_clk_init() local
57 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.c380 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in g2d_clk_init() local
388 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.c59 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in hal_rtc_clk_init() local
81 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.c414 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in hal_tpadc_clk_init() local
418 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.c301 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in sunxi_dma_clk_init() local
312 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.c482 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in uart_clk_init() local
513 reset = hal_reset_control_get(reset_type, reset_id); in uart_clk_init()
/bsp/allwinner/libraries/drivers/
A Ddrv_uart.c875 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in uart_clk_init() local
915 reset = hal_reset_control_get(reset_type, reset_id); in uart_clk_init()
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_sdxc_drv.c737 bool sdxc_reset(SDXC_Type *base, sdxc_sw_reset_type_t reset_type, uint32_t timeout) in sdxc_reset() argument
741 switch (reset_type) { in sdxc_reset()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_sdxc_drv.h1170 bool sdxc_reset(SDXC_Type *base, sdxc_sw_reset_type_t reset_type, uint32_t timeout);
/bsp/allwinner/libraries/sunxi-hal/hal/source/spi/
A Dhal_spi.c1265 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in spi_clk_init() local
1294 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.c1917 hal_reset_type_t reset_type = HAL_SUNXI_RESET; in hal_twi_clk_init() local
1944 reset = hal_reset_control_get(reset_type, twi_reset_id); in hal_twi_clk_init()

Completed in 53 milliseconds