Searched refs:of_reset_id (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/arch/arm/mach-socfpga/ |
D | misc_arria10.c | 44 static void arria10_dwmac_reset(const u8 of_reset_id, const u8 phymode) in arria10_dwmac_reset() argument 48 if (of_reset_id == EMAC0_RESET) { in arria10_dwmac_reset() 50 } else if (of_reset_id == EMAC1_RESET) { in arria10_dwmac_reset() 52 } else if (of_reset_id == EMAC2_RESET) { in arria10_dwmac_reset() 55 printf("GMAC: Invalid reset ID (%i)!\n", of_reset_id); in arria10_dwmac_reset() 59 clrsetbits_le32(&sysmgr_regs->emac[of_reset_id - EMAC0_RESET], in arria10_dwmac_reset()
|
D | misc_gen5.c | 41 static void gen5_dwmac_reset(const u8 of_reset_id, const u8 phymode) in gen5_dwmac_reset() argument 45 if (of_reset_id == EMAC0_RESET) { in gen5_dwmac_reset() 48 } else if (of_reset_id == EMAC1_RESET) { in gen5_dwmac_reset() 52 printf("GMAC: Invalid reset ID (%i)!\n", of_reset_id); in gen5_dwmac_reset()
|
D | reset_manager_s10.c | 99 void socfpga_emac_manage_reset(const unsigned int of_reset_id, u32 state) in socfpga_emac_manage_reset() argument 105 switch (of_reset_id) { in socfpga_emac_manage_reset() 119 printf("GMAC: Invalid reset ID (%i)!\n", of_reset_id); in socfpga_emac_manage_reset()
|
D | misc.c | 167 int socfpga_eth_reset_common(void (*resetfn)(const u8 of_reset_id, in socfpga_eth_reset_common() argument
|
/external/u-boot/arch/arm/mach-socfpga/include/mach/ |
D | misc.h | 9 void dwmac_deassert_reset(const unsigned int of_reset_id, const u32 phymode);
|
D | reset_manager.h | 13 int socfpga_eth_reset_common(void (*resetfn)(const u8 of_reset_id,
|
D | reset_manager_s10.h | 111 void socfpga_emac_manage_reset(const unsigned int of_reset_id, u32 state);
|