Searched +full:txclk +full:- +full:tapnum (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/mmc/snps,dwcmshc-sdhci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Ulf Hansson <ulf.hansson@linaro.org>11 - Jisheng Zhang <Jisheng.Zhang@synaptics.com>14 - $ref: mmc-controller.yaml#19 - rockchip,rk3568-dwcmshc20 - rockchip,rk3588-dwcmshc21 - snps,dwcmshc-sdhci[all …]
1 // SPDX-License-Identifier: GPL-2.012 #include <linux/dma-mapping.h>22 #include "sdhci-pltfm.h"76 ((addr | (SZ_128M - 1)) == ((addr + len - 1) | (SZ_128M - 1)))111 offset = addr & (SZ_128M - 1); in dwcmshc_adma_write_desc()112 tmplen = SZ_128M - offset; in dwcmshc_adma_write_desc()116 len -= tmplen; in dwcmshc_adma_write_desc()124 if (pltfm_host->clk) in dwcmshc_get_max_clock()127 return pltfm_host->clock; in dwcmshc_get_max_clock()134 return clk_round_rate(pltfm_host->clk, ULONG_MAX); in rk35xx_get_max_clock()[all …]