Home
last modified time | relevance | path

Searched refs:SGMII_OFFSET (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_sgmii.c30 #define SGMII_OFFSET(x) ((x <= 1) ? (x * 0x100) : (SGMII23_OFFSET(x))) macro
33 #define SGMII_SRESET_REG(x) (SGMII_OFFSET(x) + 0x004)
34 #define SGMII_CTL_REG(x) (SGMII_OFFSET(x) + 0x010)
35 #define SGMII_STATUS_REG(x) (SGMII_OFFSET(x) + 0x014)
36 #define SGMII_MRADV_REG(x) (SGMII_OFFSET(x) + 0x018)