Searched refs:rstc (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/reset/ |
| D | sirf,rstc.txt | 8 - compatible: Should be "sirf,prima2-rstc" or "sirf,marco-rstc" 15 rstc: reset-controller@88010000 { 16 compatible = "sirf,prima2-rstc"; 24 The reset controller(rstc) manages various reset sources. This module provides 26 reset line on the rstc in their resets property, containing a phandle to the 27 rstc device node and a RESET_INDEX specifying which module to reset, as described 41 resets = <&rstc 6>;
|
| D | nuvoton,npcm-reset.txt | 15 rstc: rstc@f0801000 { 28 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI1>;
|
| HD | zynq-reset.txt | 17 rstc: rstc@200 {
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | sunplus-sp7021.dtsi | 57 resets = <&rstc RST_OTPRX>; 85 resets = <&rstc RST_GPIO>; 172 rstc: reset@54 { label 183 resets = <&rstc RST_RTC>; 196 resets = <&rstc RST_SPI_COMBO_0>; 213 resets = <&rstc RST_SPI_COMBO_1>; 226 resets = <&rstc RST_SPI_COMBO_2>; 239 resets = <&rstc RST_SPI_COMBO_3>; 248 resets = <&rstc RST_UA0>; 258 resets = <&rstc RST_UA1>; [all …]
|
| HD | atlas6.dtsi | 71 rstc: reset-controller@88010000 { label 72 compatible = "sirf,prima2-rstc"; 132 resets = <&rstc 6>; 174 resets = <&rstc 1>; 182 resets = <&rstc 2>; 190 resets = <&rstc 0>; 314 resets = <&rstc 26>; 330 resets = <&rstc 27>;
|
| HD | prima2.dtsi | 82 rstc: reset-controller@88010000 { label 83 compatible = "sirf,prima2-rstc"; 138 resets = <&rstc 6>; 180 resets = <&rstc 1>; 188 resets = <&rstc 2>; 196 resets = <&rstc 0>;
|
| HD | nuvoton-common-npcm7xx.dtsi | 109 rstc: rstc@f0801000 { label 233 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI1>; 247 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI2>; 329 resets = <&rstc NPCM7XX_RESET_IPSRST1 NPCM7XX_RESET_ADC>;
|
| HD | at91-wb45n.dtsi | 31 compatible = "atmel,sama5d3-rstc";
|
| HD | zynq-7000.dtsi | 332 rstc: rstc@200 { label
|
| HD | sama5d3.dtsi | 1014 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
|
| HD | at91sam9261.dtsi | 612 compatible = "atmel,at91sam9260-rstc";
|
| HD | sama5d4.dtsi | 738 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
|
| HD | at91sam9rl.dtsi | 776 compatible = "atmel,at91sam9260-rstc";
|
| HD | at91sam9260.dtsi | 128 compatible = "atmel,at91sam9260-rstc";
|
| HD | at91sam9n12.dtsi | 131 compatible = "atmel,at91sam9g45-rstc";
|
| HD | at91sam9263.dtsi | 156 compatible = "atmel,at91sam9260-rstc";
|
| HD | at91sam9x5.dtsi | 139 compatible = "atmel,at91sam9g45-rstc";
|
| HD | sama5d2.dtsi | 678 compatible = "atmel,sama5d3-rstc";
|
| HD | at91sam9g45.dtsi | 142 compatible = "atmel,at91sam9g45-rstc";
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/iio/adc/ |
| D | nuvoton,npcm-adc.txt | 25 resets = <&rstc NPCM7XX_RESET_IPSRST1 NPCM7XX_RESET_ADC>;
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/spi/ |
| HD | spi-sirf.txt | 41 resets = <&rstc 26>;
|
| D | nuvoton,npcm-pspi.txt | 34 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI1>
|
| /freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7915/ |
| HD | soc.c | 188 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset() 194 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset() 1221 dev->rstc = devm_reset_control_get(pdev, "consys"); in mt798x_wmac_init() 1222 if (IS_ERR(dev->rstc)) in mt798x_wmac_init() 1223 return PTR_ERR(dev->rstc); in mt798x_wmac_init()
|
| HD | mt7915.h | 317 struct reset_control *rstc; member
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm64/nuvoton/ |
| HD | nuvoton-common-npcm8xx.dtsi | 50 rstc: reset-controller@f0801000 { label
|
12