Home
last modified time | relevance | path

Searched full:sdc (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.14.4/drivers/dma/
Dsun6i-dma.c1286 struct sun6i_dma_dev *sdc; in sun6i_dma_probe() local
1289 sdc = devm_kzalloc(&pdev->dev, sizeof(*sdc), GFP_KERNEL); in sun6i_dma_probe()
1290 if (!sdc) in sun6i_dma_probe()
1293 sdc->cfg = of_device_get_match_data(&pdev->dev); in sun6i_dma_probe()
1294 if (!sdc->cfg) in sun6i_dma_probe()
1297 sdc->base = devm_platform_ioremap_resource(pdev, 0); in sun6i_dma_probe()
1298 if (IS_ERR(sdc->base)) in sun6i_dma_probe()
1299 return PTR_ERR(sdc->base); in sun6i_dma_probe()
1301 sdc->irq = platform_get_irq(pdev, 0); in sun6i_dma_probe()
1302 if (sdc->irq < 0) in sun6i_dma_probe()
[all …]
/linux-6.14.4/drivers/mmc/host/
Dsdhci-of-aspeed.c91 static void aspeed_sdc_set_slot_capability(struct sdhci_host *host, struct aspeed_sdc *sdc, in aspeed_sdc_set_slot_capability() argument
108 writel(cap_val, sdc->regs + mirror_reg_offset); in aspeed_sdc_set_slot_capability()
111 static void aspeed_sdc_configure_8bit_mode(struct aspeed_sdc *sdc, in aspeed_sdc_configure_8bit_mode() argument
118 spin_lock(&sdc->lock); in aspeed_sdc_configure_8bit_mode()
119 info = readl(sdc->regs + ASPEED_SDC_INFO); in aspeed_sdc_configure_8bit_mode()
124 writel(info, sdc->regs + ASPEED_SDC_INFO); in aspeed_sdc_configure_8bit_mode()
125 spin_unlock(&sdc->lock); in aspeed_sdc_configure_8bit_mode()
142 aspeed_sdc_set_phase_taps(struct aspeed_sdc *sdc, in aspeed_sdc_set_phase_taps() argument
148 spin_lock(&sdc->lock); in aspeed_sdc_set_phase_taps()
149 reg = readl(sdc->regs + ASPEED_SDC_PHASE); in aspeed_sdc_set_phase_taps()
[all …]
/linux-6.14.4/drivers/input/serio/
Dhp_sdc.c37 * hp_sdc_put does all writing to the SDC. ISR can run on a different
41 * All data coming back from the SDC is sent via interrupt and can be read
43 * The problem is with output, due to the slow clock speed of the SDC
52 * to reading data back from the SDC, but otherwise will not touch the
57 * to minimize the amount of IO needed to the SDC. However these values
89 #define PREFIX "HP SDC: "
92 MODULE_DESCRIPTION("HP i8042-based SDC Driver");
109 MODULE_PARM_DESC(no_hpsdc, "Do not enable HP SDC driver.");
227 /* For now we are ignoring these until we get the SDC to behave. */ in hp_sdc_isr()
261 printk(KERN_INFO PREFIX "HP SDC reports successful PUP.\n"); in hp_sdc_isr()
[all …]
Dhp_sdc_mlc.c45 #define PREFIX "HP SDC MLC: "
111 printk(KERN_WARNING PREFIX "Bastard SDC reconfigured loop!\n"); in hp_sdc_mlc_isr()
124 printk(KERN_WARNING PREFIX "Bastard SDC decided to reconfigure loop!\n"); in hp_sdc_mlc_isr()
279 * and data when using SDC, we just send the data. in hp_sdc_mlc_out()
DKconfig130 The SDC itself contains a 10ms resolution timer/clock capable
132 The SDC may also be connected to a battery-backed real-time
/linux-6.14.4/Documentation/admin-guide/device-mapper/
Dlog-writes.rst107 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
127 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
138 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs
140 replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \
/linux-6.14.4/arch/powerpc/platforms/pasemi/
Dsetup.c40 /* SDC reset register, must be pre-mapped at reset time */
150 /* Remap SDC register for doing reset */ in pas_setup_arch()
341 pr_err("Signalled by SDC\n"); in pas_machine_check_handler()
401 { .type = "sdc", },
404 { .compatible = "pasemi,sdc", },
410 /* Publish OF platform devices for SDC and other non-PCI devices */ in pasemi_publish_devices()
/linux-6.14.4/drivers/cpufreq/
Dpasemi-cpufreq.c36 /* Offset of ASR registers from SDC base */
148 dn = of_find_compatible_node(NULL, NULL, "1682m-sdc"); in pas_cpufreq_cpu_init()
151 "pasemi,pwrficient-sdc"); in pas_cpufreq_cpu_init()
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/
Dicp_qat_hw_20_comp.h145 enum icp_qat_hw_decomp_20_speculative_decoder_control sdc; member
154 QAT_FIELD_SET(val32, csr.sdc, in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_UPPER()
/linux-6.14.4/drivers/input/misc/
Dhp_sdc_rtc.c2 * HP i8042 SDC + MSM-58321 BBRTC driver.
51 MODULE_DESCRIPTION("HP i8042 SDC + MSM-58321 RTC Driver");
363 printk(KERN_INFO "HP i8042 SDC + MSM-58321 RTC support loaded " in hp_sdc_rtc_init()
373 printk(KERN_INFO "HP i8042 SDC + MSM-58321 RTC support unloaded\n"); in hp_sdc_rtc_exit()
/linux-6.14.4/drivers/phy/rockchip/
Dphy-rockchip-samsung-hdptx.c701 unsigned int fvco, sdc; in rk_hdptx_phy_clk_pll_calc() local
721 for (sdc = 264000; sdc <= 750000; sdc += fref) in rk_hdptx_phy_clk_pll_calc()
722 if (sdc * n > fref * mdiv) in rk_hdptx_phy_clk_pll_calc()
725 if (sdc > 750000) in rk_hdptx_phy_clk_pll_calc()
729 sdc / 16, in rk_hdptx_phy_clk_pll_calc()
734 rational_best_approximation(sdc * n - fref * mdiv, in rk_hdptx_phy_clk_pll_calc()
735 sdc, in rk_hdptx_phy_clk_pll_calc()
/linux-6.14.4/arch/arm/boot/dts/aspeed/
Daspeed-ast2600-evb-a1.dts16 /delete-node/ &sdc;
/linux-6.14.4/Documentation/devicetree/bindings/
Dincomplete-devices.yaml153 - 1682m-sdc
199 - pasemi,sdc
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-dev15 ../../block/sdc
/linux-6.14.4/drivers/gpu/drm/panfrost/
Dpanfrost_issues.h50 /* Change in RMUs in use causes problems related with the core's SDC */
64 /* RA DCD load request to SDC returns invalid load ignore causing
/linux-6.14.4/arch/arm/boot/dts/qcom/
Dqcom-mdm9615-wp8548-mangoh-green.dts56 sdc_cd_pins: sdc-cd-state {
57 sdc-cd-pins {
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dipq9574-rdp418.dts32 sdc_default_state: sdc-default-state {
Dipq5332-rdp441.dts43 sdc_default_state: sdc-default-state {
Dipq5332-rdp474.dts45 sdc_default_state: sdc-default-state {
Dipq5018-rdp432-c2.dts46 sdc_default_state: sdc-default-state {
Dipq5332-rdp442.dts57 sdc_default_state: sdc-default-state {
Dipq5332-rdp468.dts54 sdc_default_state: sdc-default-state {
/linux-6.14.4/Documentation/devicetree/bindings/mmc/
Daspeed,sdhci.yaml84 sdc@1e740000 {
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm2835-armctrl-ic.txt82 3: SDC
/linux-6.14.4/arch/arm/boot/dts/nvidia/
Dtegra20-trimslice.dts163 nvidia,pins = "sdb", "sdc", "sdd";
231 nvidia,pins = "ddc", "dtf", "rm", "sdc", "sdd";

123