Home
last modified time | relevance | path

Searched refs:ahb_reset0_cfg (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-sunxi.c68 setbits_le32(&priv->ccm->ahb_reset0_cfg, in ohci_usb_probe()
90 clrbits_le32(&priv->ccm->ahb_reset0_cfg, priv->ahb_gate_mask); in ohci_usb_remove()
H A Dehci-sunxi.c63 setbits_le32(&priv->ccm->ahb_reset0_cfg, in ehci_usb_probe()
88 clrbits_le32(&priv->ccm->ahb_reset0_cfg, priv->ahb_gate_mask); in ehci_usb_remove()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dcpu_info.c27 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_SS); in sunxi_get_ss_bonding_id()
35 clrbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_SS); in sunxi_get_ss_bonding_id()
H A Ddram_sun8i_a83t.c399 clrbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
411 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
H A Ddram_sun9i.c276 clrbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
283 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
H A Ddram_sunxi_dw.c375 clrbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
403 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
H A Dclock_sun6i.c57 setbits_le32(&ccm->ahb_reset0_cfg, 0x1 << AHB_GATE_OFFSET_SATA); in clock_init_safe()
H A Ddram_sun8i_a33.c315 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
H A Ddram_sun8i_a23.c69 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
H A Ddram_sun6i.c46 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dsunxi.c274 setbits_le32(&glue->ccm->ahb_reset0_cfg, 1 << AHB_GATE_OFFSET_USB0); in sunxi_musb_init()
361 clrbits_le32(&glue->ccm->ahb_reset0_cfg, 1 << AHB_GATE_OFFSET_USB0); in musb_usb_remove()
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dgmac.c17 setbits_le32(&ccm->ahb_reset0_cfg, 0x1 << AHB_RESET_OFFSET_GMAC); in eth_init_board()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun9i.h91 u32 ahb_reset0_cfg; /* 0x5a0 AHB0 Software Reset Register */ member
H A Dclock_sun8i_a83t.h120 u32 ahb_reset0_cfg; /* 0x2c0 AHB1 Reset 0 config */ member
H A Dclock_sun6i.h151 u32 ahb_reset0_cfg; /* 0x2c0 AHB1 Reset 0 config */ member
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsunxi_mmc.c511 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MMC(sdc_no)); in sunxi_mmc_init()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsun8i_emac.c619 setbits_le32(&ccm->ahb_reset0_cfg, BIT(AHB_RESET_OFFSET_GMAC)); in sun8i_emac_board_setup()