Searched refs:plat (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/ethernet/ |
H A D | dwmac-rk-tool.c | 167 if (likely(priv->plat->fix_mac_speed)) { in dwmac_rk_enable_mac_loopback() 168 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in dwmac_rk_enable_mac_loopback() 251 if (likely(priv->plat->fix_mac_speed)) { in dwmac_rk_enable_phy_loopback() 252 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in dwmac_rk_enable_phy_loopback() 704 u32 rx_channels_count = min_t(u32, priv->plat->rx_queues_to_use, 1); in dwmac_rk_loopback_run_first() 705 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_loopback_run_first() 750 if (priv->plat->has_gmac4) { in dwmac_rk_loopback_run_first() 1036 u32 rx_channels_count = min_t(u32, priv->plat in dwmac_rk_init_dma_engine() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-rk-tool.c | 176 if (likely(priv->plat->fix_mac_speed)) in dwmac_rk_enable_mac_loopback() 177 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in dwmac_rk_enable_mac_loopback() 260 if (likely(priv->plat->fix_mac_speed)) in dwmac_rk_enable_phy_loopback() 261 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in dwmac_rk_enable_phy_loopback() 724 u32 rx_channels_count = min_t(u32, priv->plat->rx_queues_to_use, 1); in __dwmac_rk_loopback_run() 725 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in __dwmac_rk_loopback_run() 766 if (priv->plat->has_gmac4) { in __dwmac_rk_loopback_run() 1078 u32 rx_channels_count = min_t(u32, priv->plat in dwmac_rk_init_dma_engine() [all...] |
H A D | stmmac.h | 194 struct plat_stmmacenet_data *plat; member
|
/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-rk.c | 1611 static int rk_gmac_clk_init(struct plat_stmmacenet_data *plat)
in rk_gmac_clk_init() argument 1613 struct rk_priv_data *bsp_priv = plat->bsp_priv;
in rk_gmac_clk_init() 1676 if (plat->phy_node) {
in rk_gmac_clk_init() 1677 bsp_priv->clk_phy = of_clk_get(plat->phy_node, 0);
in rk_gmac_clk_init() 1808 static struct rk_priv_data *rk_gmac_setup(struct platform_device *pdev, struct plat_stmmacenet_data *plat,
in rk_gmac_setup() argument 1824 bsp_priv->bus_id = plat->bus_id;
in rk_gmac_setup() 1885 if (plat->phy_node) {
in rk_gmac_setup() 1886 bsp_priv->integrated_phy = of_property_read_bool(plat->phy_node, "phy-is-integrated");
in rk_gmac_setup() 1888 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL);
in rk_gmac_setup() 2014 struct rk_priv_data *bsp_priv = priv->plat in dwmac_rk_set_rgmii_delayline() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/ |
H A D | Makefile | 79 plat-objs = $(oal-objs) $(oam-objs) $(board-objs) $(frw-objs) $(adapter-objs) 127 COBJS = $(wifi-objs) $(plat-objs)
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | stmmac.h | 194 struct plat_stmmacenet_data *plat; member
|
Completed in 10 milliseconds