Home
last modified time | relevance | path

Searched refs:ccu_reset (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dccu.h45 struct ccu_reset { struct
65 const struct ccu_reset *resets; argument
/external/u-boot/drivers/clk/sunxi/
Dclk_a80.c35 static const struct ccu_reset a80_resets[] = {
57 static const struct ccu_reset a80_mmc_resets[] = {
Dclk_v3s.c31 static struct ccu_reset v3s_resets[] = {
Dclk_a10s.c41 static struct ccu_reset a10s_resets[] = {
Dclk_a10.c53 static struct ccu_reset a10_resets[] = {
Dclk_a23.c41 static struct ccu_reset a23_resets[] = {
Dclk_a83t.c43 static struct ccu_reset a83t_resets[] = {
Dclk_a64.c45 static const struct ccu_reset a64_resets[] = {
Dclk_h6.c49 static struct ccu_reset h6_resets[] = {
Dclk_a31.c52 static struct ccu_reset a31_resets[] = {
Dclk_h3.c52 static struct ccu_reset h3_resets[] = {
Dclk_r40.c56 static struct ccu_reset r40_resets[] = {
/external/u-boot/drivers/reset/
Dreset-sunxi.c22 static const struct ccu_reset *priv_to_reset(struct sunxi_reset_priv *priv, in priv_to_reset()
50 const struct ccu_reset *reset = priv_to_reset(priv, reset_ctl->id); in sunxi_set_reset()