Searched +full:sp7021 +full:- +full:mmc (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/mmc/sunplus,mmc.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Sunplus MMC Controller11 - Tony Huang <tonyhuang.sunplus@gmail.com>12 - Li-hao Kuo <lhjeff911@gmail.com>15 - $ref: mmc-controller.yaml20 - sunplus,sp7021-mmc35 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Author: Li-hao Kuo <lhjeff911@gmail.com>11 #include <linux/dma-mapping.h>14 #include <linux/mmc/core.h>15 #include <linux/mmc/host.h>16 #include <linux/mmc/mmc.h>17 #include <linux/mmc/sdio.h>18 #include <linux/mmc/slot-gpio.h>167 struct mmc_host *mmc; member180 return readl_poll_timeout(host->base + SPMMC_SD_STATE_REG, state, in spmmc_wait_finish()[all …]