X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffaraday%2Fftpmu010.h;h=8fc81f902db92e8e493a182e11a1ab997f9173fa;hb=ed52ea507f120738b180d1a18a2945412b0ddb63;hp=77c29a9983debcd175a7c9975219ea93aa2bad9a;hpb=d228710f518af3fc90c1d6c28b012c932c69fa41;p=u-boot diff --git a/include/faraday/ftpmu010.h b/include/faraday/ftpmu010.h index 77c29a9983..8fc81f902d 100644 --- a/include/faraday/ftpmu010.h +++ b/include/faraday/ftpmu010.h @@ -1,20 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2009 Faraday Technology * Po-Yu Chuang - * - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* @@ -180,7 +167,10 @@ struct ftpmu010 { #ifndef __ASSEMBLY__ void ftpmu010_32768osc_enable(void); void ftpmu010_dlldis_disable(void); +void ftpmu010_mfpsr_diselect_dev(unsigned int dev); +void ftpmu010_mfpsr_select_dev(unsigned int dev); void ftpmu010_sdram_clk_disable(unsigned int cr0); +void ftpmu010_sdramhtc_set(unsigned int val); #endif #ifdef __ASSEMBLY__