]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/xilinx_ll_temac_sdma.h
powerpc: remove 4xx support
[people/ms/u-boot.git] / drivers / net / xilinx_ll_temac_sdma.h
index db00a57a167d6b257b7a3a16fb94a203237bfe13..67a8b0f2ef0488c734ada1433cc0184387e66040 100644 (file)
  * Copyright (C) 2008 Nissin Systems Co.,Ltd.
  * March 2008 created
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  *
  * [0]: http://www.xilinx.com/support/documentation
  *
@@ -244,17 +241,6 @@ enum dmac_ctrl {
 #define DMA_CONTROL_TPE                (1 << 2)
 #define DMA_CONTROL_RESET      (1 << 0)
 
-#if defined(CONFIG_XILINX_440) || defined(CONFIG_XILINX_405)
-
-/* Xilinx Device Control Register (DCR) in/out accessors */
-unsigned ll_temac_xldcr_in32(phys_addr_t addr);
-void ll_temac_xldcr_out32(phys_addr_t addr, unsigned value);
-
-/* collect all register addresses for Xilinx DCR in/out accessors */
-void ll_temac_collect_xldcr_sdma_reg_addr(struct eth_device *dev);
-
-#endif /* CONFIG_XILINX_440 || CONFIG_XILINX_405 */
-
 /* Xilinx Processor Local Bus (PLB) in/out accessors */
 unsigned ll_temac_xlplb_in32(phys_addr_t base);
 void ll_temac_xlplb_out32(phys_addr_t base, unsigned value);