| /linux/drivers/dma/ |
| H A D | sun6i-dma.c | 1308 struct sun6i_dma_dev *sdc; in sun6i_dma_probe() local 1311 sdc = devm_kzalloc(&pdev->dev, sizeof(*sdc), GFP_KERNEL); in sun6i_dma_probe() 1312 if (!sdc) in sun6i_dma_probe() 1315 sdc->cfg = of_device_get_match_data(&pdev->dev); in sun6i_dma_probe() 1316 if (!sdc->cfg) in sun6i_dma_probe() 1319 sdc->base = devm_platform_ioremap_resource(pdev, 0); in sun6i_dma_probe() 1320 if (IS_ERR(sdc->base)) in sun6i_dma_probe() 1321 return PTR_ERR(sdc->base); in sun6i_dma_probe() 1323 sdc->irq = platform_get_irq(pdev, 0); in sun6i_dma_probe() 1324 if (sdc->irq < 0) in sun6i_dma_probe() [all …]
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | log-writes.rst | 107 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 \
|
| H A D | cache-policies.rst | 128 dmsetup create blah --table "0 268435456 cache /dev/sdb /dev/sdc \
|
| /linux/arch/powerpc/platforms/pasemi/ |
| H A D | setup.c | 40 /* SDC reset register, must be pre-mapped at reset time */ 150 /* Remap SDC register for doing reset */ in pas_setup_arch() 343 pr_err("Signalled by SDC\n"); in pas_machine_check_handler() 403 { .type = "sdc", }, 406 { .compatible = "pasemi,sdc", }, 412 /* Publish OF platform devices for SDC and other non-PCI devices */ in pasemi_publish_devices()
|
| /linux/drivers/input/serio/ |
| H A D | hp_sdc_mlc.c | 45 #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()
|
| H A D | Kconfig | 144 The SDC itself contains a 10ms resolution timer/clock capable 146 The SDC may also be connected to a battery-backed real-time
|
| /linux/drivers/input/misc/ |
| H A D | hp_sdc_rtc.c | 2 * 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/Documentation/devicetree/bindings/ |
| H A D | incomplete-devices.yaml | 153 - 1682m-sdc 199 - pasemi,sdc
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-ast2600-evb-a1.dts | 16 /delete-node/ &sdc;
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-dev | 15 ../../block/sdc
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_issues.h | 50 /* 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/arch/arm/boot/dts/qcom/ |
| H A D | qcom-mdm9615-wp8548-mangoh-green.dts | 56 sdc_cd_pins: sdc-cd-state { 57 sdc-cd-pins {
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | ipq5332-rdp474.dts | 45 sdc_default_state: sdc-default-state {
|
| H A D | ipq5332-rdp468.dts | 54 sdc_default_state: sdc-default-state {
|
| /linux/drivers/gpib/include/ |
| H A D | gpib_cmd.h | 19 SDC = 0x4, /* selected device clear */ enumerator
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | brcm,bcm2835-armctrl-ic.yaml | 72 3: SDC
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra20-trimslice.dts | 163 nvidia,pins = "sdb", "sdc", "sdd"; 231 nvidia,pins = "ddc", "dtf", "rm", "sdc", "sdd";
|
| H A D | tegra20-tamonten.dtsi | 153 nvidia,pins = "sdb", "sdc", "sdd"; 215 "sdc", "uad", "uca";
|
| H A D | tegra20-colibri-iris.dts | 73 sdc {
|
| H A D | tegra20-colibri-eval-v3.dts | 73 sdc {
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | nvidia,tegra20-pinmux.yaml | 43 sdc, sdd, sdio1, slxa, slxc, slxd, slxk, spdi, spdo, spia,
|
| /linux/arch/powerpc/include/asm/ |
| H A D | tsi108_irq.h | 62 #define IRQ_TSI108_SDRAM TSI108_IRQ(20) /* SDC */
|
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-samsung-hdptx.c | 443 /* | pms | sdm | sdc | */ 1059 unsigned int fvco, sdc; in rk_hdptx_phy_clk_pll_calc() local 1079 for (sdc = 264000; sdc <= 750000; sdc += fref) in rk_hdptx_phy_clk_pll_calc() 1080 if (sdc * n > fref * mdiv) in rk_hdptx_phy_clk_pll_calc() 1083 if (sdc > 750000) in rk_hdptx_phy_clk_pll_calc() 1087 sdc / 16, in rk_hdptx_phy_clk_pll_calc() 1092 rational_best_approximation(sdc * n - fref * mdiv, in rk_hdptx_phy_clk_pll_calc() 1093 sdc, in rk_hdptx_phy_clk_pll_calc()
|
| /linux/include/linux/ |
| H A D | hp_sdc.h | 65 int actidx; /* Start of act. Acts are atomic WRT I/O to SDC */ 94 /* Rest of the flags are straightforward representation of the SDC interface */
|
| /linux/drivers/mmc/host/ |
| H A D | owl-mmc.c | 25 * SDC registers 492 /* Reset the SDC controller to clear all previous states */ in owl_mmc_set_ios()
|