Searched +full:bcm6345 +full:- +full:reset (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/reset/ |
D | brcm,bcm6345-reset.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/reset/brcm,bcm6345-reset.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 title: BCM6345 reset controller 9 description: This document describes the BCM6345 reset controller. 12 - Álvaro Fernández Rojas <noltari@gmail.com> 16 const: brcm,bcm6345-reset 21 "#reset-cells": 25 - compatible [all …]
|
/Linux-v6.1/arch/mips/boot/dts/brcm/ |
D | bcm6358.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm6358-clock.h" 4 #include "dt-bindings/reset/bcm6358-reset.h" 7 #address-cells = <1>; 8 #size-cells = <1>; 12 #address-cells = <1>; 13 #size-cells = <0>; 15 mips-hpt-frequency = <150000000>; 31 periph_osc: periph-osc { 32 compatible = "fixed-clock"; [all …]
|
D | bcm6362.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm6362-clock.h" 4 #include "dt-bindings/reset/bcm6362-reset.h" 5 #include "dt-bindings/soc/bcm6362-pm.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 13 #address-cells = <1>; 14 #size-cells = <0>; 16 mips-hpt-frequency = <200000000>; 32 periph_osc: periph-osc { [all …]
|
D | bcm6368.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm6368-clock.h" 4 #include "dt-bindings/reset/bcm6368-reset.h" 7 #address-cells = <1>; 8 #size-cells = <1>; 12 #address-cells = <1>; 13 #size-cells = <0>; 15 mips-hpt-frequency = <200000000>; 31 periph_osc: periph-osc { 32 compatible = "fixed-clock"; [all …]
|
D | bcm6328.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm6328-clock.h" 4 #include "dt-bindings/reset/bcm6328-reset.h" 5 #include "dt-bindings/soc/bcm6328-pm.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 13 #address-cells = <1>; 14 #size-cells = <0>; 16 mips-hpt-frequency = <160000000>; 32 periph_osc: periph-osc { [all …]
|
D | bcm63268.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm63268-clock.h" 4 #include "dt-bindings/reset/bcm63268-reset.h" 5 #include "dt-bindings/soc/bcm63268-pm.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 13 #address-cells = <1>; 14 #size-cells = <0>; 16 mips-hpt-frequency = <200000000>; 32 periph_osc: periph-osc { [all …]
|
/Linux-v6.1/drivers/reset/ |
D | reset-bcm6345.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * BCM6345 Reset Controller Driver 13 #include <linux/reset-controller.h> 38 spin_lock_irqsave(&bcm6345_reset->lock, flags); in bcm6345_reset_update() 39 val = __raw_readl(bcm6345_reset->base); in bcm6345_reset_update() 44 __raw_writel(val, bcm6345_reset->base); in bcm6345_reset_update() 45 spin_unlock_irqrestore(&bcm6345_reset->lock, flags); in bcm6345_reset_update() 71 * Ensure component is taken out reset state by sleeping also after in bcm6345_reset_reset() 72 * deasserting the reset. Otherwise, the component may not be ready in bcm6345_reset_reset() 86 return !(__raw_readl(bcm6345_reset->base) & BIT(id)); in bcm6345_reset_status() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 bool "Reset Controller Support" 9 Generic Reset Controller support. 11 This framework is designed to abstract reset handling of devices 12 via GPIOs or SoC-internal reset controller modules. 19 tristate "Altera Arria10 System Resource Reset" 22 This option enables support for the external reset functions for 26 bool "AR71xx Reset Driver" if COMPILE_TEST 29 This enables the ATH79 reset controller driver that supports the 30 AR71xx SoC reset controller. [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-y += core.o 3 obj-y += hisilicon/ 4 obj-$(CONFIG_ARCH_STI) += sti/ 5 obj-$(CONFIG_ARCH_TEGRA) += tegra/ 6 obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o 7 obj-$(CONFIG_RESET_ATH79) += reset-ath79.o 8 obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o 9 obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o 10 obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | bcm63138.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/interrupt-controller/irq.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 14 interrupt-parent = <&gic>; 22 #address-cells = <1>; 23 #size-cells = <0>; 27 compatible = "arm,cortex-a9"; 28 next-level-cache = <&L2>; [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/broadcom/bcmbca/ |
D | bcm4908.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 #include <dt-bindings/interrupt-controller/irq.h> 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/phy/phy.h> 6 #include <dt-bindings/soc/bcm-pmb.h> 8 /dts-v1/; 11 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 21 stdout-path = "serial0:115200n8"; [all …]
|
/Linux-v6.1/drivers/tty/serial/ |
D | bcm63xx_uart.c | 1 // SPDX-License-Identifier: GPL-2.0 37 * - rx fifo full 38 * - rx fifo above threshold 39 * - rx fifo not empty for too long 53 * - tx fifo empty 54 * - tx fifo below threshold 76 return __raw_readl(port->membase + offset); in bcm_uart_readl() 82 __raw_writel(value, port->membase + offset); in bcm_uart_writel() 204 spin_lock_irqsave(&port->lock, flags); in bcm_uart_break_ctl() 213 spin_unlock_irqrestore(&port->lock, flags); in bcm_uart_break_ctl() [all …]
|
/Linux-v6.1/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 90 /* BCM6345 clock bits are shifted by 16 on the left, because of the test 91 * control register which is 16-bits wide. That way we do not have any 92 * specific BCM6345 code for handling clocks, and writing 0 to the test 269 /* Soft Reset register */ 460 /* Watchdog reset length register */ 463 /* Watchdog soft reset register (BCM6328 only) */ 996 /* Endpoint<->DMA mappings */ 1003 /* Misc per-endpoint settings */ 1267 #define SPI_6348_CMD 0x00 /* 16-bits register */ [all …]
|