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/
14 #include "am65-cpsw-qos.h"
111 struct am65_cpts *cpts; member
131 #define am65_ndev_to_port(ndev) (am65_ndev_to_priv(ndev)->port)
132 #define am65_ndev_to_common(ndev) (am65_ndev_to_port(ndev)->common)
133 #define am65_ndev_to_slave(ndev) (&am65_ndev_to_port(ndev)->slave)
135 #define am65_common_get_host(common) (&(common)->host)
136 #define am65_common_get_port(common, id) (&(common)->ports[(id) - 1])
143 #define AM65_CPSW_DRV_NAME "am65-cpsw-nuss"
145 #define AM65_CPSW_IS_CPSW2G(common) ((common)->port_num == 1)