Searched refs:retime (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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-6.1.9/drivers/pinctrl/ |
D | pinctrl-st.c | 221 struct regmap_field *retime; member 534 st_regmap_field_bit_set_clear_pin(rt_p->retime, in st_pinconf_set_retime_packed() 553 int retime = ST_PINCONF_UNPACK_RT(config); in st_pinconf_set_retime_dedicated() local 564 ((retime) << RT_D_CFG_RETIME_SHIFT) | in st_pinconf_set_retime_dedicated() 604 if (!regmap_field_read(rt_p->retime, &val) && (val & BIT(pin))) in st_pinconf_get_retime_packed() 1066 struct reg_field retime = RT_P_CFG1_RETIME_FIELD(reg + 4); in st_pctl_dt_setup_retime_packed() local 1074 rt_p->retime = devm_regmap_field_alloc(dev, rm, retime); in st_pctl_dt_setup_retime_packed() 1080 IS_ERR(rt_p->retime) || IS_ERR(rt_p->clknotdata) || in st_pctl_dt_setup_retime_packed()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | stih418-b2199.dts | 103 st,tx-retime-src = "clkgen";
|
D | stih418-b2264.dts | 109 st,tx-retime-src = "clkgen";
|
D | stihxxx-b2120.dtsi | 147 st,tx-retime-src = "clkgen";
|
D | stih407-pinctrl.dtsi | 104 st,retime-pin-mask = <0x3f>; 1020 st,retime-pin-mask = <0x7f>;
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | sti-dwmac.txt | 23 - st,tx-retime-src: This specifies which clk is wired up to the mac for
|