Home
last modified time | relevance | path

Searched refs:ethqos (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c95 static int rgmii_readl(struct qcom_ethqos *ethqos, unsigned int offset) in rgmii_readl() argument
97 return readl(ethqos->rgmii_base + offset); in rgmii_readl()
100 static void rgmii_writel(struct qcom_ethqos *ethqos, in rgmii_writel() argument
103 writel(value, ethqos->rgmii_base + offset); in rgmii_writel()
106 static void rgmii_updatel(struct qcom_ethqos *ethqos, in rgmii_updatel() argument
111 temp = rgmii_readl(ethqos, offset); in rgmii_updatel()
113 rgmii_writel(ethqos, temp, offset); in rgmii_updatel()
116 static void rgmii_dump(struct qcom_ethqos *ethqos) in rgmii_dump() argument
118 dev_dbg(&ethqos->pdev->dev, "Rgmii register dump\n"); in rgmii_dump()
119 dev_dbg(&ethqos in rgmii_dump()
145 ethqos_update_rgmii_clk(struct qcom_ethqos *ethqos, unsigned int speed) ethqos_update_rgmii_clk() argument
164 ethqos_set_func_clk_en(struct qcom_ethqos *ethqos) ethqos_set_func_clk_en() argument
184 ethqos_dll_configure(struct qcom_ethqos *ethqos) ethqos_dll_configure() argument
260 ethqos_rgmii_macro_init(struct qcom_ethqos *ethqos) ethqos_rgmii_macro_init() argument
378 ethqos_configure(struct qcom_ethqos *ethqos) ethqos_configure() argument
443 struct qcom_ethqos *ethqos = priv; ethqos_fix_mac_speed() local
456 struct qcom_ethqos *ethqos; qcom_ethqos_probe() local
530 struct qcom_ethqos *ethqos; qcom_ethqos_remove() local
[all...]
H A DMakefile21 obj-$(CONFIG_DWMAC_QCOM_ETHQOS) += dwmac-qcom-ethqos.o
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c103 int (*configure_func)(struct qcom_ethqos *ethqos);
117 static int rgmii_readl(struct qcom_ethqos *ethqos, unsigned int offset) in rgmii_readl() argument
119 return readl(ethqos->rgmii_base + offset); in rgmii_readl()
122 static void rgmii_writel(struct qcom_ethqos *ethqos, in rgmii_writel() argument
125 writel(value, ethqos->rgmii_base + offset); in rgmii_writel()
128 static void rgmii_updatel(struct qcom_ethqos *ethqos, in rgmii_updatel() argument
133 temp = rgmii_readl(ethqos, offset); in rgmii_updatel()
135 rgmii_writel(ethqos, temp, offset); in rgmii_updatel()
140 struct qcom_ethqos *ethqos = priv; in rgmii_dump() local
141 struct device *dev = &ethqos in rgmii_dump()
170 ethqos_update_link_clk(struct qcom_ethqos *ethqos, unsigned int speed) ethqos_update_link_clk() argument
189 ethqos_set_func_clk_en(struct qcom_ethqos *ethqos) ethqos_set_func_clk_en() argument
293 ethqos_dll_configure(struct qcom_ethqos *ethqos) ethqos_dll_configure() argument
374 ethqos_rgmii_macro_init(struct qcom_ethqos *ethqos) ethqos_rgmii_macro_init() argument
528 ethqos_configure_rgmii(struct qcom_ethqos *ethqos) ethqos_configure_rgmii() argument
607 ethqos_configure_sgmii(struct qcom_ethqos *ethqos) ethqos_configure_sgmii() argument
638 ethqos_configure(struct qcom_ethqos *ethqos) ethqos_configure() argument
645 struct qcom_ethqos *ethqos = priv; ethqos_fix_mac_speed() local
654 struct qcom_ethqos *ethqos = priv; qcom_ethqos_serdes_powerup() local
670 struct qcom_ethqos *ethqos = priv; qcom_ethqos_serdes_powerdown() local
678 struct qcom_ethqos *ethqos = priv; ethqos_clks_config() local
730 struct qcom_ethqos *ethqos; qcom_ethqos_probe() local
[all...]
H A DMakefile22 obj-$(CONFIG_DWMAC_QCOM_ETHQOS) += dwmac-qcom-ethqos.o

Completed in 2 milliseconds