Searched refs:rstout (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/watchdog/ |
D | orion_wdt.c | 69 void __iomem *rstout; member 206 reg = readl(dev->rstout); in armada375_start() 208 writel(reg, dev->rstout); in armada375_start() 231 reg = readl(dev->rstout); in armada370_start() 233 writel(reg, dev->rstout); in armada370_start() 250 atomic_io_modify(dev->rstout, dev->data->rstout_enable_bit, in orion_start() 269 atomic_io_modify(dev->rstout, dev->data->rstout_enable_bit, 0); in orion_stop() 285 reg = readl(dev->rstout); in armada375_stop() 287 writel(reg, dev->rstout); in armada375_stop() 301 reg = readl(dev->rstout); in armada370_stop() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-39x-pinctrl.txt | 29 mpp12 12 gpio, pcie0(rstout), dev(ad14), led(stb) 32 mpp15 15 gpio, pcie0(rstout), spi0(mosi), i2c1(sck) 62 mpp45 45 gpio, ref(clk), pcie0(rstout), ua1(rxd) 63 mpp46 46 gpio, ref(clk), pcie0(rstout), ua1(txd), led(stb) 67 mpp50 50 gpio, pcie0(rstout), tdm(drx) [1], audio(extclk) [1], sd(cmd), ua2(rxd) 69 mpp52 52 gpio, pcie0(rstout), tdm(intn) [1], audio(sdi) [1], sd(d6), i2c3(sck) 71 mpp54 54 gpio, sata0(present) [1], sata1(present) [1], pcie0(rstout), sd(d3), ua3(txd) 76 mpp59 59 gpio, pcie0(rstout), i2c1(sda), spi1(cs0), sd(d2)
|
D | marvell,armada-38x-pinctrl.txt | 30 mpp12 12 gpio, ge0(rxd0), pcie0(rstout), spi0(cs1), dev(ad14), pcie3(clkreq) 33 mpp15 15 gpio, ge0(rxd3), ge(mdc slave), pcie0(rstout), spi0(mosi) 63 mpp45 45 gpio, ref(clk_out0), pcie0(rstout) 64 mpp46 46 gpio, ref(clk_out1), pcie0(rstout) 68 mpp50 50 gpio, pcie0(rstout), tdm2c(drx), audio(extclk), sd0(cmd) 70 mpp52 52 gpio, pcie0(rstout), tdm2c(intn), audio(sdi), sd0(d6) 72 mpp54 54 gpio, sata0(prsnt), sata1(prsnt), pcie0(rstout), ge0(txerr), sd0(d3) 77 mpp59 59 gpio, pcie0(rstout), i2c1(sda), spi1(cs0), sd0(d2)
|
D | marvell,orion-pinctrl.txt | 22 mpp0 0 pcie(rstout), pci(req2), gpio 47 mpp0 0 pcie(rstout), pci(req2), gpio 72 mpp0 0 pcie(rstout), pci(req2), gpio
|
D | marvell,armada-xp-pinctrl.txt | 65 mpp43 43 gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout)
|
D | marvell,dove-pinctrl.txt | 28 mpp8 8 gpio, pmu, watchdog(rstout), pmu*
|
/linux-4.1.27/drivers/block/ |
D | mg_disk.c | 130 unsigned int rstout; member 268 static unsigned int mg_wait_rstout(u32 rstout, u32 msec) in mg_wait_rstout() argument 274 if (gpio_get_value(rstout) == 1) in mg_wait_rstout() 909 host->rstout = rsc->start; in mg_probe() 910 err = gpio_request(host->rstout, MG_RSTOUT_PIN); in mg_probe() 913 gpio_direction_input(host->rstout); in mg_probe() 919 err = mg_wait_rstout(host->rstout, MG_TMAX_RSTOUT); in mg_probe() 1026 gpio_free(host->rstout); in mg_probe() 1064 gpio_free(host->rstout); in mg_remove()
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | marvel.txt | 13 rstout enable address.
|