Searched refs:retime (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 36 - st,retime-pin-mask : Should be mask to specify which pins can be retimed. 111 Every PIO is represented with 4-7 parameters depending on retime configuration. 126 Possible retime configuration are: 138 - delay is retime delay in pico seconds as mentioned in data sheet. 140 - rt_clk :clk to be use for retime. 147 Example of mmcclk pin which is a bi-direction pull pu with retime config
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-st.c | 227 struct regmap_field *retime; member 576 st_regmap_field_bit_set_clear_pin(rt_p->retime, in st_pinconf_set_retime_packed() 596 int retime = ST_PINCONF_UNPACK_RT(config); in st_pinconf_set_retime_dedicated() local 607 ((retime) << RT_D_CFG_RETIME_SHIFT) | in st_pinconf_set_retime_dedicated() 647 if (!regmap_field_read(rt_p->retime, &val) && (val & BIT(pin))) in st_pinconf_get_retime_packed() 1126 struct reg_field retime = RT_P_CFG1_RETIME_FIELD(reg + 4); in st_pctl_dt_setup_retime_packed() local 1134 rt_p->retime = devm_regmap_field_alloc(dev, rm, retime); in st_pctl_dt_setup_retime_packed() 1140 IS_ERR(rt_p->retime) || IS_ERR(rt_p->clknotdata) || in st_pctl_dt_setup_retime_packed()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | stih41x-b2020.dtsi | 70 st,tx-retime-src = "clk_125";
|
D | stih41x-b2000.dtsi | 66 st,tx-retime-src = "txclk";
|
D | stih416-pinctrl.dtsi | 106 st,retime-pin-mask = <0x7f>; 421 st,retime-pin-mask = <0xf>; 633 st,retime-pin-mask = <0xf>;
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | sti-dwmac.txt | 23 - st,tx-retime-src: This specifies which clk is wired up to the mac for
|