Lines Matching defs:sja1105_regs
34 struct sja1105_regs { struct
35 u64 device_id;
36 u64 prod_id;
37 u64 status;
38 u64 port_control;
39 u64 rgu;
40 u64 vl_status;
41 u64 config;
42 u64 sgmii;
43 u64 rmii_pll1;
44 u64 ptppinst;
45 u64 ptppindur;
46 u64 ptp_control;
47 u64 ptpclkval;
48 u64 ptpclkrate;
49 u64 ptpclkcorp;
50 u64 ptpsyncts;
51 u64 ptpschtm;
52 u64 ptpegr_ts[SJA1105_NUM_PORTS];
53 u64 pad_mii_tx[SJA1105_NUM_PORTS];
54 u64 pad_mii_rx[SJA1105_NUM_PORTS];
55 u64 pad_mii_id[SJA1105_NUM_PORTS];
56 u64 cgu_idiv[SJA1105_NUM_PORTS];
57 u64 mii_tx_clk[SJA1105_NUM_PORTS];
58 u64 mii_rx_clk[SJA1105_NUM_PORTS];
59 u64 mii_ext_tx_clk[SJA1105_NUM_PORTS];
60 u64 mii_ext_rx_clk[SJA1105_NUM_PORTS];
61 u64 rgmii_tx_clk[SJA1105_NUM_PORTS];
62 u64 rmii_ref_clk[SJA1105_NUM_PORTS];
63 u64 rmii_ext_tx_clk[SJA1105_NUM_PORTS];
64 u64 mac[SJA1105_NUM_PORTS];
65 u64 mac_hl1[SJA1105_NUM_PORTS];
66 u64 mac_hl2[SJA1105_NUM_PORTS];
90 const struct sja1105_regs *regs; argument