Lines Matching +full:am65 +full:- +full:cpts
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
15 #include <linux/soc/ti/k3-ringacc.h>
18 #include "am65-cpsw-qos.h"
84 spinlock_t lock; /* protect TX rings in multi-port mode */
172 struct am65_cpts *cpts; member
208 #define am65_ndev_to_port(ndev) (am65_ndev_to_priv(ndev)->port)
209 #define am65_ndev_to_common(ndev) (am65_ndev_to_port(ndev)->common)
210 #define am65_ndev_to_slave(ndev) (&am65_ndev_to_port(ndev)->slave)
212 #define am65_common_get_host(common) (&(common)->host)
213 #define am65_common_get_port(common, id) (&(common)->ports[(id) - 1])
220 #define AM65_CPSW_DRV_NAME "am65-cpsw-nuss"
222 #define AM65_CPSW_IS_CPSW2G(common) ((common)->port_num == 1)