Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c303 ctrl = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
305 writel(ctrl, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
308 ctrl = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
310 writel(ctrl, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
343 val = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_set_preempt_mask()
346 writel(val, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_set_preempt_mask()
405 val = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_commit_preemptible_tcs()
H A Dam65-cpsw-ethtool.c773 val = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_port_iet_tx_enable()
779 writel(val, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_port_iet_tx_enable()
794 iet_ctrl = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_get_mm()
869 val = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_set_mm()
884 writel(val, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_set_mm()
H A Dam65-cpsw-qos.h140 #define AM65_CPSW_PN_REG_IET_CTRL 0x040 macro