Searched +full:db8500 +full:- +full:dma40 (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/dma/stericsson,dma40.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ST-Ericsson DMA40 DMA Engine10 - Linus Walleij <linus.walleij@linaro.org>13 - $ref: dma-controller.yaml#16 "#dma-cells":20 table for DB8500 which is the only ASIC known to use DMA40:32 10: Multi-Channel Display Engine MCDE RX[all …]
1 * DMA40 DMA Controller4 - compatible: "stericsson,dma40"5 - reg: Address range of the DMAC registers6 - reg-names: Names of the above areas to use during resource look-up7 - interrupt: Should contain the DMAC interrupt number8 - #dma-cells: must be <3>9 - memcpy-channels: Channels to be used for memcpy12 - dma-channels: Number of channels supported by hardware - if not present14 - disabled-channels: Channels which can not be used18 dma: dma-controller@801c0000 {[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/clock/ste-db8500-clkout.h>9 #include <dt-bindings/reset/stericsson,db8500-prcc-reset.h>10 #include <dt-bindings/mfd/dbx500-prcmu.h>11 #include <dt-bindings/arm/ux500_pm_domains.h>12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/thermal/thermal.h>16 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/mfd/dbx500-prcmu.h>9 #include <dt-bindings/arm/ux500_pm_domains.h>10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/thermal/thermal.h>14 #address-cells = <1>;15 #size-cells = <1>;37 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * DB8500 PRCM Unit driver6 * Copyright (C) ST-Ericsson SA 201035 #include <linux/mfd/dbx500-prcmu.h>37 #include <linux/regulator/db8500-prcmu.h>39 #include "db8500-prcmu-regs.h"227 #define ALL_MBOX_BITS (MBOX_BIT(NUM_MB) - 1)332 #define VALID_WAKEUPS (BIT(NUM_PRCMU_WAKEUP_INDICES) - 1)347 * mb0_transfer - state needed for mailbox 0 communication.368 * mb1_transfer - state needed for mailbox 1 communication.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * DB8500 PRCM Unit driver6 * Copyright (C) ST-Ericsson SA 201035 #include <linux/mfd/dbx500-prcmu.h>37 #include <linux/regulator/db8500-prcmu.h>40 #include "dbx500-prcmu-regs.h"228 #define ALL_MBOX_BITS (MBOX_BIT(NUM_MB) - 1)333 #define VALID_WAKEUPS (BIT(NUM_PRCMU_WAKEUP_INDICES) - 1)348 * mb0_transfer - state needed for mailbox 0 communication.369 * mb1_transfer - state needed for mailbox 1 communication.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * linux/drivers/mmc/host/mmci.c - ARM PrimeCell MMCI PL180/1 driver6 * Copyright (C) 2010 ST-Ericsson SA26 #include <linux/mmc/slot-gpio.h>33 #include <linux/dma-mapping.h>45 #define DRIVER_NAME "mmci-pl18x"341 spin_lock_irqsave(&host->lock, flags); in mmci_card_busy()342 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()344 spin_unlock_irqrestore(&host->lock, flags); in mmci_card_busy()358 if (host->cclk < 25000000) in mmci_reg_delay()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * linux/drivers/mmc/host/mmci.c - ARM PrimeCell MMCI PL180/1 driver6 * Copyright (C) 2010 ST-Ericsson SA26 #include <linux/mmc/slot-gpio.h>33 #include <linux/dma-mapping.h>47 #define DRIVER_NAME "mmci-pl18x"373 spin_lock_irqsave(&host->lock, flags); in mmci_card_busy()374 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy()376 spin_unlock_irqrestore(&host->lock, flags); in mmci_card_busy()390 if (host->cclk < 25000000) in mmci_reg_delay()[all …]