Searched +full:sig +full:- +full:dir +full:- +full:dat74 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Linus Walleij <linus.walleij@linaro.org>11 - Ulf Hansson <ulf.hansson@linaro.org>20 - $ref: /schemas/arm/primecell.yaml#21 - $ref: mmc-controller.yaml#29 - arm,pl18030 - arm,pl18131 - arm,pl18x[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 …]