Home
last modified time | relevance | path

Searched refs:socfpga_per_reset (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dspl.c52 socfpga_per_reset(SOCFPGA_RESET(NAND), 0); in spl_boot_device()
56 socfpga_per_reset(SOCFPGA_RESET(SDMMC), 0); in spl_boot_device()
57 socfpga_per_reset(SOCFPGA_RESET(DMA), 0); in spl_boot_device()
61 socfpga_per_reset(SOCFPGA_RESET(QSPI), 0); in spl_boot_device()
132 socfpga_per_reset(SOCFPGA_RESET(SDR), 0); in board_init_f()
133 socfpga_per_reset(SOCFPGA_RESET(UART0), 0); in board_init_f()
134 socfpga_per_reset(SOCFPGA_RESET(OSC1TIMER0), 0); in board_init_f()
H A Dmisc_gen5.c68 socfpga_per_reset(reset, 0); in dwmac_deassert_reset()
105 socfpga_per_reset(SOCFPGA_RESET(EMAC0), 1); in socfpga_eth_reset()
106 socfpga_per_reset(SOCFPGA_RESET(EMAC1), 1); in socfpga_eth_reset()
284 socfpga_per_reset(SOCFPGA_RESET(SPIM0), 0); in arch_early_init_r()
285 socfpga_per_reset(SOCFPGA_RESET(SPIM1), 0); in arch_early_init_r()
289 socfpga_per_reset(SOCFPGA_RESET(NAND), 0); in arch_early_init_r()
H A Dmisc.c133 socfpga_per_reset(SOCFPGA_RESET(L4WD0), 1); in arch_cpu_init()
134 socfpga_per_reset(SOCFPGA_RESET(L4WD0), 0); in arch_cpu_init()
H A Dreset_manager_arria10.c38 socfpga_per_reset(SOCFPGA_RESET(UART1), assert); in socfpga_reset_uart()
40 socfpga_per_reset(SOCFPGA_RESET(UART0), assert); in socfpga_reset_uart()
259 void socfpga_per_reset(u32 reset, int set) in socfpga_per_reset() function
H A Dreset_manager_gen5.c22 void socfpga_per_reset(u32 reset, int set) in socfpga_per_reset() function
H A Dmisc_arria10.c68 socfpga_per_reset(reset, 0); in dwmac_deassert_reset()
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dreset_manager.h12 void socfpga_per_reset(u32 reset, int set);