Searched refs:ethqos (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-qcom-ethqos.c | 109 int (*configure_func)(struct qcom_ethqos *ethqos, int speed); 124 static int rgmii_readl(struct qcom_ethqos *ethqos, unsigned int offset) in rgmii_readl() argument 126 return readl(ethqos->rgmii_base + offset); in rgmii_readl() 129 static void rgmii_writel(struct qcom_ethqos *ethqos, in rgmii_writel() argument 132 writel(value, ethqos->rgmii_base + offset); in rgmii_writel() 135 static void rgmii_updatel(struct qcom_ethqos *ethqos, in rgmii_updatel() argument 140 temp = rgmii_readl(ethqos, offset); in rgmii_updatel() 142 rgmii_writel(ethqos, temp, offset); in rgmii_updatel() 147 struct qcom_ethqos *ethqos = priv; in rgmii_dump() local 148 struct device *dev = ðqos in rgmii_dump() 172 ethqos_update_link_clk(struct qcom_ethqos * ethqos,int speed) ethqos_update_link_clk() argument 187 qcom_ethqos_set_sgmii_loopback(struct qcom_ethqos * ethqos,bool enable) qcom_ethqos_set_sgmii_loopback() argument 199 ethqos_set_func_clk_en(struct qcom_ethqos * ethqos) ethqos_set_func_clk_en() argument 306 ethqos_dll_configure(struct qcom_ethqos * ethqos) ethqos_dll_configure() argument 387 ethqos_rgmii_macro_init(struct qcom_ethqos * ethqos,int speed) ethqos_rgmii_macro_init() argument 541 ethqos_configure_rgmii(struct qcom_ethqos * ethqos,int speed) ethqos_configure_rgmii() argument 617 ethqos_set_serdes_speed(struct qcom_ethqos * ethqos,int speed) ethqos_set_serdes_speed() argument 633 ethqos_configure_sgmii(struct qcom_ethqos * ethqos,int speed) ethqos_configure_sgmii() argument 680 ethqos_configure(struct qcom_ethqos * ethqos,int speed) ethqos_configure() argument 687 struct qcom_ethqos *ethqos = priv; ethqos_fix_mac_speed() local 696 struct qcom_ethqos *ethqos = priv; qcom_ethqos_serdes_powerup() local 712 struct qcom_ethqos *ethqos = priv; qcom_ethqos_serdes_powerdown() local 720 struct qcom_ethqos *ethqos = priv; ethqos_clks_config() local 772 struct qcom_ethqos *ethqos; qcom_ethqos_probe() local [all...] |
H A D | Makefile | 22 obj-$(CONFIG_DWMAC_QCOM_ETHQOS) += dwmac-qcom-ethqos.o
|
/linux/arch/arm64/boot/dts/tesla/ |
H A D | fsd.dtsi | 983 compatible = "tesla,fsd-ethqos"; 1042 compatible = "tesla,fsd-ethqos";
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | qcs404.dtsi | 1052 compatible = "qcom,qcs404-ethqos";
|
H A D | qcs8300.dtsi | 5506 compatible = "qcom,qcs8300-ethqos", "qcom,sa8775p-ethqos";
|
H A D | sc8280xp.dtsi | 823 compatible = "qcom,sc8280xp-ethqos"; 6014 compatible = "qcom,sc8280xp-ethqos";
|
H A D | sm8150.dtsi | 942 compatible = "qcom,sm8150-ethqos";
|
/linux/ |
H A D | MAINTAINERS | 20717 F: Documentation/devicetree/bindings/net/qcom,ethqos.yaml 20718 F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
|