| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/ |
| A D | hal_reset.c | 42 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 D | sunxi-hci.c | 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() 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 D | hal_reset.h | 69 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 D | platform_resource.c | 55 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 D | test_ng_ccmu.c | 124 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 D | msgbox_amp.c | 62 rst = hal_reset_control_get(HAL_SUNXI_RESET, RST_MSGBOX); in hal_msgbox_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/cir/ |
| A D | hal_cir.c | 375 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 D | sunxi-daudio.c | 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 D | sunxi-dmic.c | 296 sunxi_dmic->rstclk = hal_reset_control_get(reset_type, SUNXI_DMIC_CLK_RST); in sunxi_dmic_clk_init()
|
| A D | sunxi-spdif.c | 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 D | hal_udc.c | 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() 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 D | hal_ce.c | 41 reset = hal_reset_control_get(reset_type, reset_id); in sunxi_ce_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ledc/ |
| A D | hal_ledc.c | 29 reset = hal_reset_control_get(reset_type, reset_id); in ledc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/ |
| A D | hal_pwm.c | 318 … 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 D | hal_gpadc.c | 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 D | g2d.c | 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 D | hal_rtc.c | 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 D | hal_tpadc.c | 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 D | hal_dma.c | 312 reset = hal_reset_control_get(reset_type, reset_id); in sunxi_dma_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/ |
| A D | hal_uart.c | 513 reset = hal_reset_control_get(reset_type, reset_id); in uart_clk_init()
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_uart.c | 915 reset = hal_reset_control_get(reset_type, reset_id); in uart_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/ |
| A D | sun8iw20-codec.c | 965 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 D | hal_spi.c | 1294 sspi->reset = hal_reset_control_get(reset_type, reset_id); in spi_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/twi/ |
| A D | hal_twi.c | 1944 reset = hal_reset_control_get(reset_type, twi_reset_id); in hal_twi_clk_init()
|