Searched refs:hal_reset_id_t (Results 1 – 16 of 16) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_reset.h | 19 typedef u32 hal_reset_id_t; typedef 33 int (*reset)(struct reset_control_dev *rcdev, hal_reset_id_t id); 34 int (*assert)(struct reset_control_dev *rcdev, hal_reset_id_t id); 35 int (*deassert)(struct reset_control_dev *rcdev, hal_reset_id_t id); 36 int (*status)(struct reset_control_dev *rcdev, hal_reset_id_t id); 62 hal_reset_id_t id; 69 struct reset_control *hal_reset_control_get(hal_reset_type_t type, hal_reset_id_t id);
|
| A D | sunxi_hal_tpadc.h | 75 hal_reset_id_t rst_clk_id;
|
| A D | sunxi_hal_pwm.h | 126 hal_reset_id_t pwm_reset_id;
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/soc/ |
| A D | sun8iw19.c | 25 (hal_reset_id_t)0, 34 (hal_reset_id_t)0, 43 (hal_reset_id_t)0, 52 (hal_reset_id_t)0, 61 (hal_reset_id_t)0,
|
| A D | sun20iw1.c | 35 (hal_reset_id_t)-1, 53 (hal_reset_id_t)-1, 98 (hal_reset_id_t)-1, 107 (hal_reset_id_t)-1, 125 (hal_reset_id_t)-1,
|
| A D | platform_resource.h | 37 hal_reset_id_t rst_id;
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu_reset.c | 24 hal_reset_id_t id) in ccu_reset_assert() 42 hal_reset_id_t id) in ccu_reset_deassert() 61 hal_reset_id_t id) in ccu_reset_reset() 71 hal_reset_id_t id) in ccu_reset_status()
|
| /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()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/ccmu/ |
| A D | test_ng_ccmu.c | 67 hal_reset_id_t reset_id; in cmd_test_ng_ccmu()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/cir/ |
| A D | hal_cir.c | 373 hal_reset_id_t cir_reset_id = RST_R_APB0_BUS_IRRX; in sunxi_cir_clk_init() 403 hal_reset_id_t cir_reset_id = TEST_RESET_DATA; in sunxi_cir_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/tpadc/ |
| A D | hal_tpadc.c | 399 tpadc->rst_clk_id = (hal_reset_id_t)RST_BUS_TPADC; in sunxi_tpadc_setup() 415 hal_reset_id_t tpadc_reset_id = tpadc->rst_clk_id; in hal_tpadc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ledc/ |
| A D | hal_ledc.c | 26 hal_reset_id_t reset_id = RST_BUS_LEDC; in ledc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpadc/ |
| A D | hal_gpadc.c | 46 hal_reset_id_t gpadc_reset_id = gpadc->rst_clk; in hal_gpadc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d.c | 379 hal_reset_id_t rst_id; in g2d_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/rtc/ |
| A D | hal_rtc.c | 60 hal_reset_id_t rtc_reset_id = RST_R_AHB_BUS_RTC; in hal_rtc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/twi/ |
| A D | hal_twi.c | 1918 hal_reset_id_t twi_reset_id; in hal_twi_clk_init()
|
Completed in 36 milliseconds