Searched refs:ahb_reset0_cfg (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-sunxi.c | 68 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 D | ehci-sunxi.c | 63 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 D | cpu_info.c | 27 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 D | dram_sun8i_a83t.c | 399 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 D | dram_sun9i.c | 276 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 D | dram_sunxi_dw.c | 375 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 D | clock_sun6i.c | 57 setbits_le32(&ccm->ahb_reset0_cfg, 0x1 << AHB_GATE_OFFSET_SATA); in clock_init_safe()
|
| H A D | dram_sun8i_a33.c | 315 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
|
| H A D | dram_sun8i_a23.c | 69 setbits_le32(&ccm->ahb_reset0_cfg, 1 << AHB_RESET_OFFSET_MCTL); in mctl_sys_init()
|
| H A D | dram_sun6i.c | 46 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 D | sunxi.c | 274 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 D | gmac.c | 17 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 D | clock_sun9i.h | 91 u32 ahb_reset0_cfg; /* 0x5a0 AHB0 Software Reset Register */ member
|
| H A D | clock_sun8i_a83t.h | 120 u32 ahb_reset0_cfg; /* 0x2c0 AHB1 Reset 0 config */ member
|
| H A D | clock_sun6i.h | 151 u32 ahb_reset0_cfg; /* 0x2c0 AHB1 Reset 0 config */ member
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sunxi_mmc.c | 511 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 D | sun8i_emac.c | 619 setbits_le32(&ccm->ahb_reset0_cfg, BIT(AHB_RESET_OFFSET_GMAC)); in sun8i_emac_board_setup()
|