Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c325 ctrl = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
327 writel(ctrl, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
330 ctrl = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
332 writel(ctrl, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_verify_wait()
366 val = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_set_preempt_mask()
369 writel(val, port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_set_preempt_mask()
428 val = readl(port->port_base + AM65_CPSW_PN_REG_IET_CTRL); in am65_cpsw_iet_commit_preemptible_tcs()
H A Dam65-cpsw-qos.h140 #define AM65_CPSW_PN_REG_IET_CTRL 0x040 macro