Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c786 u32 port_ctrl, iet_ctrl, iet_status; in am65_cpsw_get_mm() local
794 iet_ctrl = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_get_mm()
797 state->tx_enabled = !!(iet_ctrl & AM65_CPSW_PN_IET_MAC_PENABLE); in am65_cpsw_get_mm()
802 if (iet_ctrl & AM65_CPSW_PN_IET_MAC_DISABLEVERIFY) in am65_cpsw_get_mm()
811 add_frag_size = AM65_CPSW_PN_IET_MAC_GET_ADDFRAGSIZE(iet_ctrl); in am65_cpsw_get_mm()
821 state->verify_enabled = !(iet_ctrl & AM65_CPSW_PN_IET_MAC_DISABLEVERIFY); in am65_cpsw_get_mm()