~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/linux/mdio/mdio-xgene.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/linux/mdio/mdio-xgene.h (Version linux-6.12-rc7) and /include/linux/mdio/mdio-xgene.h (Version linux-5.11.22)


  1 /* SPDX-License-Identifier: GPL-2.0+ */             1 /* SPDX-License-Identifier: GPL-2.0+ */
  2 /* Applied Micro X-Gene SoC MDIO Driver             2 /* Applied Micro X-Gene SoC MDIO Driver
  3  *                                                  3  *
  4  * Copyright (c) 2016, Applied Micro Circuits       4  * Copyright (c) 2016, Applied Micro Circuits Corporation
  5  * Author: Iyappan Subramanian <isubramanian@a      5  * Author: Iyappan Subramanian <isubramanian@apm.com>
  6  */                                                 6  */
  7                                                     7 
  8 #ifndef __MDIO_XGENE_H__                            8 #ifndef __MDIO_XGENE_H__
  9 #define __MDIO_XGENE_H__                            9 #define __MDIO_XGENE_H__
 10                                                    10 
 11 #include <linux/bits.h>                        << 
 12 #include <linux/spinlock.h>                    << 
 13 #include <linux/types.h>                       << 
 14                                                << 
 15 #define BLOCK_XG_MDIO_CSR_OFFSET        0x5000     11 #define BLOCK_XG_MDIO_CSR_OFFSET        0x5000
 16 #define BLOCK_DIAG_CSR_OFFSET           0xd000     12 #define BLOCK_DIAG_CSR_OFFSET           0xd000
 17 #define XGENET_CONFIG_REG_ADDR          0x20       13 #define XGENET_CONFIG_REG_ADDR          0x20
 18                                                    14 
 19 #define MAC_ADDR_REG_OFFSET             0x00       15 #define MAC_ADDR_REG_OFFSET             0x00
 20 #define MAC_COMMAND_REG_OFFSET          0x04       16 #define MAC_COMMAND_REG_OFFSET          0x04
 21 #define MAC_WRITE_REG_OFFSET            0x08       17 #define MAC_WRITE_REG_OFFSET            0x08
 22 #define MAC_READ_REG_OFFSET             0x0c       18 #define MAC_READ_REG_OFFSET             0x0c
 23 #define MAC_COMMAND_DONE_REG_OFFSET     0x10       19 #define MAC_COMMAND_DONE_REG_OFFSET     0x10
 24                                                    20 
 25 #define CLKEN_OFFSET                    0x08       21 #define CLKEN_OFFSET                    0x08
 26 #define SRST_OFFSET                     0x00       22 #define SRST_OFFSET                     0x00
 27                                                    23 
 28 #define MENET_CFG_MEM_RAM_SHUTDOWN_ADDR 0x70       24 #define MENET_CFG_MEM_RAM_SHUTDOWN_ADDR 0x70
 29 #define MENET_BLOCK_MEM_RDY_ADDR        0x74       25 #define MENET_BLOCK_MEM_RDY_ADDR        0x74
 30                                                    26 
 31 #define MAC_CONFIG_1_ADDR               0x00       27 #define MAC_CONFIG_1_ADDR               0x00
 32 #define MII_MGMT_COMMAND_ADDR           0x24       28 #define MII_MGMT_COMMAND_ADDR           0x24
 33 #define MII_MGMT_ADDRESS_ADDR           0x28       29 #define MII_MGMT_ADDRESS_ADDR           0x28
 34 #define MII_MGMT_CONTROL_ADDR           0x2c       30 #define MII_MGMT_CONTROL_ADDR           0x2c
 35 #define MII_MGMT_STATUS_ADDR            0x30       31 #define MII_MGMT_STATUS_ADDR            0x30
 36 #define MII_MGMT_INDICATORS_ADDR        0x34       32 #define MII_MGMT_INDICATORS_ADDR        0x34
 37 #define SOFT_RESET                      BIT(31     33 #define SOFT_RESET                      BIT(31)
 38                                                    34 
 39 #define MII_MGMT_CONFIG_ADDR            0x20       35 #define MII_MGMT_CONFIG_ADDR            0x20
 40 #define MII_MGMT_COMMAND_ADDR           0x24       36 #define MII_MGMT_COMMAND_ADDR           0x24
 41 #define MII_MGMT_ADDRESS_ADDR           0x28       37 #define MII_MGMT_ADDRESS_ADDR           0x28
 42 #define MII_MGMT_CONTROL_ADDR           0x2c       38 #define MII_MGMT_CONTROL_ADDR           0x2c
 43 #define MII_MGMT_STATUS_ADDR            0x30       39 #define MII_MGMT_STATUS_ADDR            0x30
 44 #define MII_MGMT_INDICATORS_ADDR        0x34       40 #define MII_MGMT_INDICATORS_ADDR        0x34
 45                                                    41 
 46 #define MIIM_COMMAND_ADDR               0x20       42 #define MIIM_COMMAND_ADDR               0x20
 47 #define MIIM_FIELD_ADDR                 0x24       43 #define MIIM_FIELD_ADDR                 0x24
 48 #define MIIM_CONFIGURATION_ADDR         0x28       44 #define MIIM_CONFIGURATION_ADDR         0x28
 49 #define MIIM_LINKFAILVECTOR_ADDR        0x2c       45 #define MIIM_LINKFAILVECTOR_ADDR        0x2c
 50 #define MIIM_INDICATOR_ADDR             0x30       46 #define MIIM_INDICATOR_ADDR             0x30
 51 #define MIIMRD_FIELD_ADDR               0x34       47 #define MIIMRD_FIELD_ADDR               0x34
 52                                                    48 
 53 #define MDIO_CSR_OFFSET                 0x5000     49 #define MDIO_CSR_OFFSET                 0x5000
 54                                                    50 
 55 #define REG_ADDR_POS                    0          51 #define REG_ADDR_POS                    0
 56 #define REG_ADDR_LEN                    5          52 #define REG_ADDR_LEN                    5
 57 #define PHY_ADDR_POS                    8          53 #define PHY_ADDR_POS                    8
 58 #define PHY_ADDR_LEN                    5          54 #define PHY_ADDR_LEN                    5
 59                                                    55 
 60 #define HSTMIIMWRDAT_POS                0          56 #define HSTMIIMWRDAT_POS                0
 61 #define HSTMIIMWRDAT_LEN                16         57 #define HSTMIIMWRDAT_LEN                16
 62 #define HSTPHYADX_POS                   23         58 #define HSTPHYADX_POS                   23
 63 #define HSTPHYADX_LEN                   5          59 #define HSTPHYADX_LEN                   5
 64 #define HSTREGADX_POS                   18         60 #define HSTREGADX_POS                   18
 65 #define HSTREGADX_LEN                   5          61 #define HSTREGADX_LEN                   5
 66 #define HSTLDCMD                        BIT(3)     62 #define HSTLDCMD                        BIT(3)
 67 #define HSTMIIMCMD_POS                  0          63 #define HSTMIIMCMD_POS                  0
 68 #define HSTMIIMCMD_LEN                  3          64 #define HSTMIIMCMD_LEN                  3
 69                                                    65 
 70 #define BUSY_MASK                       BIT(0)     66 #define BUSY_MASK                       BIT(0)
 71 #define READ_CYCLE_MASK                 BIT(0)     67 #define READ_CYCLE_MASK                 BIT(0)
 72                                                    68 
 73 enum xgene_enet_cmd {                              69 enum xgene_enet_cmd {
 74         XGENE_ENET_WR_CMD = BIT(31),               70         XGENE_ENET_WR_CMD = BIT(31),
 75         XGENE_ENET_RD_CMD = BIT(30)                71         XGENE_ENET_RD_CMD = BIT(30)
 76 };                                                 72 };
 77                                                    73 
 78 enum {                                             74 enum {
 79         MIIM_CMD_IDLE,                             75         MIIM_CMD_IDLE,
 80         MIIM_CMD_LEGACY_WRITE,                     76         MIIM_CMD_LEGACY_WRITE,
 81         MIIM_CMD_LEGACY_READ,                      77         MIIM_CMD_LEGACY_READ,
 82 };                                                 78 };
 83                                                    79 
 84 enum xgene_mdio_id {                               80 enum xgene_mdio_id {
 85         XGENE_MDIO_RGMII = 1,                      81         XGENE_MDIO_RGMII = 1,
 86         XGENE_MDIO_XFI                             82         XGENE_MDIO_XFI
 87 };                                                 83 };
 88                                                    84 
 89 struct xgene_mdio_pdata {                          85 struct xgene_mdio_pdata {
 90         struct clk *clk;                           86         struct clk *clk;
 91         struct device *dev;                        87         struct device *dev;
 92         void __iomem *mac_csr_addr;                88         void __iomem *mac_csr_addr;
 93         void __iomem *diag_csr_addr;               89         void __iomem *diag_csr_addr;
 94         void __iomem *mdio_csr_addr;               90         void __iomem *mdio_csr_addr;
 95         struct mii_bus *mdio_bus;                  91         struct mii_bus *mdio_bus;
 96         int mdio_id;                               92         int mdio_id;
 97         spinlock_t mac_lock; /* mac lock */        93         spinlock_t mac_lock; /* mac lock */
 98 };                                                 94 };
 99                                                    95 
