Home
last modified time | relevance | path

Searched full:extrst (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/watchdog/
H A Dmediatek,mtk-wdt.yaml57 mediatek,disable-extrst:
88 mediatek,disable-extrst;
H A Daspeed,ast2400-wdt.yaml51 EXTRST had been asserted.
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8195-cherry-tomato-r3.dts54 /delete-property/ mediatek,disable-extrst;
H A Dmt8195.dtsi859 mediatek,disable-extrst;
/linux/Documentation/devicetree/bindings/pinctrl/
H A Daspeed,ast2400-pinctrl.yaml59 - EXTRST
/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h69 * * SCU80[15]: Enable SPICS1# or EXTRST# function pin
73 …* E18 GPIOB7 EXTRST# SCU3C[3]=1 & SCU80[15]=1 & SCU90[31]=0 SPICS1# SCU3C[3]=1 & …
335 * Ball E18 demonstrates a function, EXTRST, that requires multiple descriptors
364 * .signal = "EXTRST",
365 * .function = "EXTRST",
H A Dpinctrl-aspeed-g4.c154 SIG_EXPR_LIST_DECL_SINGLE(E18, EXTRST, EXTRST,
161 PIN_DECL_2(E18, GPIOB7, EXTRST, SPICS1);
163 FUNC_GROUP_DECL(EXTRST, E18);
2151 ASPEED_PINCTRL_GROUP(EXTRST),
2306 ASPEED_PINCTRL_FUNC(EXTRST),
/linux/drivers/watchdog/
H A Dmtk_wdt.c464 of_property_read_bool(dev->of_node, "mediatek,disable-extrst"); in mtk_wdt_probe()