Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dnetcp_sgmii.c23 #define SGMII_OFFSET(x) ((x <= 1) ? (x * 0x100) : (SGMII23_OFFSET(x))) macro
26 #define SGMII_SRESET_REG(x) (SGMII_OFFSET(x) + 0x004)
27 #define SGMII_CTL_REG(x) (SGMII_OFFSET(x) + 0x010)
28 #define SGMII_STATUS_REG(x) (SGMII_OFFSET(x) + 0x014)
29 #define SGMII_MRADV_REG(x) (SGMII_OFFSET(x) + 0x018)