100 /* Set the specified value into a bit-field de     96 /* Set the specified value into a bit-field defined by its starting position
101  * and length within a single u64.                 97  * and length within a single u64.
102  */                                                98  */
103 static inline u64 xgene_enet_set_field_value(i     99 static inline u64 xgene_enet_set_field_value(int pos, int len, u64 val)
104 {                                                 100 {
105         return (val & ((1ULL << len) - 1)) <<     101         return (val & ((1ULL << len) - 1)) << pos;
106 }                                                 102 }
107                                                   103 
108 #define SET_VAL(field, val) \                     104 #define SET_VAL(field, val) \
109                 xgene_enet_set_field_value(fie    105                 xgene_enet_set_field_value(field ## _POS, field ## _LEN, val)
110                                                   106 
111 #define SET_BIT(field) \                          107 #define SET_BIT(field) \
112                 xgene_enet_set_field_value(fie    108                 xgene_enet_set_field_value(field ## _POS, 1, 1)
113                                                   109 
114 /* Get the value from a bit-field defined by i    110 /* Get the value from a bit-field defined by its starting position
115  * and length within the specified u64.           111  * and length within the specified u64.
116  */                                               112  */
117 static inline u64 xgene_enet_get_field_value(i    113 static inline u64 xgene_enet_get_field_value(int pos, int len, u64 src)
118 {                                                 114 {
119         return (src >> pos) & ((1ULL << len) -    115         return (src >> pos) & ((1ULL << len) - 1);
120 }                                                 116 }
121                                                   117 
122 #define GET_VAL(field, src) \                     118 #define GET_VAL(field, src) \
123                 xgene_enet_get_field_value(fie    119                 xgene_enet_get_field_value(field ## _POS, field ## _LEN, src)
124                                                   120 
125 #define GET_BIT(field, src) \                     121 #define GET_BIT(field, src) \
126                 xgene_enet_get_field_value(fie    122                 xgene_enet_get_field_value(field ## _POS, 1, src)
127                                                   123 
128 u32 xgene_mdio_rd_mac(struct xgene_mdio_pdata     124 u32 xgene_mdio_rd_mac(struct xgene_mdio_pdata *pdata, u32 rd_addr);
129 void xgene_mdio_wr_mac(struct xgene_mdio_pdata    125 void xgene_mdio_wr_mac(struct xgene_mdio_pdata *pdata, u32 wr_addr, u32 data);
130 int xgene_mdio_rgmii_read(struct mii_bus *bus,    126 int xgene_mdio_rgmii_read(struct mii_bus *bus, int phy_id, int reg);
131 int xgene_mdio_rgmii_write(struct mii_bus *bus    127 int xgene_mdio_rgmii_write(struct mii_bus *bus, int phy_id, int reg, u16 data);
132 struct phy_device *xgene_enet_phy_register(str    128 struct phy_device *xgene_enet_phy_register(struct mii_bus *bus, int phy_addr);
133                                                   129 
134 #endif  /* __MDIO_XGENE_H__ */                    130 #endif  /* __MDIO_XGENE_H__ */
135                                                   131 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php