Searched refs:retime (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 35 - st,retime-pin-mask : Should be mask to specify which pins can be retimed. 114 Every PIO is represented with 4-7 parameters depending on retime configuration. 129 Possible retime configuration are: 141 - delay is retime delay in pico seconds as mentioned in data sheet. 143 - rt_clk :clk to be use for retime. 150 Example of mmcclk pin which is a bi-direction pull pu with retime config
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-st.c | 224 struct regmap_field *retime; member 537 st_regmap_field_bit_set_clear_pin(rt_p->retime, in st_pinconf_set_retime_packed() 557 int retime = ST_PINCONF_UNPACK_RT(config); in st_pinconf_set_retime_dedicated() local 568 ((retime) << RT_D_CFG_RETIME_SHIFT) | in st_pinconf_set_retime_dedicated() 608 if (!regmap_field_read(rt_p->retime, &val) && (val & BIT(pin))) in st_pinconf_get_retime_packed() 1063 struct reg_field retime = RT_P_CFG1_RETIME_FIELD(reg + 4); in st_pctl_dt_setup_retime_packed() local 1071 rt_p->retime = devm_regmap_field_alloc(dev, rm, retime); in st_pctl_dt_setup_retime_packed() 1077 IS_ERR(rt_p->retime) || IS_ERR(rt_p->clknotdata) || in st_pctl_dt_setup_retime_packed()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | stih418-b2199.dts | 107 st,tx-retime-src = "clkgen";
|
D | stihxxx-b2120.dtsi | 145 st,tx-retime-src = "clkgen";
|
D | stih407-pinctrl.dtsi | 107 st,retime-pin-mask = <0x3f>; 1023 st,retime-pin-mask = <0x7f>;
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | sti-dwmac.txt | 23 - st,tx-retime-src: This specifies which clk is wired up to the mac for
|