#ifndef _IF_GEMREG_H
#define _IF_GEMREG_H
#define GEM_SEB_STATE 0x0000
#define GEM_CONFIG 0x0004
#define GEM_STATUS 0x000c
#define GEM_INTMASK 0x0010
#define GEM_INTACK 0x0014
#define GEM_STATUS_ALIAS 0x001c
#define GEM_PCI_BANK2_OFFSET 0x1000
#define GEM_PCI_BANK2_SIZE 0x14
#define GEM_ERROR_STATUS 0x0000
#define GEM_SBUS_RESET 0x0000
#define GEM_ERROR_MASK 0x0004
#define GEM_SBUS_CONFIG 0x0004
#define GEM_BIF_CONFIG 0x0008
#define GEM_BIF_DIAG 0x000c
#define GEM_RESET 0x0010
#define GEM_SEB_ARB 0x000000002
#define GEM_SEB_RXWON 0x000000004
#define GEM_SBUS_CFG_BSIZE32 0x00000001
#define GEM_SBUS_CFG_BSIZE64 0x00000002
#define GEM_SBUS_CFG_BSIZE128 0x00000004
#define GEM_SBUS_CFG_BMODE64 0x00000008
#define GEM_SBUS_CFG_PARITY 0x00000200
#define GEM_CONFIG_BURST_64 0x000000000
#define GEM_CONFIG_BURST_INF 0x000000001
#define GEM_CONFIG_TXDMA_LIMIT 0x00000003e
#define GEM_CONFIG_RXDMA_LIMIT 0x0000007c0
#define GEM_CONFIG_RONPAULBIT 0x000000800
#define GEM_CONFIG_BUG2FIX 0x000001000
#define GEM_CONFIG_TXDMA_LIMIT_SHIFT 1
#define GEM_CONFIG_RXDMA_LIMIT_SHIFT 6
#define GEM_STATUS_TX_COMPL 0xfff800000
#define GEM_INTR_TX_INTME 0x000000001
#define GEM_INTR_TX_EMPTY 0x000000002
#define GEM_INTR_TX_DONE 0x000000004
#define GEM_INTR_RX_DONE 0x000000010
#define GEM_INTR_RX_NOBUF 0x000000020
#define GEM_INTR_RX_TAG_ERR 0x000000040
#define GEM_INTR_PCS 0x000002000
#define GEM_INTR_TX_MAC 0x000004000
#define GEM_INTR_RX_MAC 0x000008000
#define GEM_INTR_MAC_CONTROL 0x000010000
#define GEM_INTR_MIF 0x000020000
#define GEM_INTR_BERR 0x000040000
#define GEM_INTR_BITS "\020" \
"\1INTME\2TXEMPTY\3TXDONE" \
"\5RXDONE\6RXNOBUF\7RX_TAG_ERR" \
"\16PCS\17TXMAC\20RXMAC" \
"\21MACCONTROL\22MIF\23BERR"
#define GEM_ERROR_STAT_BADACK 0x000000001
#define GEM_ERROR_STAT_DTRTO 0x000000002
#define GEM_ERROR_STAT_OTHERS 0x000000004
#define GEM_BIF_CONFIG_SLOWCLK 0x000000001
#define GEM_BIF_CONFIG_HOST_64 0x000000002
#define GEM_BIF_CONFIG_B64D_DIS 0x000000004
#define GEM_BIF_CONFIG_M66EN 0x000000008
#define GEM_RESET_TX 0x000000001
#define GEM_RESET_RX 0x000000002
#define GEM_RESET_RSTOUT 0x000000004
#define GEM_TX_KICK 0x2000
#define GEM_TX_CONFIG 0x2004
#define GEM_TX_RING_PTR_LO 0x2008
#define GEM_TX_RING_PTR_HI 0x200c
#define GEM_TX_FIFO_WR_PTR 0x2014
#define GEM_TX_FIFO_SDWR_PTR 0x2018
#define GEM_TX_FIFO_RD_PTR 0x201c
#define GEM_TX_FIFO_SDRD_PTR 0x2020
#define GEM_TX_FIFO_PKT_CNT 0x2024
#define GEM_TX_STATE_MACHINE 0x2028
#define GEM_TX_DATA_PTR 0x2030
#define GEM_TX_COMPLETION 0x2100
#define GEM_TX_FIFO_ADDRESS 0x2104
#define GEM_TX_FIFO_TAG 0x2108
#define GEM_TX_FIFO_DATA_LO 0x210c
#define GEM_TX_FIFO_DATA_HI_T1 0x2110
#define GEM_TX_FIFO_DATA_HI_T0 0x2114
#define GEM_TX_FIFO_SIZE 0x2118
#define GEM_TX_DEBUG 0x3028
#define GEM_TX_CONFIG_TXDMA_EN 0x00000001
#define GEM_TX_CONFIG_TXRING_SZ 0x0000001e
#define GEM_TX_CONFIG_TXFIFO_TH 0x001ffc00
#define GEM_TX_CONFIG_PACED 0x00200000
#define GEM_RING_SZ_32 (0<<1)
#define GEM_RING_SZ_64 (1<<1)
#define GEM_RING_SZ_128 (2<<1)
#define GEM_RING_SZ_256 (3<<1)
#define GEM_RING_SZ_512 (4<<1)
#define GEM_RING_SZ_1024 (5<<1)
#define GEM_RING_SZ_2048 (6<<1)
#define GEM_RING_SZ_4096 (7<<1)
#define GEM_RING_SZ_8192 (8<<1)
#define GEM_TX_COMPLETION_MASK 0x00001fff
#define GEM_RX_CONFIG 0x4000
#define GEM_RX_RING_PTR_LO 0x4004
#define GEM_RX_RING_PTR_HI 0x4008
#define GEM_RX_FIFO_WR_PTR 0x400c
#define GEM_RX_FIFO_SDWR_PTR 0x4010
#define GEM_RX_FIFO_RD_PTR 0x4014
#define GEM_RX_FIFO_PKT_CNT 0x4018
#define GEM_RX_STATE_MACHINE 0x401c
#define GEM_RX_PAUSE_THRESH 0x4020
#define GEM_RX_DATA_PTR_LO 0x4024
#define GEM_RX_DATA_PTR_HI 0x4028
#define GEM_RX_KICK 0x4100
#define GEM_RX_COMPLETION 0x4104
#define GEM_RX_BLANKING 0x4108
#define GEM_RX_FIFO_ADDRESS 0x410c
#define GEM_RX_FIFO_TAG 0x4110
#define GEM_RX_FIFO_DATA_LO 0x4114
#define GEM_RX_FIFO_DATA_HI_T1 0x4118
#define GEM_RX_FIFO_DATA_HI_T0 0x411c
#define GEM_RX_FIFO_SIZE 0x4120
#define GEM_RX_CONFIG_RXDMA_EN 0x00000001
#define GEM_RX_CONFIG_RXRING_SZ 0x0000001e
#define GEM_RX_CONFIG_BATCH_DIS 0x00000020
#define GEM_RX_CONFIG_FBOFF 0x00001c00
#define GEM_RX_CONFIG_CXM_START 0x000fe000
#define GEM_RX_CONFIG_FIFO_THRS 0x07000000
#define GEM_THRSH_64 0
#define GEM_THRSH_128 1
#define GEM_THRSH_256 2
#define GEM_THRSH_512 3
#define GEM_THRSH_1024 4
#define GEM_THRSH_2048 5
#define GEM_RX_CONFIG_FIFO_THRS_SHIFT 24
#define GEM_RX_CONFIG_FBOFF_SHFT 10
#define GEM_RX_CONFIG_CXM_START_SHFT 13
#define GEM_RX_PTH_XOFF_THRESH 0x000001ff
#define GEM_RX_PTH_XON_THRESH 0x07fc0000
#define GEM_RX_BLANKING_PACKETS 0x000001ff
#define GEM_RX_BLANKING_TIME 0x03fc0000
#define GEM_MAC_TXRESET 0x6000
#define GEM_MAC_RXRESET 0x6004
#define GEM_MAC_SEND_PAUSE_CMD 0x6008
#define GEM_MAC_TX_STATUS 0x6010
#define GEM_MAC_RX_STATUS 0x6014
#define GEM_MAC_CONTROL_STATUS 0x6018
#define GEM_MAC_TX_MASK 0x6020
#define GEM_MAC_RX_MASK 0x6024
#define GEM_MAC_CONTROL_MASK 0x6028
#define GEM_MAC_TX_CONFIG 0x6030
#define GEM_MAC_RX_CONFIG 0x6034
#define GEM_MAC_CONTROL_CONFIG 0x6038
#define GEM_MAC_XIF_CONFIG 0x603c
#define GEM_MAC_IPG0 0x6040
#define GEM_MAC_IPG1 0x6044
#define GEM_MAC_IPG2 0x6048
#define GEM_MAC_SLOT_TIME 0x604c
#define GEM_MAC_MAC_MIN_FRAME 0x6050
#define GEM_MAC_MAC_MAX_FRAME 0x6054
#define GEM_MAC_PREAMBLE_LEN 0x6058
#define GEM_MAC_JAM_SIZE 0x605c
#define GEM_MAC_ATTEMPT_LIMIT 0x6060
#define GEM_MAC_CONTROL_TYPE 0x6064
#define GEM_MAC_ADDR0 0x6080
#define GEM_MAC_ADDR1 0x6084
#define GEM_MAC_ADDR2 0x6088
#define GEM_MAC_ADDR3 0x608c
#define GEM_MAC_ADDR4 0x6090
#define GEM_MAC_ADDR5 0x6094
#define GEM_MAC_ADDR6 0x6098
#define GEM_MAC_ADDR7 0x609c
#define GEM_MAC_ADDR8 0x60a0
#define GEM_MAC_ADDR_FILTER0 0x60a4
#define GEM_MAC_ADDR_FILTER1 0x60a8
#define GEM_MAC_ADDR_FILTER2 0x60ac
#define GEM_MAC_ADR_FLT_MASK1_2 0x60b0
#define GEM_MAC_ADR_FLT_MASK0 0x60b4
#define GEM_MAC_HASH0 0x60c0
#define GEM_MAC_HASH1 0x60c4
#define GEM_MAC_HASH2 0x60c8
#define GEM_MAC_HASH3 0x60cc
#define GEM_MAC_HASH4 0x60d0
#define GEM_MAC_HASH5 0x60d4
#define GEM_MAC_HASH6 0x60d8
#define GEM_MAC_HASH7 0x60dc
#define GEM_MAC_HASH8 0x60e0
#define GEM_MAC_HASH9 0x60e4
#define GEM_MAC_HASH10 0x60e8
#define GEM_MAC_HASH11 0x60ec
#define GEM_MAC_HASH12 0x60f0
#define GEM_MAC_HASH13 0x60f4
#define GEM_MAC_HASH14 0x60f8
#define GEM_MAC_HASH15 0x60fc
#define GEM_MAC_NORM_COLL_CNT 0x6100
#define GEM_MAC_FIRST_COLL_CNT 0x6104
#define GEM_MAC_EXCESS_COLL_CNT 0x6108
#define GEM_MAC_LATE_COLL_CNT 0x610c
#define GEM_MAC_DEFER_TMR_CNT 0x6110
#define GEM_MAC_PEAK_ATTEMPTS 0x6114
#define GEM_MAC_RX_FRAME_COUNT 0x6118
#define GEM_MAC_RX_LEN_ERR_CNT 0x611c
#define GEM_MAC_RX_ALIGN_ERR 0x6120
#define GEM_MAC_RX_CRC_ERR_CNT 0x6124
#define GEM_MAC_RX_CODE_VIOL 0x6128
#define GEM_MAC_RANDOM_SEED 0x6130
#define GEM_MAC_MAC_STATE 0x6134
#define GEM_MAC_PAUSE_CMD_TIME 0x0000ffff
#define GEM_MAC_PAUSE_CMD_SEND 0x00010000
#define GEM_MAC_TX_XMIT_DONE 0x00000001
#define GEM_MAC_TX_UNDERRUN 0x00000002
#define GEM_MAC_TX_PKT_TOO_LONG 0x00000004
#define GEM_MAC_TX_NCC_EXP 0x00000008
#define GEM_MAC_TX_ECC_EXP 0x00000010
#define GEM_MAC_TX_LCC_EXP 0x00000020
#define GEM_MAC_TX_FCC_EXP 0x00000040
#define GEM_MAC_TX_DEFER_EXP 0x00000080
#define GEM_MAC_TX_PEAK_EXP 0x00000100
#define GEM_MAC_RX_DONE 0x00000001
#define GEM_MAC_RX_OVERFLOW 0x00000002
#define GEM_MAC_RX_FRAME_CNT 0x00000004
#define GEM_MAC_RX_ALIGN_EXP 0x00000008
#define GEM_MAC_RX_CRC_EXP 0x00000010
#define GEM_MAC_RX_LEN_EXP 0x00000020
#define GEM_MAC_RX_CVI_EXP 0x00000040
#define GEM_MAC_PAUSED 0x00000001
#define GEM_MAC_PAUSE 0x00000002
#define GEM_MAC_RESUME 0x00000004
#define GEM_MAC_PAUSE_TIME 0xffff0000
#define GEM_MAC_XIF_TX_MII_ENA 0x00000001
#define GEM_MAC_XIF_MII_LOOPBK 0x00000002
#define GEM_MAC_XIF_ECHO_DISABL 0x00000004
#define GEM_MAC_XIF_GMII_MODE 0x00000008
#define GEM_MAC_XIF_MII_BUF_ENA 0x00000010
#define GEM_MAC_XIF_LINK_LED 0x00000020
#define GEM_MAC_XIF_FDPLX_LED 0x00000040
#define GEM_MAC_SLOT_INT 0x40
#define GEM_MAC_SLOT_EXT 0x200
#define GEM_MAC_TX_ENABLE 0x00000001
#define GEM_MAC_TX_IGN_CARRIER 0x00000002
#define GEM_MAC_TX_IGN_COLLIS 0x00000004
#define GEM_MAC_TX_ENA_IPG0 0x00000008
#define GEM_MAC_TX_NGU 0x00000010
#define GEM_MAC_TX_NGU_LIMIT 0x00000020
#define GEM_MAC_TX_NO_BACKOFF 0x00000040
#define GEM_MAC_TX_SLOWDOWN 0x00000080
#define GEM_MAC_TX_NO_FCS 0x00000100
#define GEM_MAC_TX_CARR_EXTEND 0x00000200
#define GEM_MAC_RX_ENABLE 0x00000001
#define GEM_MAC_RX_STRIP_PAD 0x00000002
#define GEM_MAC_RX_STRIP_CRC 0x00000004
#define GEM_MAC_RX_PROMISCUOUS 0x00000008
#define GEM_MAC_RX_PROMISC_GRP 0x00000010
#define GEM_MAC_RX_HASH_FILTER 0x00000020
#define GEM_MAC_RX_ADDR_FILTER 0x00000040
#define GEM_MAC_RX_ERRCHK_DIS 0x00000080
#define GEM_MAC_RX_CARR_EXTEND 0x00000100
#define GEM_MAC_CC_TX_PAUSE 0x00000001
#define GEM_MAC_CC_RX_PAUSE 0x00000002
#define GEM_MAC_CC_PASS_PAUSE 0x00000004
#define GEM_MAC_STATE_OVERFLOW 0x03800000
#define GEM_MIF_BB_CLOCK 0x6200
#define GEM_MIF_BB_DATA 0x6204
#define GEM_MIF_BB_OUTPUT_ENAB 0x6208
#define GEM_MIF_FRAME 0x620c
#define GEM_MIF_CONFIG 0x6210
#define GEM_MIF_INTERRUPT_MASK 0x6214
#define GEM_MIF_BASIC_STATUS 0x6218
#define GEM_MIF_STATE_MACHINE 0x621c
#define GEM_MIF_FRAME_DATA 0x0000ffff
#define GEM_MIF_FRAME_TA0 0x00010000
#define GEM_MIF_FRAME_TA1 0x00020000
#define GEM_MIF_FRAME_REG_ADDR 0x007c0000
#define GEM_MIF_FRAME_PHY_ADDR 0x0f800000
#define GEM_MIF_FRAME_OP 0x30000000
#define GEM_MIF_FRAME_START 0xc0000000
#define GEM_MIF_FRAME_READ 0x60020000
#define GEM_MIF_FRAME_WRITE 0x50020000
#define GEM_MIF_REG_SHIFT 18
#define GEM_MIF_PHY_SHIFT 23
#define GEM_MIF_CONFIG_PHY_SEL 0x00000001
#define GEM_MIF_CONFIG_POLL_ENA 0x00000002
#define GEM_MIF_CONFIG_BB_ENA 0x00000004
#define GEM_MIF_CONFIG_REG_ADR 0x000000f8
#define GEM_MIF_CONFIG_MDI0 0x00000100
#define GEM_MIF_CONFIG_MDI1 0x00000200
#define GEM_MIF_CONFIG_PHY_ADR 0x00007c00
#define GEM_MIF_STATUS 0x0000ffff
#define GEM_MIF_BASIC 0xffff0000
#define GEM_MII_CONTROL 0x9000
#define GEM_MII_STATUS 0x9004
#define GEM_MII_ANAR 0x9008
#define GEM_MII_ANLPAR 0x900c
#define GEM_MII_CONFIG 0x9010
#define GEM_MII_STATE_MACHINE 0x9014
#define GEM_MII_INTERRUP_STATUS 0x9018
#define GEM_MII_DATAPATH_MODE 0x9050
#define GEM_MII_SLINK_CONTROL 0x9054
#define GEM_MII_OUTPUT_SELECT 0x9058
#define GEM_MII_SLINK_STATUS 0x905c
#define GEM_MII_CONTROL_RESET 0x00008000
#define GEM_MII_CONTROL_LOOPBK 0x00004000
#define GEM_MII_CONTROL_1000M 0x00002000
#define GEM_MII_CONTROL_AUTONEG 0x00001000
#define GEM_MII_CONTROL_POWERDN 0x00000800
#define GEM_MII_CONTROL_ISOLATE 0x00000400
#define GEM_MII_CONTROL_RAN 0x00000200
#define GEM_MII_CONTROL_FDUPLEX 0x00000100
#define GEM_MII_CONTROL_COL_TST 0x00000080
#define GEM_MII_STATUS_GB_FDX 0x00000400
#define GEM_MII_STATUS_GB_HDX 0x00000200
#define GEM_MII_STATUS_UNK 0x00000100
#define GEM_MII_STATUS_ANEG_CPT 0x00000020
#define GEM_MII_STATUS_REM_FLT 0x00000010
#define GEM_MII_STATUS_ACFG 0x00000008
#define GEM_MII_STATUS_LINK_STS 0x00000004
#define GEM_MII_STATUS_JABBER 0x00000002
#define GEM_MII_STATUS_EXTCAP 0x00000001
#define GEM_MII_ANEG_NP 0x00008000
#define GEM_MII_ANEG_ACK 0x00004000
#define GEM_MII_ANEG_RF 0x00003000
#define GEM_MII_ANEG_ASYM_PAUSE 0x00000100
#define GEM_MII_ANEG_SYM_PAUSE 0x00000080
#define GEM_MII_ANEG_HLF_DUPLX 0x00000040
#define GEM_MII_ANEG_FUL_DUPLX 0x00000020
#define GEM_MII_CONFIG_TIMER 0x0000000e
#define GEM_MII_CONFIG_ANTO 0x00000020
#define GEM_MII_CONFIG_JS 0x00000018
#define GEM_MII_CONFIG_SDL 0x00000004
#define GEM_MII_CONFIG_SDO 0x00000002
#define GEM_MII_CONFIG_ENABLE 0x00000001
#define GEM_MII_FSM_STOP 0x00000000
#define GEM_MII_FSM_RUN 0x00000001
#define GEM_MII_FSM_UNKWN 0x00000100
#define GEM_MII_FSM_DONE 0x00000101
#define GEM_MII_INTERRUP_LINK 0x00000002
#define GEM_MII_DATAPATH_SERIAL 0x00000001
#define GEM_MII_DATAPATH_SERDES 0x00000002
#define GEM_MII_DATAPATH_MII 0x00000004
#define GEM_MII_DATAPATH_MIIOUT 0x00000008
#define GEM_MII_SLINK_LOOPBACK 0x00000001
#define GEM_MII_SLINK_EN_SYNC_D 0x00000002
#define GEM_MII_SLINK_LOCK_REF 0x00000004
#define GEM_MII_SLINK_EMPHASIS 0x00000008
#define GEM_MII_SLINK_SELFTEST 0x000001c0
#define GEM_MII_SLINK_POWER_OFF 0x00000200
#define GEM_MII_SLINK_TEST 0x00000000
#define GEM_MII_SLINK_LOCKED 0x00000001
#define GEM_MII_SLINK_COMMA 0x00000002
#define GEM_MII_SLINK_SYNC 0x00000003
#define GEM_PHYAD_INTERNAL 1
#define GEM_PHYAD_EXTERNAL 0
struct gem_desc {
uint64_t gd_flags;
uint64_t gd_addr;
};
#define GEM_TD_BUFSIZE 0x0000000000007fffLL
#define GEM_TD_CXSUM_START 0x00000000001f8000LL
#define GEM_TD_CXSUM_STARTSHFT 15
#define GEM_TD_CXSUM_STUFF 0x000000001fe00000LL
#define GEM_TD_CXSUM_STUFFSHFT 21
#define GEM_TD_CXSUM_ENABLE 0x0000000020000000LL
#define GEM_TD_END_OF_PACKET 0x0000000040000000LL
#define GEM_TD_START_OF_PACKET 0x0000000080000000LL
#define GEM_TD_INTERRUPT_ME 0x0000000100000000LL
#define GEM_TD_NO_CRC 0x0000000200000000LL
#define GEM_RD_CHECKSUM 0x000000000000ffffLL
#define GEM_RD_BUFSIZE 0x000000007fff0000LL
#define GEM_RD_OWN 0x0000000080000000LL
#define GEM_RD_HASHVAL 0x0ffff00000000000LL
#define GEM_RD_HASH_PASS 0x1000000000000000LL
#define GEM_RD_ALTERNATE_MAC 0x2000000000000000LL
#define GEM_RD_BAD_CRC 0x4000000000000000LL
#define GEM_RD_BUFSHIFT 16
#define GEM_RD_BUFLEN(x) (((x)&GEM_RD_BUFSIZE)>>GEM_RD_BUFSHIFT)
#endif