162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * drivers/atm/suni.h - S/UNI PHY driver 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef DRIVER_ATM_SUNI_H 962306a36Sopenharmony_ci#define DRIVER_ATM_SUNI_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#include <linux/atmdev.h> 1262306a36Sopenharmony_ci#include <linux/atmioc.h> 1362306a36Sopenharmony_ci#include <linux/sonet.h> 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci/* SUNI registers */ 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#define SUNI_MRI 0x00 /* Master Reset and Identity / Load 1862306a36Sopenharmony_ci Meter */ 1962306a36Sopenharmony_ci#define SUNI_MC 0x01 /* Master Configuration */ 2062306a36Sopenharmony_ci#define SUNI_MIS 0x02 /* Master Interrupt Status */ 2162306a36Sopenharmony_ci /* no 0x03 */ 2262306a36Sopenharmony_ci#define SUNI_MCM 0x04 /* Master Clock Monitor */ 2362306a36Sopenharmony_ci#define SUNI_MCT 0x05 /* Master Control */ 2462306a36Sopenharmony_ci#define SUNI_CSCS 0x06 /* Clock Synthesis Control and Status */ 2562306a36Sopenharmony_ci#define SUNI_CRCS 0x07 /* Clock Recovery Control and Status */ 2662306a36Sopenharmony_ci /* 0x08-0x0F reserved */ 2762306a36Sopenharmony_ci#define SUNI_RSOP_CIE 0x10 /* RSOP Control/Interrupt Enable */ 2862306a36Sopenharmony_ci#define SUNI_RSOP_SIS 0x11 /* RSOP Status/Interrupt Status */ 2962306a36Sopenharmony_ci#define SUNI_RSOP_SBL 0x12 /* RSOP Section BIP-8 LSB */ 3062306a36Sopenharmony_ci#define SUNI_RSOP_SBM 0x13 /* RSOP Section BIP-8 MSB */ 3162306a36Sopenharmony_ci#define SUNI_TSOP_CTRL 0x14 /* TSOP Control */ 3262306a36Sopenharmony_ci#define SUNI_TSOP_DIAG 0x15 /* TSOP Diagnostic */ 3362306a36Sopenharmony_ci /* 0x16-0x17 reserved */ 3462306a36Sopenharmony_ci#define SUNI_RLOP_CS 0x18 /* RLOP Control/Status */ 3562306a36Sopenharmony_ci#define SUNI_RLOP_IES 0x19 /* RLOP Interrupt Enable/Status */ 3662306a36Sopenharmony_ci#define SUNI_RLOP_LBL 0x1A /* RLOP Line BIP-8/24 LSB */ 3762306a36Sopenharmony_ci#define SUNI_RLOP_LB 0x1B /* RLOP Line BIP-8/24 */ 3862306a36Sopenharmony_ci#define SUNI_RLOP_LBM 0x1C /* RLOP Line BIP-8/24 MSB */ 3962306a36Sopenharmony_ci#define SUNI_RLOP_LFL 0x1D /* RLOP Line FEBE LSB */ 4062306a36Sopenharmony_ci#define SUNI_RLOP_LF 0x1E /* RLOP Line FEBE */ 4162306a36Sopenharmony_ci#define SUNI_RLOP_LFM 0x1F /* RLOP Line FEBE MSB */ 4262306a36Sopenharmony_ci#define SUNI_TLOP_CTRL 0x20 /* TLOP Control */ 4362306a36Sopenharmony_ci#define SUNI_TLOP_DIAG 0x21 /* TLOP Diagnostic */ 4462306a36Sopenharmony_ci /* 0x22-0x27 reserved */ 4562306a36Sopenharmony_ci#define SUNI_SSTB_CTRL 0x28 4662306a36Sopenharmony_ci#define SUNI_RPOP_SC 0x30 /* RPOP Status/Control */ 4762306a36Sopenharmony_ci#define SUNI_RPOP_IS 0x31 /* RPOP Interrupt Status */ 4862306a36Sopenharmony_ci /* 0x32 reserved */ 4962306a36Sopenharmony_ci#define SUNI_RPOP_IE 0x33 /* RPOP Interrupt Enable */ 5062306a36Sopenharmony_ci /* 0x34-0x36 reserved */ 5162306a36Sopenharmony_ci#define SUNI_RPOP_PSL 0x37 /* RPOP Path Signal Label */ 5262306a36Sopenharmony_ci#define SUNI_RPOP_PBL 0x38 /* RPOP Path BIP-8 LSB */ 5362306a36Sopenharmony_ci#define SUNI_RPOP_PBM 0x39 /* RPOP Path BIP-8 MSB */ 5462306a36Sopenharmony_ci#define SUNI_RPOP_PFL 0x3A /* RPOP Path FEBE LSB */ 5562306a36Sopenharmony_ci#define SUNI_RPOP_PFM 0x3B /* RPOP Path FEBE MSB */ 5662306a36Sopenharmony_ci /* 0x3C reserved */ 5762306a36Sopenharmony_ci#define SUNI_RPOP_PBC 0x3D /* RPOP Path BIP-8 Configuration */ 5862306a36Sopenharmony_ci#define SUNI_RPOP_RC 0x3D /* RPOP Ring Control (PM5355) */ 5962306a36Sopenharmony_ci /* 0x3E-0x3F reserved */ 6062306a36Sopenharmony_ci#define SUNI_TPOP_CD 0x40 /* TPOP Control/Diagnostic */ 6162306a36Sopenharmony_ci#define SUNI_TPOP_PC 0x41 /* TPOP Pointer Control */ 6262306a36Sopenharmony_ci /* 0x42-0x44 reserved */ 6362306a36Sopenharmony_ci#define SUNI_TPOP_APL 0x45 /* TPOP Arbitrary Pointer LSB */ 6462306a36Sopenharmony_ci#define SUNI_TPOP_APM 0x46 /* TPOP Arbitrary Pointer MSB */ 6562306a36Sopenharmony_ci /* 0x47 reserved */ 6662306a36Sopenharmony_ci#define SUNI_TPOP_PSL 0x48 /* TPOP Path Signal Label */ 6762306a36Sopenharmony_ci#define SUNI_TPOP_PS 0x49 /* TPOP Path Status */ 6862306a36Sopenharmony_ci /* 0x4A-0x4F reserved */ 6962306a36Sopenharmony_ci#define SUNI_RACP_CS 0x50 /* RACP Control/Status */ 7062306a36Sopenharmony_ci#define SUNI_RACP_IES 0x51 /* RACP Interrupt Enable/Status */ 7162306a36Sopenharmony_ci#define SUNI_RACP_MHP 0x52 /* RACP Match Header Pattern */ 7262306a36Sopenharmony_ci#define SUNI_RACP_MHM 0x53 /* RACP Match Header Mask */ 7362306a36Sopenharmony_ci#define SUNI_RACP_CHEC 0x54 /* RACP Correctable HCS Error Count */ 7462306a36Sopenharmony_ci#define SUNI_RACP_UHEC 0x55 /* RACP Uncorrectable HCS Err Count */ 7562306a36Sopenharmony_ci#define SUNI_RACP_RCCL 0x56 /* RACP Receive Cell Counter LSB */ 7662306a36Sopenharmony_ci#define SUNI_RACP_RCC 0x57 /* RACP Receive Cell Counter */ 7762306a36Sopenharmony_ci#define SUNI_RACP_RCCM 0x58 /* RACP Receive Cell Counter MSB */ 7862306a36Sopenharmony_ci#define SUNI_RACP_CFG 0x59 /* RACP Configuration */ 7962306a36Sopenharmony_ci /* 0x5A-0x5F reserved */ 8062306a36Sopenharmony_ci#define SUNI_TACP_CS 0x60 /* TACP Control/Status */ 8162306a36Sopenharmony_ci#define SUNI_TACP_IUCHP 0x61 /* TACP Idle/Unassigned Cell Hdr Pat */ 8262306a36Sopenharmony_ci#define SUNI_TACP_IUCPOP 0x62 /* TACP Idle/Unassigned Cell Payload 8362306a36Sopenharmony_ci Octet Pattern */ 8462306a36Sopenharmony_ci#define SUNI_TACP_FIFO 0x63 /* TACP FIFO Configuration */ 8562306a36Sopenharmony_ci#define SUNI_TACP_TCCL 0x64 /* TACP Transmit Cell Counter LSB */ 8662306a36Sopenharmony_ci#define SUNI_TACP_TCC 0x65 /* TACP Transmit Cell Counter */ 8762306a36Sopenharmony_ci#define SUNI_TACP_TCCM 0x66 /* TACP Transmit Cell Counter MSB */ 8862306a36Sopenharmony_ci#define SUNI_TACP_CFG 0x67 /* TACP Configuration */ 8962306a36Sopenharmony_ci#define SUNI_SPTB_CTRL 0x68 /* SPTB Control */ 9062306a36Sopenharmony_ci /* 0x69-0x7F reserved */ 9162306a36Sopenharmony_ci#define SUNI_MT 0x80 /* Master Test */ 9262306a36Sopenharmony_ci /* 0x81-0xFF reserved */ 9362306a36Sopenharmony_ci 9462306a36Sopenharmony_ci/* SUNI register values */ 9562306a36Sopenharmony_ci 9662306a36Sopenharmony_ci 9762306a36Sopenharmony_ci/* MRI is reg 0 */ 9862306a36Sopenharmony_ci#define SUNI_MRI_ID 0x0f /* R, SUNI revision number */ 9962306a36Sopenharmony_ci#define SUNI_MRI_ID_SHIFT 0 10062306a36Sopenharmony_ci#define SUNI_MRI_TYPE 0x70 /* R, SUNI type (lite is 011) */ 10162306a36Sopenharmony_ci#define SUNI_MRI_TYPE_SHIFT 4 10262306a36Sopenharmony_ci#define SUNI_MRI_TYPE_PM5346 0x3 /* S/UNI 155 LITE */ 10362306a36Sopenharmony_ci#define SUNI_MRI_TYPE_PM5347 0x4 /* S/UNI 155 PLUS */ 10462306a36Sopenharmony_ci#define SUNI_MRI_TYPE_PM5350 0x7 /* S/UNI 155 ULTRA */ 10562306a36Sopenharmony_ci#define SUNI_MRI_TYPE_PM5355 0x1 /* S/UNI 622 */ 10662306a36Sopenharmony_ci#define SUNI_MRI_RESET 0x80 /* RW, reset & power down chip 10762306a36Sopenharmony_ci 0: normal operation 10862306a36Sopenharmony_ci 1: reset & low power */ 10962306a36Sopenharmony_ci 11062306a36Sopenharmony_ci/* MCM is reg 0x4 */ 11162306a36Sopenharmony_ci#define SUNI_MCM_LLE 0x20 /* line loopback (PM5355) */ 11262306a36Sopenharmony_ci#define SUNI_MCM_DLE 0x10 /* diagnostic loopback (PM5355) */ 11362306a36Sopenharmony_ci 11462306a36Sopenharmony_ci/* MCT is reg 5 */ 11562306a36Sopenharmony_ci#define SUNI_MCT_LOOPT 0x01 /* RW, timing source, 0: from 11662306a36Sopenharmony_ci TRCLK+/- */ 11762306a36Sopenharmony_ci#define SUNI_MCT_DLE 0x02 /* RW, diagnostic loopback */ 11862306a36Sopenharmony_ci#define SUNI_MCT_LLE 0x04 /* RW, line loopback */ 11962306a36Sopenharmony_ci#define SUNI_MCT_FIXPTR 0x20 /* RW, disable transmit payload pointer 12062306a36Sopenharmony_ci adjustments 12162306a36Sopenharmony_ci 0: payload ptr controlled by TPOP 12262306a36Sopenharmony_ci ptr control reg 12362306a36Sopenharmony_ci 1: payload pointer fixed at 522 */ 12462306a36Sopenharmony_ci#define SUNI_MCT_LCDV 0x40 /* R, loss of cell delineation */ 12562306a36Sopenharmony_ci#define SUNI_MCT_LCDE 0x80 /* RW, loss of cell delineation 12662306a36Sopenharmony_ci interrupt (1: on) */ 12762306a36Sopenharmony_ci/* RSOP_CIE is reg 0x10 */ 12862306a36Sopenharmony_ci#define SUNI_RSOP_CIE_OOFE 0x01 /* RW, enable interrupt on frame alarm 12962306a36Sopenharmony_ci state change */ 13062306a36Sopenharmony_ci#define SUNI_RSOP_CIE_LOFE 0x02 /* RW, enable interrupt on loss of 13162306a36Sopenharmony_ci frame state change */ 13262306a36Sopenharmony_ci#define SUNI_RSOP_CIE_LOSE 0x04 /* RW, enable interrupt on loss of 13362306a36Sopenharmony_ci signal state change */ 13462306a36Sopenharmony_ci#define SUNI_RSOP_CIE_BIPEE 0x08 /* RW, enable interrupt on section 13562306a36Sopenharmony_ci BIP-8 error (B1) */ 13662306a36Sopenharmony_ci#define SUNI_RSOP_CIE_FOOF 0x20 /* W, force RSOP out of frame at next 13762306a36Sopenharmony_ci boundary */ 13862306a36Sopenharmony_ci#define SUNI_RSOP_CIE_DDS 0x40 /* RW, disable scrambling */ 13962306a36Sopenharmony_ci 14062306a36Sopenharmony_ci/* RSOP_SIS is reg 0x11 */ 14162306a36Sopenharmony_ci#define SUNI_RSOP_SIS_OOFV 0x01 /* R, out of frame */ 14262306a36Sopenharmony_ci#define SUNI_RSOP_SIS_LOFV 0x02 /* R, loss of frame */ 14362306a36Sopenharmony_ci#define SUNI_RSOP_SIS_LOSV 0x04 /* R, loss of signal */ 14462306a36Sopenharmony_ci#define SUNI_RSOP_SIS_OOFI 0x08 /* R, out of frame interrupt */ 14562306a36Sopenharmony_ci#define SUNI_RSOP_SIS_LOFI 0x10 /* R, loss of frame interrupt */ 14662306a36Sopenharmony_ci#define SUNI_RSOP_SIS_LOSI 0x20 /* R, loss of signal interrupt */ 14762306a36Sopenharmony_ci#define SUNI_RSOP_SIS_BIPEI 0x40 /* R, section BIP-8 interrupt */ 14862306a36Sopenharmony_ci 14962306a36Sopenharmony_ci/* TSOP_CTRL is reg 0x14 */ 15062306a36Sopenharmony_ci#define SUNI_TSOP_CTRL_LAIS 0x01 /* insert alarm indication signal */ 15162306a36Sopenharmony_ci#define SUNI_TSOP_CTRL_DS 0x40 /* disable scrambling */ 15262306a36Sopenharmony_ci 15362306a36Sopenharmony_ci/* TSOP_DIAG is reg 0x15 */ 15462306a36Sopenharmony_ci#define SUNI_TSOP_DIAG_DFP 0x01 /* insert single bit error cont. */ 15562306a36Sopenharmony_ci#define SUNI_TSOP_DIAG_DBIP8 0x02 /* insert section BIP err (cont) */ 15662306a36Sopenharmony_ci#define SUNI_TSOP_DIAG_DLOS 0x04 /* set line to zero (loss of signal) */ 15762306a36Sopenharmony_ci 15862306a36Sopenharmony_ci/* TLOP_DIAG is reg 0x21 */ 15962306a36Sopenharmony_ci#define SUNI_TLOP_DIAG_DBIP 0x01 /* insert line BIP err (continuously) */ 16062306a36Sopenharmony_ci 16162306a36Sopenharmony_ci/* SSTB_CTRL is reg 0x28 */ 16262306a36Sopenharmony_ci#define SUNI_SSTB_CTRL_LEN16 0x01 /* path trace message length bit */ 16362306a36Sopenharmony_ci 16462306a36Sopenharmony_ci/* RPOP_RC is reg 0x3D (PM5355) */ 16562306a36Sopenharmony_ci#define SUNI_RPOP_RC_ENSS 0x40 /* enable size bit */ 16662306a36Sopenharmony_ci 16762306a36Sopenharmony_ci/* TPOP_DIAG is reg 0x40 */ 16862306a36Sopenharmony_ci#define SUNI_TPOP_DIAG_PAIS 0x01 /* insert STS path alarm ind (cont) */ 16962306a36Sopenharmony_ci#define SUNI_TPOP_DIAG_DB3 0x02 /* insert path BIP err (continuously) */ 17062306a36Sopenharmony_ci 17162306a36Sopenharmony_ci/* TPOP_APM is reg 0x46 */ 17262306a36Sopenharmony_ci#define SUNI_TPOP_APM_APTR 0x03 /* RW, arbitrary pointer, upper 2 17362306a36Sopenharmony_ci bits */ 17462306a36Sopenharmony_ci#define SUNI_TPOP_APM_APTR_SHIFT 0 17562306a36Sopenharmony_ci#define SUNI_TPOP_APM_S 0x0c /* RW, "unused" bits of payload 17662306a36Sopenharmony_ci pointer */ 17762306a36Sopenharmony_ci#define SUNI_TPOP_APM_S_SHIFT 2 17862306a36Sopenharmony_ci#define SUNI_TPOP_APM_NDF 0xf0 /* RW, NDF bits */ 17962306a36Sopenharmony_ci#define SUNI_TPOP_APM_NDF_SHIFT 4 18062306a36Sopenharmony_ci 18162306a36Sopenharmony_ci#define SUNI_TPOP_S_SONET 0 /* set S bits to 00 */ 18262306a36Sopenharmony_ci#define SUNI_TPOP_S_SDH 2 /* set S bits to 10 */ 18362306a36Sopenharmony_ci 18462306a36Sopenharmony_ci/* RACP_IES is reg 0x51 */ 18562306a36Sopenharmony_ci#define SUNI_RACP_IES_FOVRI 0x02 /* R, FIFO overrun */ 18662306a36Sopenharmony_ci#define SUNI_RACP_IES_UHCSI 0x04 /* R, uncorrectable HCS error */ 18762306a36Sopenharmony_ci#define SUNI_RACP_IES_CHCSI 0x08 /* R, correctable HCS error */ 18862306a36Sopenharmony_ci#define SUNI_RACP_IES_OOCDI 0x10 /* R, change of cell delineation 18962306a36Sopenharmony_ci state */ 19062306a36Sopenharmony_ci#define SUNI_RACP_IES_FIFOE 0x20 /* RW, enable FIFO overrun interrupt */ 19162306a36Sopenharmony_ci#define SUNI_RACP_IES_HCSE 0x40 /* RW, enable HCS error interrupt */ 19262306a36Sopenharmony_ci#define SUNI_RACP_IES_OOCDE 0x80 /* RW, enable cell delineation state 19362306a36Sopenharmony_ci change interrupt */ 19462306a36Sopenharmony_ci 19562306a36Sopenharmony_ci/* TACP_CS is reg 0x60 */ 19662306a36Sopenharmony_ci#define SUNI_TACP_CS_FIFORST 0x01 /* RW, reset transmit FIFO (sticky) */ 19762306a36Sopenharmony_ci#define SUNI_TACP_CS_DSCR 0x02 /* RW, disable payload scrambling */ 19862306a36Sopenharmony_ci#define SUNI_TACP_CS_HCAADD 0x04 /* RW, add coset polynomial to HCS */ 19962306a36Sopenharmony_ci#define SUNI_TACP_CS_DHCS 0x10 /* RW, insert HCS errors */ 20062306a36Sopenharmony_ci#define SUNI_TACP_CS_FOVRI 0x20 /* R, FIFO overrun */ 20162306a36Sopenharmony_ci#define SUNI_TACP_CS_TSOCI 0x40 /* R, TSOC input high */ 20262306a36Sopenharmony_ci#define SUNI_TACP_CS_FIFOE 0x80 /* RW, enable FIFO overrun interrupt */ 20362306a36Sopenharmony_ci 20462306a36Sopenharmony_ci/* TACP_IUCHP is reg 0x61 */ 20562306a36Sopenharmony_ci#define SUNI_TACP_IUCHP_CLP 0x01 /* RW, 8th bit of 4th octet of i/u 20662306a36Sopenharmony_ci pattern */ 20762306a36Sopenharmony_ci#define SUNI_TACP_IUCHP_PTI 0x0e /* RW, 5th-7th bits of 4th octet of i/u 20862306a36Sopenharmony_ci pattern */ 20962306a36Sopenharmony_ci#define SUNI_TACP_IUCHP_PTI_SHIFT 1 21062306a36Sopenharmony_ci#define SUNI_TACP_IUCHP_GFC 0xf0 /* RW, 1st-4th bits of 1st octet of i/u 21162306a36Sopenharmony_ci pattern */ 21262306a36Sopenharmony_ci#define SUNI_TACP_IUCHP_GFC_SHIFT 4 21362306a36Sopenharmony_ci 21462306a36Sopenharmony_ci/* SPTB_CTRL is reg 0x68 */ 21562306a36Sopenharmony_ci#define SUNI_SPTB_CTRL_LEN16 0x01 /* path trace message length */ 21662306a36Sopenharmony_ci 21762306a36Sopenharmony_ci/* MT is reg 0x80 */ 21862306a36Sopenharmony_ci#define SUNI_MT_HIZIO 0x01 /* RW, all but data bus & MP interface 21962306a36Sopenharmony_ci tri-state */ 22062306a36Sopenharmony_ci#define SUNI_MT_HIZDATA 0x02 /* W, also tri-state data bus */ 22162306a36Sopenharmony_ci#define SUNI_MT_IOTST 0x04 /* RW, enable test mode */ 22262306a36Sopenharmony_ci#define SUNI_MT_DBCTRL 0x08 /* W, control data bus by CSB pin */ 22362306a36Sopenharmony_ci#define SUNI_MT_PMCTST 0x10 /* W, PMC test mode */ 22462306a36Sopenharmony_ci#define SUNI_MT_DS27_53 0x80 /* RW, select between 8- or 16- bit */ 22562306a36Sopenharmony_ci 22662306a36Sopenharmony_ci 22762306a36Sopenharmony_ci#define SUNI_IDLE_PATTERN 0x6a /* idle pattern */ 22862306a36Sopenharmony_ci 22962306a36Sopenharmony_ci 23062306a36Sopenharmony_ci#ifdef __KERNEL__ 23162306a36Sopenharmony_cistruct suni_priv { 23262306a36Sopenharmony_ci struct k_sonet_stats sonet_stats; /* link diagnostics */ 23362306a36Sopenharmony_ci int loop_mode; /* loopback mode */ 23462306a36Sopenharmony_ci int type; /* phy type */ 23562306a36Sopenharmony_ci struct atm_dev *dev; /* device back-pointer */ 23662306a36Sopenharmony_ci struct suni_priv *next; /* next SUNI */ 23762306a36Sopenharmony_ci}; 23862306a36Sopenharmony_ci 23962306a36Sopenharmony_ciint suni_init(struct atm_dev *dev); 24062306a36Sopenharmony_ci#endif 24162306a36Sopenharmony_ci 24262306a36Sopenharmony_ci#endif 243