| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /** |
|---|
| 2 | 3 | * Freecale 85xx and 86xx Global Utilties register set |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Timur Tabi <timur@freescale.com> |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Copyright 2004,2007,2012 Freescale Semiconductor, Inc |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 11 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 12 | | - * option) any later version. |
|---|
| 13 | 9 | */ |
|---|
| 14 | 10 | |
|---|
| 15 | 11 | #ifndef __FSL_GUTS_H__ |
|---|
| .. | .. |
|---|
| 134 | 130 | u32 srds2cr0; /* 0x.0f40 - SerDes2 Control Register 0 */ |
|---|
| 135 | 131 | u32 srds2cr1; /* 0x.0f44 - SerDes2 Control Register 0 */ |
|---|
| 136 | 132 | } __attribute__ ((packed)); |
|---|
| 137 | | - |
|---|
| 138 | | -u32 fsl_guts_get_svr(void); |
|---|
| 139 | 133 | |
|---|
| 140 | 134 | /* Alternate function signal multiplex control */ |
|---|
| 141 | 135 | #define MPC85xx_PMUXCR_QE(x) (0x8000 >> (x)) |
|---|