/linux-4.4.14/drivers/gpu/drm/bridge/ |
D | dw_hdmi-ahb-audio.c | 160 static void dw_hdmi_reformat_iec958(struct snd_dw_hdmi *dw, in dw_hdmi_reformat_iec958() argument 163 u32 *src = dw->buf_src + offset; in dw_hdmi_reformat_iec958() 164 u32 *dst = dw->buf_dst + offset; in dw_hdmi_reformat_iec958() 165 u32 *end = dw->buf_src + offset + bytes; in dw_hdmi_reformat_iec958() 188 static void dw_hdmi_reformat_s24(struct snd_dw_hdmi *dw, in dw_hdmi_reformat_s24() argument 191 u32 *src = dw->buf_src + offset; in dw_hdmi_reformat_s24() 192 u32 *dst = dw->buf_dst + offset; in dw_hdmi_reformat_s24() 193 u32 *end = dw->buf_src + offset + bytes; in dw_hdmi_reformat_s24() 199 cs = dw->cs[dw->iec_offset++]; in dw_hdmi_reformat_s24() 200 if (dw->iec_offset >= 192) in dw_hdmi_reformat_s24() [all …]
|
/linux-4.4.14/drivers/dma/dw/ |
D | core.c | 132 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize() local 146 channel_set_bit(dw, MASK.XFER, dwc->mask); in dwc_initialize() 147 channel_set_bit(dw, MASK.ERROR, dwc->mask); in dwc_initialize() 180 static inline void dwc_chan_disable(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_chan_disable() argument 182 channel_clear_bit(dw, CH_EN, dwc->mask); in dwc_chan_disable() 183 while (dma_readl(dw, CH_EN) & dwc->mask) in dwc_chan_disable() 193 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block() local 206 channel_set_bit(dw, CH_EN, dwc->mask); in dwc_do_single_block() 215 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart() local 219 if (dma_readl(dw, CH_EN) & dwc->mask) { in dwc_dostart() [all …]
|
D | regs.h | 291 static inline struct dw_dma_regs __iomem *__dw_regs(struct dw_dma *dw) in __dw_regs() argument 293 return dw->regs; in __dw_regs() 296 #define dma_readl(dw, name) \ argument 297 dma_readl_native(&(__dw_regs(dw)->name)) 298 #define dma_writel(dw, name, val) \ argument 299 dma_writel_native((val), &(__dw_regs(dw)->name)) 301 #define channel_set_bit(dw, reg, mask) \ argument 302 dma_writel(dw, reg, ((mask) << 8) | (mask)) 303 #define channel_clear_bit(dw, reg, mask) \ argument 304 dma_writel(dw, reg, ((mask) << 8) | 0)
|
D | platform.c | 34 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate() local 36 .dma_dev = dw->dma.dev, in dw_dma_of_xlate() 50 slave.src_master >= dw->nr_masters || in dw_dma_of_xlate() 51 slave.dst_master >= dw->nr_masters)) in dw_dma_of_xlate() 76 static void dw_dma_acpi_controller_register(struct dw_dma *dw) in dw_dma_acpi_controller_register() argument 78 struct device *dev = dw->dma.dev; in dw_dma_acpi_controller_register() 96 static inline void dw_dma_acpi_controller_register(struct dw_dma *dw) {} in dw_dma_acpi_controller_register() argument 207 dw_dma_of_xlate, chip->dw); in dw_probe() 214 dw_dma_acpi_controller_register(chip->dw); in dw_probe()
|
D | Kconfig | 2 # DMA engine configuration for dw
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Samsung Exynos specific 13 - "samsung,exynos4210-dw-mshc": for controllers with Samsung Exynos4210 15 - "samsung,exynos4412-dw-mshc": for controllers with Samsung Exynos4412 17 - "samsung,exynos5250-dw-mshc": for controllers with Samsung Exynos5250 19 - "samsung,exynos5420-dw-mshc": for controllers with Samsung Exynos5420 21 - "samsung,exynos7-dw-mshc": for controllers with Samsung Exynos7 23 - "samsung,exynos7-dw-mshc-smu": for controllers with Samsung Exynos7 26 * samsung,dw-mshc-ciu-div: Specifies the divider value for the card interface 30 * samsung,dw-mshc-sdr-timing: Specifies the value of CIU clock phase shift value [all …]
|
D | k3-dw-mshc.txt | 4 Read synopsys-dw-mshc.txt for more details 8 differences between the core Synopsys dw mshc controller properties described 9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon specific 15 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. 16 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions. 27 compatible = "hisilicon,hi4511-dw-mshc"; 53 compatible = "hisilicon,hi6220-dw-mshc";
|
D | rockchip-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Rockchip specific 13 - "rockchip,rk2928-dw-mshc": for Rockchip RK2928 and following, 15 - "rockchip,rk3288-dw-mshc": for Rockchip RK3288 21 * clock-names: Apart from the clock-names described in synopsys-dw-mshc.txt 33 compatible = "rockchip,rk3288-dw-mshc";
|
D | socfpga-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Altera SOCFPGA specific 13 - "altr,socfpga-dw-mshc": for Altera's SOCFPGA platform 18 compatible = "altr,socfpga-dw-mshc";
|
D | img-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Imagination specific 13 - "img,pistachio-dw-mshc": for Pistachio SoCs 18 compatible = "img,pistachio-dw-mshc";
|
D | synopsys-dw-mshc.txt | 11 - snps,dw-mshc: for controllers compliant with synopsys dw-mshc. 95 compatible = "snps,dw-mshc";
|
/linux-4.4.14/drivers/edac/ |
D | i5100_edac.c | 485 u32 dw; in i5100_read_log() local 495 pci_read_config_dword(pdev, I5100_VALIDLOG, &dw); in i5100_read_log() 497 if (i5100_validlog_redmemvalid(dw)) { in i5100_read_log() 504 if (i5100_validlog_recmemvalid(dw)) { in i5100_read_log() 526 if (i5100_validlog_nrecmemvalid(dw)) { in i5100_read_log() 548 pci_write_config_dword(pdev, I5100_VALIDLOG, dw); in i5100_read_log() 554 u32 dw, dw2; in i5100_check_error() local 556 pci_read_config_dword(priv->mc, I5100_FERR_NF_MEM, &dw); in i5100_check_error() 557 if (i5100_ferr_nf_mem_any(dw)) { in i5100_check_error() 561 i5100_read_log(mci, i5100_ferr_nf_mem_chan_indx(dw), in i5100_check_error() [all …]
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | axs10x_mb.dtsi | 74 * "altr,socfpga-dw-mshc". 78 * "snps,dw-mshc" should be enough for all users of DW MMC once 83 compatible = "altr,socfpga-dw-mshc"; 95 compatible = "snps,dw-apb-uart"; 105 compatible = "snps,dw-apb-uart"; 116 compatible = "snps,dw-apb-uart"; 164 compatible = "snps,dw-apb-gpio"; 170 compatible = "snps,dw-apb-gpio-port"; 178 compatible = "snps,dw-apb-gpio-port"; 186 compatible = "snps,dw-apb-gpio-port"; [all …]
|
D | axc001.dtsi | 37 dw-apb-gpio@0x2000 { 38 compatible = "snps,dw-apb-gpio"; 44 compatible = "snps,dw-apb-gpio-port"; 56 debug_uart: dw-apb-uart@0x5000 { 57 compatible = "snps,dw-apb-uart"; 84 mb_intc: dw-apb-ictl@0xe0012000 { 86 compatible = "snps,dw-apb-ictl";
|
D | axc003.dtsi | 36 dw-apb-gpio@0x2000 { 37 compatible = "snps,dw-apb-gpio"; 43 compatible = "snps,dw-apb-gpio-port"; 55 debug_uart: dw-apb-uart@0x5000 { 56 compatible = "snps,dw-apb-uart"; 87 mb_intc: dw-apb-ictl@0xe0012000 { 89 compatible = "snps,dw-apb-ictl";
|
D | axc003_idu.dtsi | 54 dw-apb-gpio@0x2000 { 55 compatible = "snps,dw-apb-gpio"; 61 compatible = "snps,dw-apb-gpio-port"; 78 debug_uart: dw-apb-uart@0x5000 { 79 compatible = "snps,dw-apb-uart"; 109 mb_intc: dw-apb-ictl@0xe0012000 { 111 compatible = "snps,dw-apb-ictl";
|
D | vdk_axc003.dtsi | 32 debug_uart: dw-apb-uart@0x5000 { 33 compatible = "snps,dw-apb-uart"; 45 mb_intc: dw-apb-ictl@0xe0012000 { 47 compatible = "snps,dw-apb-ictl";
|
D | vdk_axc003_idu.dtsi | 47 debug_uart: dw-apb-uart@0x5000 { 48 compatible = "snps,dw-apb-uart"; 60 mb_intc: dw-apb-ictl@0xe0012000 { 62 compatible = "snps,dw-apb-ictl";
|
D | vdk_axs10x_mb.dtsi | 48 compatible = "snps,dw-apb-uart"; 58 compatible = "snps,dw-apb-uart"; 68 compatible = "snps,dw-apb-uart";
|
D | abilis_tb10x.dtsi | 86 compatible = "snps,dw-apb-uart";
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | extmem_defs.h | 93 unsigned int dw : 2; member 112 unsigned int dw : 2; member 131 unsigned int dw : 2; member 150 unsigned int dw : 2; member 169 unsigned int dw : 2; member 188 unsigned int dw : 2; member 207 unsigned int dw : 2; member 226 unsigned int dw : 2; member 245 unsigned int dw : 2; member 264 unsigned int dw : 2; member [all …]
|
D | bif_core_defs.h | 93 unsigned int dw : 2; member 110 unsigned int dw : 2; member 127 unsigned int dw : 2; member 148 unsigned int dw : 2; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | berlin2cd.dtsi | 185 compatible = "snps,dw-apb-gpio"; 191 compatible = "snps,dw-apb-gpio-port"; 203 compatible = "snps,dw-apb-gpio"; 209 compatible = "snps,dw-apb-gpio-port"; 221 compatible = "snps,dw-apb-gpio"; 227 compatible = "snps,dw-apb-gpio-port"; 239 compatible = "snps,dw-apb-gpio"; 245 compatible = "snps,dw-apb-gpio-port"; 257 compatible = "snps,dw-apb-timer"; 266 compatible = "snps,dw-apb-timer"; [all …]
|
D | berlin2.dtsi | 205 compatible = "snps,dw-apb-gpio"; 211 compatible = "snps,dw-apb-gpio-port"; 223 compatible = "snps,dw-apb-gpio"; 229 compatible = "snps,dw-apb-gpio-port"; 241 compatible = "snps,dw-apb-gpio"; 247 compatible = "snps,dw-apb-gpio-port"; 259 compatible = "snps,dw-apb-gpio"; 265 compatible = "snps,dw-apb-gpio-port"; 277 compatible = "snps,dw-apb-timer"; 286 compatible = "snps,dw-apb-timer"; [all …]
|
D | exynos5410-smdk5410.dts | 46 samsung,dw-mshc-ciu-div = <3>; 47 samsung,dw-mshc-sdr-timing = <2 3>; 48 samsung,dw-mshc-ddr-timing = <1 2>; 57 samsung,dw-mshc-ciu-div = <3>; 58 samsung,dw-mshc-sdr-timing = <2 3>; 59 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5260-xyref5260.dts | 75 samsung,dw-mshc-ciu-div = <3>; 76 samsung,dw-mshc-sdr-timing = <0 4>; 77 samsung,dw-mshc-ddr-timing = <0 2>; 88 samsung,dw-mshc-ciu-div = <3>; 89 samsung,dw-mshc-sdr-timing = <2 3>; 90 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | berlin2q.dtsi | 238 compatible = "snps,dw-apb-gpio"; 244 compatible = "snps,dw-apb-gpio-port"; 256 compatible = "snps,dw-apb-gpio"; 262 compatible = "snps,dw-apb-gpio-port"; 274 compatible = "snps,dw-apb-gpio"; 280 compatible = "snps,dw-apb-gpio-port"; 292 compatible = "snps,dw-apb-gpio"; 298 compatible = "snps,dw-apb-gpio-port"; 336 compatible = "snps,dw-apb-timer"; 344 compatible = "snps,dw-apb-timer"; [all …]
|
D | picoxcell-pc3x2.dtsi | 61 compatible = "snps,dw-dmac"; 67 compatible = "snps,dw-dmac"; 168 compatible = "snps,dw-apb-gpio"; 175 compatible = "snps,dw-apb-gpio-bank"; 186 compatible = "snps,dw-apb-gpio-bank"; 198 compatible = "snps,dw-apb-uart"; 208 compatible = "snps,dw-apb-uart"; 218 compatible = "snps,dw-apb-wdg";
|
D | hip01.dtsi | 50 compatible = "snps,dw-apb-uart"; 60 compatible = "snps,dw-apb-uart"; 70 compatible = "snps,dw-apb-uart"; 80 compatible = "snps,dw-apb-uart";
|
D | picoxcell-pc3x3.dtsi | 158 compatible = "snps,dw-dmac"; 165 compatible = "snps,dw-dmac"; 251 compatible = "snps,dw-apb-gpio"; 258 compatible = "snps,dw-apb-gpio-bank"; 269 compatible = "snps,dw-apb-gpio-bank"; 280 compatible = "snps,dw-apb-gpio-bank"; 292 compatible = "snps,dw-apb-uart"; 302 compatible = "snps,dw-apb-uart"; 312 compatible = "snps,dw-apb-wdg";
|
D | socfpga.dtsi | 562 compatible = "snps,dw-apb-gpio"; 568 compatible = "snps,dw-apb-gpio-port"; 582 compatible = "snps,dw-apb-gpio"; 588 compatible = "snps,dw-apb-gpio-port"; 602 compatible = "snps,dw-apb-gpio"; 608 compatible = "snps,dw-apb-gpio-port"; 672 compatible = "altr,socfpga-dw-mshc"; 711 compatible = "snps,dw-apb-ssi"; 722 compatible = "snps,dw-apb-ssi"; 746 compatible = "snps,dw-apb-timer"; [all …]
|
D | socfpga_arria10.dtsi | 462 compatible = "snps,dw-apb-gpio"; 467 compatible = "snps,dw-apb-gpio-port"; 481 compatible = "snps,dw-apb-gpio"; 486 compatible = "snps,dw-apb-gpio-port"; 500 compatible = "snps,dw-apb-gpio"; 505 compatible = "snps,dw-apb-gpio-port"; 588 compatible = "altr,socfpga-dw-mshc"; 629 compatible = "snps,dw-apb-timer"; 637 compatible = "snps,dw-apb-timer"; 645 compatible = "snps,dw-apb-timer"; [all …]
|
D | bcm11351.dtsi | 64 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 74 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 84 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 94 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
D | exynos5422-odroidxu3-common.dtsi | 336 samsung,dw-mshc-ciu-div = <3>; 337 samsung,dw-mshc-sdr-timing = <0 4>; 338 samsung,dw-mshc-ddr-timing = <0 2>; 339 samsung,dw-mshc-hs400-timing = <0 2>; 352 samsung,dw-mshc-ciu-div = <3>; 353 samsung,dw-mshc-sdr-timing = <0 4>; 354 samsung,dw-mshc-ddr-timing = <0 2>;
|
D | exynos5420-smdk5420.dts | 366 samsung,dw-mshc-ciu-div = <3>; 367 samsung,dw-mshc-sdr-timing = <0 4>; 368 samsung,dw-mshc-ddr-timing = <0 2>; 369 samsung,dw-mshc-hs400-timing = <0 2>; 381 samsung,dw-mshc-ciu-div = <3>; 382 samsung,dw-mshc-sdr-timing = <2 3>; 383 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | bcm21664.dtsi | 64 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 74 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 84 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart";
|
D | rk3xxx.dtsi | 148 compatible = "snps,dw-apb-uart"; 159 compatible = "snps,dw-apb-uart"; 215 compatible = "rockchip,rk2928-dw-mshc"; 225 compatible = "rockchip,rk2928-dw-mshc"; 235 compatible = "rockchip,rk2928-dw-mshc"; 301 compatible = "snps,dw-wdt"; 370 compatible = "snps,dw-apb-uart"; 381 compatible = "snps,dw-apb-uart";
|
D | exynos5250-smdk5250.dts | 358 samsung,dw-mshc-ciu-div = <3>; 359 samsung,dw-mshc-sdr-timing = <2 3>; 360 samsung,dw-mshc-ddr-timing = <1 2>; 371 samsung,dw-mshc-ciu-div = <3>; 372 samsung,dw-mshc-sdr-timing = <2 3>; 373 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5420-arndale-octa.dts | 356 samsung,dw-mshc-ciu-div = <3>; 357 samsung,dw-mshc-sdr-timing = <0 4>; 358 samsung,dw-mshc-ddr-timing = <0 2>; 369 samsung,dw-mshc-ciu-div = <3>; 370 samsung,dw-mshc-sdr-timing = <2 3>; 371 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5250-snow-common.dtsi | 525 samsung,dw-mshc-ciu-div = <3>; 526 samsung,dw-mshc-sdr-timing = <2 3>; 527 samsung,dw-mshc-ddr-timing = <1 2>; 538 samsung,dw-mshc-ciu-div = <3>; 539 samsung,dw-mshc-sdr-timing = <2 3>; 540 samsung,dw-mshc-ddr-timing = <1 2>; 559 samsung,dw-mshc-ciu-div = <3>; 560 samsung,dw-mshc-sdr-timing = <2 3>; 561 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5250-arndale.dts | 530 samsung,dw-mshc-ciu-div = <3>; 531 samsung,dw-mshc-sdr-timing = <2 3>; 532 samsung,dw-mshc-ddr-timing = <1 2>; 544 samsung,dw-mshc-ciu-div = <3>; 545 samsung,dw-mshc-sdr-timing = <2 3>; 546 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5410.dtsi | 159 compatible = "samsung,exynos5250-dw-mshc"; 171 compatible = "samsung,exynos5250-dw-mshc"; 183 compatible = "samsung,exynos5250-dw-mshc";
|
D | bcm-cygnus.dtsi | 189 compatible = "snps,dw-apb-uart"; 200 compatible = "snps,dw-apb-uart"; 211 compatible = "snps,dw-apb-uart"; 222 compatible = "snps,dw-apb-uart";
|
D | exynos5420-peach-pit.dts | 699 samsung,dw-mshc-ciu-div = <3>; 700 samsung,dw-mshc-sdr-timing = <0 4>; 701 samsung,dw-mshc-ddr-timing = <0 2>; 702 samsung,dw-mshc-hs400-timing = <0 2>; 717 samsung,dw-mshc-ciu-div = <1>; 718 samsung,dw-mshc-sdr-timing = <0 1>; 719 samsung,dw-mshc-ddr-timing = <0 2>; 735 samsung,dw-mshc-ciu-div = <3>; 736 samsung,dw-mshc-sdr-timing = <2 3>; 737 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5800-peach-pi.dts | 662 samsung,dw-mshc-ciu-div = <3>; 663 samsung,dw-mshc-sdr-timing = <0 4>; 664 samsung,dw-mshc-ddr-timing = <0 2>; 665 samsung,dw-mshc-hs400-timing = <0 2>; 680 samsung,dw-mshc-ciu-div = <1>; 681 samsung,dw-mshc-sdr-timing = <0 1>; 682 samsung,dw-mshc-ddr-timing = <0 2>; 698 samsung,dw-mshc-ciu-div = <3>; 699 samsung,dw-mshc-sdr-timing = <2 3>; 700 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5250-spring.dts | 439 samsung,dw-mshc-ciu-div = <3>; 440 samsung,dw-mshc-sdr-timing = <2 3>; 441 samsung,dw-mshc-ddr-timing = <1 2>; 457 samsung,dw-mshc-ciu-div = <3>; 458 samsung,dw-mshc-sdr-timing = <2 3>; 459 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | zx296702.dtsi | 109 compatible = "snps,dw-mshc"; 122 compatible = "snps,dw-mshc";
|
D | exynos5260.dtsi | 276 compatible = "samsung,exynos5250-dw-mshc"; 288 compatible = "samsung,exynos5250-dw-mshc"; 300 compatible = "samsung,exynos5250-dw-mshc";
|
D | sun9i-a80.dtsi | 641 compatible = "snps,dw-apb-uart"; 652 compatible = "snps,dw-apb-uart"; 663 compatible = "snps,dw-apb-uart"; 674 compatible = "snps,dw-apb-uart"; 685 compatible = "snps,dw-apb-uart"; 696 compatible = "snps,dw-apb-uart"; 768 compatible = "snps,dw-apb-uart";
|
D | spear1310.dtsi | 87 compatible = "st,spear1340-pcie", "snps,dw-pcie"; 105 compatible = "st,spear1340-pcie", "snps,dw-pcie"; 123 compatible = "st,spear1340-pcie", "snps,dw-pcie";
|
D | sun8i-a23-a33.dtsi | 467 compatible = "snps,dw-apb-uart"; 480 compatible = "snps,dw-apb-uart"; 493 compatible = "snps,dw-apb-uart"; 506 compatible = "snps,dw-apb-uart"; 519 compatible = "snps,dw-apb-uart"; 640 compatible = "snps,dw-apb-uart";
|
D | rk3288.dtsi | 224 compatible = "rockchip,rk3288-dw-mshc"; 236 compatible = "rockchip,rk3288-dw-mshc"; 248 compatible = "rockchip,rk3288-dw-mshc"; 260 compatible = "rockchip,rk3288-dw-mshc"; 379 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; 392 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; 405 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; 418 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; 431 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; 746 compatible = "rockchip,rk3288-wdt", "snps,dw-wdt"; [all …]
|
D | sun4i-a10.dtsi | 1051 compatible = "snps,dw-apb-uart"; 1061 compatible = "snps,dw-apb-uart"; 1071 compatible = "snps,dw-apb-uart"; 1081 compatible = "snps,dw-apb-uart"; 1091 compatible = "snps,dw-apb-uart"; 1101 compatible = "snps,dw-apb-uart"; 1111 compatible = "snps,dw-apb-uart"; 1121 compatible = "snps,dw-apb-uart";
|
D | armada-39x.dtsi | 203 compatible = "snps,dw-apb-uart"; 213 compatible = "snps,dw-apb-uart"; 223 compatible = "snps,dw-apb-uart"; 233 compatible = "snps,dw-apb-uart";
|
D | exynos4412-odroid-common.dtsi | 468 samsung,dw-mshc-ciu-div = <3>; 469 samsung,dw-mshc-sdr-timing = <2 3>; 470 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | rk3066a.dtsi | 149 compatible = "snps,dw-apb-timer-osc"; 157 compatible = "snps,dw-apb-timer-osc"; 165 compatible = "snps,dw-apb-timer-osc"; 656 compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
|
D | exynos4412-origen.dts | 486 samsung,dw-mshc-ciu-div = <3>; 487 samsung,dw-mshc-sdr-timing = <2 3>; 488 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | sun5i-a10s.dtsi | 177 compatible = "snps,dw-apb-uart"; 187 compatible = "snps,dw-apb-uart";
|
D | exynos5440.dtsi | 283 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie"; 304 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
|
D | sun7i-a20.dtsi | 1245 compatible = "snps,dw-apb-uart"; 1255 compatible = "snps,dw-apb-uart"; 1265 compatible = "snps,dw-apb-uart"; 1275 compatible = "snps,dw-apb-uart"; 1285 compatible = "snps,dw-apb-uart"; 1295 compatible = "snps,dw-apb-uart"; 1305 compatible = "snps,dw-apb-uart"; 1315 compatible = "snps,dw-apb-uart";
|
D | sun6i-a31.dtsi | 804 compatible = "snps,dw-apb-uart"; 817 compatible = "snps,dw-apb-uart"; 830 compatible = "snps,dw-apb-uart"; 843 compatible = "snps,dw-apb-uart"; 856 compatible = "snps,dw-apb-uart"; 869 compatible = "snps,dw-apb-uart";
|
D | k2e.dtsi | 93 compatible = "ti,keystone-pcie","snps,dw-pcie";
|
D | armada-370-xp.dtsi | 192 compatible = "snps,dw-apb-uart"; 202 compatible = "snps,dw-apb-uart";
|
D | exynos3250-monk.dts | 431 samsung,dw-mshc-ciu-div = <1>; 432 samsung,dw-mshc-sdr-timing = <0 1>; 433 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos4415.dtsi | 294 compatible = "samsung,exynos5250-dw-mshc"; 306 compatible = "samsung,exynos5250-dw-mshc"; 318 compatible = "samsung,exynos5250-dw-mshc";
|
D | armada-xp.dtsi | 111 compatible = "snps,dw-apb-uart"; 123 compatible = "snps,dw-apb-uart";
|
D | spear1340.dtsi | 52 compatible = "st,spear1340-pcie", "snps,dw-pcie";
|
D | exynos3250-rinato.dts | 608 samsung,dw-mshc-ciu-div = <1>; 609 samsung,dw-mshc-sdr-timing = <0 1>; 610 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5250.dtsi | 500 compatible = "samsung,exynos5250-dw-mshc"; 512 compatible = "samsung,exynos5250-dw-mshc"; 524 compatible = "samsung,exynos5250-dw-mshc"; 536 compatible = "samsung,exynos5250-dw-mshc";
|
D | hisi-x5hd2.dtsi | 421 compatible = "snps,dw-mshc"; 430 compatible = "snps,dw-mshc";
|
D | exynos3250.dtsi | 336 compatible = "samsung,exynos5420-dw-mshc"; 348 compatible = "samsung,exynos5420-dw-mshc";
|
D | armada-38x.dtsi | 220 compatible = "snps,dw-apb-uart"; 230 compatible = "snps,dw-apb-uart";
|
D | armada-375.dtsi | 291 compatible = "snps,dw-apb-uart"; 301 compatible = "snps,dw-apb-uart";
|
D | keystone.dtsi | 280 compatible = "ti,keystone-pcie", "snps,dw-pcie";
|
D | exynos5420.dtsi | 186 compatible = "samsung,exynos5420-dw-mshc-smu"; 198 compatible = "samsung,exynos5420-dw-mshc-smu"; 210 compatible = "samsung,exynos5420-dw-mshc";
|
D | sun5i.dtsi | 618 compatible = "snps,dw-apb-uart"; 628 compatible = "snps,dw-apb-uart";
|
D | exynos4412-trats2.dts | 859 samsung,dw-mshc-ciu-div = <0>; 860 samsung,dw-mshc-sdr-timing = <2 3>; 861 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos4x12.dtsi | 199 compatible = "samsung,exynos4412-dw-mshc";
|
D | lpc18xx.dtsi | 112 compatible = "snps,dw-mshc";
|
D | rk3188.dtsi | 605 compatible = "rockchip,rk3188-wdt", "snps,dw-wdt";
|
D | hip04.dtsi | 257 compatible = "snps,dw-apb-uart";
|
D | imx6qdl.dtsi | 169 compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
|
D | imx6sx.dtsi | 1241 compatible = "fsl,imx6sx-pcie", "snps,dw-pcie";
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be.h | 173 u32 *dw = (u32 *) ptr + dw_offset; in amap_set() local 174 *dw &= ~(mask << offset); in amap_set() 175 *dw |= (mask & value) << offset; in amap_set() 187 u32 *dw = ptr; in amap_get() local 188 return mask & (*(dw + dw_offset) >> offset); in amap_get() 202 u32 *dw = wrb; in swap_dws() local 205 *dw = cpu_to_le32(*dw); in swap_dws() 206 dw++; in swap_dws()
|
D | be_main.h | 466 u32 dw[12]; member 538 u32 dw[4]; member 556 u32 dw[6]; member 664 u32 dw[4]; member 707 u32 dw[1]; member 723 u32 dw[1]; member 742 u32 dw[16]; member 750 (pwrb->dw[0] |= (wrb_type << type_offset)) 858 u32 dw[12]; member 888 u32 dw[16]; member [all …]
|
D | be_mgmt.c | 1584 params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1591 params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1594 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1597 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1600 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1603 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1606 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1610 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0() 1616 max_burst_length, pwrb, params->dw[offsetof in beiscsi_offload_cxn_v0() 1656 max_burst_length, pwrb, params->dw[offsetof in beiscsi_offload_cxn_v2() [all …]
|
D | be_cmds.h | 786 u32 dw[4]; member 897 u32 dw[4]; member 1076 u32 dw[4]; member 1087 u32 dw[32]; member
|
D | be_main.c | 868 while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32] in be_isr_mcc() 870 if (((eqe->dw[offsetof(struct amap_eq_entry, in be_isr_mcc() 911 while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32] in be_isr_msix() 965 while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32] in be_isr() 967 if (((eqe->dw[offsetof(struct amap_eq_entry, in be_isr() 1108 switch (ppdu->dw[offsetof(struct amap_pdu_base, opcode) / 32] & in beiscsi_process_async_pdu() 1135 dw[offsetof(struct amap_pdu_base, opcode) / 32] in beiscsi_process_async_pdu() 1643 (pdpdu_cqe->dw[offsetof(struct amap_i_t_dpdu_cqe, in hwi_get_async_handle() 1646 pdpdu_cqe->dw[offsetof(struct amap_i_t_dpdu_cqe, in hwi_get_async_handle() 1652 switch (pdpdu_cqe->dw[offsetof(struct amap_i_t_dpdu_cqe, code) / 32] in hwi_get_async_handle() [all …]
|
D | be_mgmt.h | 92 u32 dw[0]; /* DWORD 0 */ member
|
/linux-4.4.14/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 127 compatible = "snps,dw-apb-gpio"; 132 compatible = "snps,dw-apb-gpio-port"; 146 compatible = "snps,dw-apb-gpio"; 151 compatible = "snps,dw-apb-gpio-port"; 210 compatible = "altr,socfpga-dw-mshc"; 229 compatible = "snps,dw-apb-ssi"; 240 compatible = "snps,dw-apb-ssi"; 265 compatible = "snps,dw-apb-timer"; 271 compatible = "snps,dw-apb-timer"; 277 compatible = "snps,dw-apb-timer"; [all …]
|
/linux-4.4.14/arch/arm64/boot/dts/marvell/ |
D | berlin4ct.dtsi | 147 compatible = "snps,dw-apb-gpio"; 153 compatible = "snps,dw-apb-gpio-port"; 165 compatible = "snps,dw-apb-gpio"; 171 compatible = "snps,dw-apb-gpio-port"; 183 compatible = "snps,dw-apb-gpio"; 189 compatible = "snps,dw-apb-gpio-port"; 201 compatible = "snps,dw-apb-gpio"; 207 compatible = "snps,dw-apb-gpio-port"; 219 compatible = "snps,dw-apb-ictl"; 236 compatible = "snps,dw-apb-ictl"; [all …]
|
/linux-4.4.14/arch/arm64/boot/dts/exynos/ |
D | exynos7-espresso.dts | 63 samsung,dw-mshc-ciu-div = <3>; 64 samsung,dw-mshc-sdr-timing = <0 4>; 65 samsung,dw-mshc-ddr-timing = <0 2>; 77 samsung,dw-mshc-ciu-div = <3>; 78 samsung,dw-mshc-sdr-timing = <2 3>; 79 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos7.dtsi | 477 compatible = "samsung,exynos7-dw-mshc-smu"; 490 compatible = "samsung,exynos7-dw-mshc"; 503 compatible = "samsung,exynos7-dw-mshc-smu";
|
/linux-4.4.14/arch/x86/crypto/ |
D | camellia_glue.c | 819 u32 dw, tl, tr; in camellia_setup_tail() local 831 dw = (subRL[1] & subRL[9]) >> 32; in camellia_setup_tail() 832 subRL[1] ^= rol32(dw, 1); in camellia_setup_tail() 843 dw = (subRL[1] & subRL[17]) >> 32; in camellia_setup_tail() 844 subRL[1] ^= rol32(dw, 1); in camellia_setup_tail() 862 dw = (subRL[1] & subRL[25]) >> 32; in camellia_setup_tail() 863 subRL[1] ^= rol32(dw, 1); in camellia_setup_tail() 885 dw = (kw4 & subRL[24]) >> 32; in camellia_setup_tail() 886 kw4 ^= rol32(dw, 1); in camellia_setup_tail() 898 dw = (kw4 & subRL[16]) >> 32; in camellia_setup_tail() [all …]
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | cik_ih.c | 245 uint32_t dw[4]; in cik_ih_decode_iv() local 247 dw[0] = le32_to_cpu(adev->irq.ih.ring[ring_index + 0]); in cik_ih_decode_iv() 248 dw[1] = le32_to_cpu(adev->irq.ih.ring[ring_index + 1]); in cik_ih_decode_iv() 249 dw[2] = le32_to_cpu(adev->irq.ih.ring[ring_index + 2]); in cik_ih_decode_iv() 250 dw[3] = le32_to_cpu(adev->irq.ih.ring[ring_index + 3]); in cik_ih_decode_iv() 252 entry->src_id = dw[0] & 0xff; in cik_ih_decode_iv() 253 entry->src_data = dw[1] & 0xfffffff; in cik_ih_decode_iv() 254 entry->ring_id = dw[2] & 0xff; in cik_ih_decode_iv() 255 entry->vm_id = (dw[2] >> 8) & 0xff; in cik_ih_decode_iv() 256 entry->pas_id = (dw[2] >> 16) & 0xffff; in cik_ih_decode_iv()
|
D | cz_ih.c | 224 uint32_t dw[4]; in cz_ih_decode_iv() local 226 dw[0] = le32_to_cpu(adev->irq.ih.ring[ring_index + 0]); in cz_ih_decode_iv() 227 dw[1] = le32_to_cpu(adev->irq.ih.ring[ring_index + 1]); in cz_ih_decode_iv() 228 dw[2] = le32_to_cpu(adev->irq.ih.ring[ring_index + 2]); in cz_ih_decode_iv() 229 dw[3] = le32_to_cpu(adev->irq.ih.ring[ring_index + 3]); in cz_ih_decode_iv() 231 entry->src_id = dw[0] & 0xff; in cz_ih_decode_iv() 232 entry->src_data = dw[1] & 0xfffffff; in cz_ih_decode_iv() 233 entry->ring_id = dw[2] & 0xff; in cz_ih_decode_iv() 234 entry->vm_id = (dw[2] >> 8) & 0xff; in cz_ih_decode_iv() 235 entry->pas_id = (dw[2] >> 16) & 0xffff; in cz_ih_decode_iv()
|
D | iceland_ih.c | 224 uint32_t dw[4]; in iceland_ih_decode_iv() local 226 dw[0] = le32_to_cpu(adev->irq.ih.ring[ring_index + 0]); in iceland_ih_decode_iv() 227 dw[1] = le32_to_cpu(adev->irq.ih.ring[ring_index + 1]); in iceland_ih_decode_iv() 228 dw[2] = le32_to_cpu(adev->irq.ih.ring[ring_index + 2]); in iceland_ih_decode_iv() 229 dw[3] = le32_to_cpu(adev->irq.ih.ring[ring_index + 3]); in iceland_ih_decode_iv() 231 entry->src_id = dw[0] & 0xff; in iceland_ih_decode_iv() 232 entry->src_data = dw[1] & 0xfffffff; in iceland_ih_decode_iv() 233 entry->ring_id = dw[2] & 0xff; in iceland_ih_decode_iv() 234 entry->vm_id = (dw[2] >> 8) & 0xff; in iceland_ih_decode_iv() 235 entry->pas_id = (dw[2] >> 16) & 0xffff; in iceland_ih_decode_iv()
|
D | tonga_ih.c | 235 uint32_t dw[4]; in tonga_ih_decode_iv() local 237 dw[0] = le32_to_cpu(adev->irq.ih.ring[ring_index + 0]); in tonga_ih_decode_iv() 238 dw[1] = le32_to_cpu(adev->irq.ih.ring[ring_index + 1]); in tonga_ih_decode_iv() 239 dw[2] = le32_to_cpu(adev->irq.ih.ring[ring_index + 2]); in tonga_ih_decode_iv() 240 dw[3] = le32_to_cpu(adev->irq.ih.ring[ring_index + 3]); in tonga_ih_decode_iv() 242 entry->src_id = dw[0] & 0xff; in tonga_ih_decode_iv() 243 entry->src_data = dw[1] & 0xfffffff; in tonga_ih_decode_iv() 244 entry->ring_id = dw[2] & 0xff; in tonga_ih_decode_iv() 245 entry->vm_id = (dw[2] >> 8) & 0xff; in tonga_ih_decode_iv() 246 entry->pas_id = (dw[2] >> 16) & 0xffff; in tonga_ih_decode_iv()
|
D | amdgpu_trace.h | 35 __field(u32, dw) 42 __entry->dw = p->ibs[i].length_dw; 47 __entry->bo_list, __entry->ring, __entry->dw,
|
/linux-4.4.14/crypto/ |
D | camellia_generic.c | 380 u32 dw, tl, tr; in camellia_setup_tail() local 391 dw = subL[1] & subL[9]; in camellia_setup_tail() 392 subR[1] ^= rol32(dw, 1); /* modified for FLinv(kl2) */ in camellia_setup_tail() 400 dw = subL[1] & subL[17]; in camellia_setup_tail() 401 subR[1] ^= rol32(dw, 1); /* modified for FLinv(kl4) */ in camellia_setup_tail() 416 dw = subL[1] & subL[25]; in camellia_setup_tail() 417 subR[1] ^= rol32(dw, 1); /* modified for FLinv(kl6) */ in camellia_setup_tail() 436 dw = kw4l & subL[24]; in camellia_setup_tail() 437 kw4r ^= rol32(dw, 1); /* modified for FL(kl5) */ in camellia_setup_tail() 446 dw = kw4l & subL[16]; in camellia_setup_tail() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | dw-apb.txt | 5 "snps,dw-apb-timer" 6 "snps,dw-apb-timer-sp" <DEPRECATED> 7 "snps,dw-apb-timer-osc" <DEPRECATED> 27 compatible = "snps,dw-apb-timer";
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | mach-imx6q.c | 89 u32 dw; in ventana_pciesw_early_fixup() local 97 pci_read_config_dword(dev, 0x62c, &dw); in ventana_pciesw_early_fixup() 98 dw |= 0xaaa8; // GPIO1-7 outputs in ventana_pciesw_early_fixup() 99 pci_write_config_dword(dev, 0x62c, dw); in ventana_pciesw_early_fixup() 101 pci_read_config_dword(dev, 0x644, &dw); in ventana_pciesw_early_fixup() 102 dw |= 0xfe; // GPIO1-7 output high in ventana_pciesw_early_fixup() 103 pci_write_config_dword(dev, 0x644, dw); in ventana_pciesw_early_fixup()
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | snps-dwapb-gpio.txt | 4 - compatible : Should contain "snps,dw-apb-gpio" 13 - compatible : "snps,dw-apb-gpio-port" 36 compatible = "snps,dw-apb-gpio"; 42 compatible = "snps,dw-apb-gpio-port"; 54 compatible = "snps,dw-apb-gpio-port";
|
/linux-4.4.14/drivers/ata/ |
D | sata_sx4.c | 321 unsigned int dw = PDC_DIMM_APKT_PRD >> 2; in pdc20621_ata_sg() local 328 buf32[dw] = cpu_to_le32(addr); in pdc20621_ata_sg() 329 buf32[dw + 1] = cpu_to_le32(total_len | ATA_PRD_EOT); in pdc20621_ata_sg() 335 buf32[dw], buf32[dw + 1]); in pdc20621_ata_sg() 342 unsigned int dw = PDC_DIMM_HPKT_PRD >> 2; in pdc20621_host_sg() local 349 buf32[dw] = cpu_to_le32(addr); in pdc20621_host_sg() 350 buf32[dw + 1] = cpu_to_le32(total_len | ATA_PRD_EOT); in pdc20621_host_sg() 356 buf32[dw], buf32[dw + 1]); in pdc20621_host_sg() 363 unsigned int i, dw; in pdc20621_ata_pkt() local 388 dw = i >> 2; in pdc20621_ata_pkt() [all …]
|
D | sata_mv.c | 1280 u32 dw; in mv_dump_pci_cfg() local 1284 (void) pci_read_config_dword(pdev, b, &dw); in mv_dump_pci_cfg() 1285 printk("%08x ", dw); in mv_dump_pci_cfg()
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.h | 240 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 254 .div_width = dw, \ 261 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 272 .div_width = dw, \ 279 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 290 .div_width = dw, \ 317 ds, dw, df) \ argument 330 .div_width = dw, \ 336 mw, mf, ds, dw, df, dt) \ argument 349 .div_width = dw, \
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.h | 141 #define cpu_to_scr(dw) cpu_to_le32(dw) argument 142 #define scr_to_cpu(dw) le32_to_cpu(dw) argument
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | overlay.c | 154 u16 dw, dh; in dss_ovl_check() local 156 dw = mgr_timings->x_res; in dss_ovl_check() 174 if (dw < info->pos_x + outw) { in dss_ovl_check() 177 ovl->id, info->pos_x, outw, dw); in dss_ovl_check()
|
D | dsi.c | 4061 u16 dw, dh; in dsi_update() local 4070 dw = dsi->timings.x_res; in dsi_update() 4074 dsi->update_bytes = dw * dh * in dsi_update()
|
/linux-4.4.14/drivers/spi/ |
D | Makefile | 32 obj-$(CONFIG_SPI_DESIGNWARE) += spi-dw.o 33 obj-$(CONFIG_SPI_DW_MMIO) += spi-dw-mmio.o 34 obj-$(CONFIG_SPI_DW_PCI) += spi-dw-midpci.o 35 spi-dw-midpci-objs := spi-dw-pci.o spi-dw-mid.o
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.h | 359 #define cpu_to_scr(dw) cpu_to_le32(dw) argument 360 #define scr_to_cpu(dw) le32_to_cpu(dw) argument 364 #define cpu_to_scr(dw) cpu_to_be32(dw) argument 365 #define scr_to_cpu(dw) be32_to_cpu(dw) argument 369 #define cpu_to_scr(dw) (dw) argument 370 #define scr_to_cpu(dw) (dw) argument
|
/linux-4.4.14/include/drm/ |
D | drm_rect.h | 57 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size() argument 59 r->x1 -= dw >> 1; in drm_rect_adjust_size() 61 r->x2 += (dw + 1) >> 1; in drm_rect_adjust_size()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_init.c | 1015 u32 dw; in esas2r_check_adapter() local 1110 dw = esas2r_read_register_dword(a, MU_IN_LIST_CONFIG); in esas2r_check_adapter() 1111 dw &= ~MU_ILC_ENABLE; in esas2r_check_adapter() 1112 esas2r_write_register_dword(a, MU_IN_LIST_CONFIG, dw); in esas2r_check_adapter() 1113 dw = esas2r_read_register_dword(a, MU_OUT_LIST_CONFIG); in esas2r_check_adapter() 1114 dw &= ~MU_OLC_ENABLE; in esas2r_check_adapter() 1115 esas2r_write_register_dword(a, MU_OUT_LIST_CONFIG, dw); in esas2r_check_adapter() 1150 dw = esas2r_read_register_dword(a, MU_IN_LIST_IFC_CONFIG); in esas2r_check_adapter() 1151 dw &= ~(MU_ILIC_LIST | MU_ILIC_DEST); in esas2r_check_adapter() 1153 (dw | MU_ILIC_LIST_F0 | MU_ILIC_DEST_DDR)); in esas2r_check_adapter() [all …]
|
D | esas2r_io.c | 141 u32 dw; in esas2r_start_vda_request() local 171 dw = a->last_write; in esas2r_start_vda_request() 174 dw |= MU_ILW_TOGGLE; in esas2r_start_vda_request() 177 esas2r_trace("dw:%x", dw); in esas2r_start_vda_request() 179 esas2r_write_register_dword(a, MU_IN_LIST_WRITE, dw); in esas2r_start_vda_request()
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | dw_wdt.txt | 5 - compatible : Should contain "snps,dw-wdt" 17 compatible = "snps,dw-wdt";
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | bif_core_defs.h | 93 unsigned int dw : 2; member 110 unsigned int dw : 2; member 127 unsigned int dw : 2; member 148 unsigned int dw : 2; member
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | snps-dw-apb-uart.txt | 4 - compatible : "snps,dw-apb-uart" 43 compatible = "snps,dw-apb-uart"; 58 compatible = "snps,dw-apb-uart"; 69 compatible = "snps,dw-apb-uart";
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | snps,dw-apb-ssi.txt | 4 - compatible : "snps,dw-apb-ssi" 21 compatible = "snps,dw-apb-ssi";
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | layerscape-pci.txt | 16 "fsl,ls1021a-pcie", "snps,dw-pcie" 17 "fsl,ls2080a-pcie", "snps,dw-pcie" 31 compatible = "fsl,ls1021a-pcie", "snps,dw-pcie";
|
D | samsung,exynos5440-pcie.txt | 18 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie"; 38 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
|
D | spear13xx-pcie.txt | 8 - compatible : should be "st,spear1340-pcie", "snps,dw-pcie".
|
D | fsl,imx6q-pcie.txt | 19 compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
|
D | hisilicon-pcie.txt | 25 compatible = "hisilicon,hip05-pcie", "snps,dw-pcie";
|
D | designware-pcie.txt | 4 - compatible: should contain "snps,dw-pcie" to identify the core.
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be.h | 716 u32 *dw = (u32 *) ptr + dw_offset; in amap_set() local 717 *dw &= ~(mask << offset); in amap_set() 718 *dw |= (mask & value) << offset; in amap_set() 730 u32 *dw = (u32 *) ptr; in amap_get() local 731 return mask & (*(dw + dw_offset) >> offset); in amap_get() 757 u32 *dw = wrb; in swap_dws() local 760 *dw = cpu_to_le32(*dw); in swap_dws() 761 dw++; in swap_dws()
|
D | be_hw.h | 244 __le32 dw[4]; member 283 u32 dw[4]; member 365 u32 dw[4]; member
|
D | be_main.c | 1151 if (!(hdr->dw[2] & cpu_to_le32(TX_HDR_WRB_EVT))) in be_xmit_flush() 1152 hdr->dw[2] |= cpu_to_le32(TX_HDR_WRB_EVT | TX_HDR_WRB_COMPL); in be_xmit_flush() 1160 hdr->dw[2] &= ~cpu_to_le32(TX_HDR_WRB_NUM_MASK << in be_xmit_flush() 1162 hdr->dw[2] |= cpu_to_le32((txo->last_req_wrb_cnt + 1) << in be_xmit_flush() 2248 if (compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] == 0) in be_rx_compl_get() 2279 compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] = 0; in be_rx_compl_get() 2383 if (compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] == 0) in be_tx_compl_get() 2393 compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] = 0; in be_tx_compl_get()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,dw-apb-ictl.txt | 8 - compatible: shall be "snps,dw-apb-ictl" 26 compatible = "snps,dw-apb-ictl";
|
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/ |
D | dw_hdmi-rockchip.txt | 5 - compatible: "rockchip,rk3288-dw-hdmi"; 23 compatible = "rockchip,rk3288-dw-hdmi";
|
/linux-4.4.14/arch/arm64/boot/dts/rockchip/ |
D | rk3368.dtsi | 225 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc"; 236 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc"; 248 compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc"; 360 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart"; 372 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart"; 384 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart"; 396 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart"; 475 compatible = "rockchip,rk3368-uart", "snps,dw-apb-uart"; 506 compatible = "rockchip,rk3368-wdt", "snps,dw-wdt";
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_trace.h | 34 __field(u32, dw) 40 __entry->dw = p->chunk_ib->length_dw; 45 __entry->ring, __entry->dw,
|
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
D | dw_hdmi.txt | 5 * "snps,dw-hdmi-tx" 8 * "rockchip,rk3288-dw-hdmi"
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | conf_space_header.c | 374 .u.dw.read = bar_read, \ 375 .u.dw.write = bar_write, \ 385 .u.dw.read = bar_read, \ 386 .u.dw.write = rom_write, \
|
D | conf_space_quirks.c | 78 field->u.dw.read = xen_pcibk_read_config_dword; in xen_pcibk_config_quirks_add_field() 79 field->u.dw.write = xen_pcibk_write_config_dword; in xen_pcibk_config_quirks_add_field()
|
D | conf_space.c | 60 if (field->u.dw.read) in DEFINE_PCI_CONFIG() 61 ret = field->u.dw.read(dev, offset, value, entry->data); in DEFINE_PCI_CONFIG() 86 if (field->u.dw.write) in conf_space_write() 87 ret = field->u.dw.write(dev, offset, value, in conf_space_write()
|
D | conf_space_capability.c | 87 .u.dw.read = xen_pcibk_read_config_dword, 88 .u.dw.write = NULL,
|
D | conf_space.h | 47 } dw; member
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_classes_pSeries.h | 120 u64 dw[2]; member 138 u64 dw[2]; member
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_sdma.c | 588 u32 dw; in qib_sdma_verbs_send() local 597 dw = (len + 3) >> 2; in qib_sdma_verbs_send() 599 dw << 2, DMA_TO_DEVICE); in qib_sdma_verbs_send() 603 make_sdma_desc(ppd, sdmadesc, (u64) addr, dw, dwoffset); in qib_sdma_verbs_send() 635 dwoffset += dw; in qib_sdma_verbs_send() 636 dwords -= dw; in qib_sdma_verbs_send()
|
D | qib_iba7220.c | 3450 u32 dw, i, hcnt, dcnt, *data; in autoneg_7220_send() local 3468 dw = (__force u32) cpu_to_be32(hdr[i]); in autoneg_7220_send() 3469 hdr[i] = dw; in autoneg_7220_send() 3472 dw = (__force u32) cpu_to_be32(madpayload_start[i]); in autoneg_7220_send() 3473 madpayload_start[i] = dw; in autoneg_7220_send() 3474 dw = (__force u32) cpu_to_be32(madpayload_done[i]); in autoneg_7220_send() 3475 madpayload_done[i] = dw; in autoneg_7220_send()
|
D | qib_iba7322.c | 5316 u32 dw, i, hcnt, dcnt, *data; in qib_autoneg_7322_send() local 5334 dw = (__force u32) cpu_to_be32(hdr[i]); in qib_autoneg_7322_send() 5335 hdr[i] = dw; in qib_autoneg_7322_send() 5338 dw = (__force u32) cpu_to_be32(madpayload_start[i]); in qib_autoneg_7322_send() 5339 madpayload_start[i] = dw; in qib_autoneg_7322_send() 5340 dw = (__force u32) cpu_to_be32(madpayload_done[i]); in qib_autoneg_7322_send() 5341 madpayload_done[i] = dw; in qib_autoneg_7322_send()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_sdma.c | 731 u32 dw; in ipath_sdma_verbs_send() local 740 dw = (len + 3) >> 2; in ipath_sdma_verbs_send() 741 addr = dma_map_single(&dd->pcidev->dev, sge->vaddr, dw << 2, in ipath_sdma_verbs_send() 745 make_sdma_desc(dd, sdmadesc, (u64) addr, dw, dwoffset); in ipath_sdma_verbs_send() 777 dwoffset += dw; in ipath_sdma_verbs_send() 778 dwords -= dw; in ipath_sdma_verbs_send()
|
D | ipath_driver.c | 1245 u32 j, *d, dw = rsize-2; in ipath_kreceive() local 1247 dw = tlen>>2; in ipath_kreceive() 1250 dw); in ipath_kreceive() 1251 for (j = 0; j < dw; j++) in ipath_kreceive()
|
/linux-4.4.14/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 331 if (l1_cfg->dh == 0 || l1_cfg->dw == 0) in mb862xxfb_ioctl() 333 if ((l1_cfg->sw >= l1_cfg->dw) && (l1_cfg->sh >= l1_cfg->dh)) { in mb862xxfb_ioctl() 337 (l1_cfg->sw << 11) / l1_cfg->dw)); in mb862xxfb_ioctl() 340 } else if ((l1_cfg->sw <= l1_cfg->dw) && in mb862xxfb_ioctl() 345 (l1_cfg->sw << 11) / l1_cfg->dw)); in mb862xxfb_ioctl() 349 pack(l1_cfg->dw >> 1, l1_cfg->dh)); in mb862xxfb_ioctl() 357 l1em |= l1_cfg->dw * 2 - 8; in mb862xxfb_ioctl() 378 pack(l1_cfg->dh - 1, l1_cfg->dw)); in mb862xxfb_ioctl() 533 par->l1_cfg.dw = 720; in mb862xxfb_init_fbinfo()
|
D | mb862xxfb.h | 11 unsigned short dw; member
|
/linux-4.4.14/include/linux/dma/ |
D | dw.h | 36 struct dw_dma *dw; member
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | pcap_ts.c | 90 struct delayed_work *dw = container_of(work, struct delayed_work, work); in pcap_ts_work() local 91 struct pcap_ts *pcap_ts = container_of(dw, struct pcap_ts, work); in pcap_ts_work()
|
/linux-4.4.14/include/linux/ |
D | if_team.h | 202 struct delayed_work dw; member 208 struct delayed_work dw; member
|
D | intel-iommu.h | 283 #define QI_IOTLB_DW(dw) (((u64)dw) << 6) argument
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_worker.c | 787 struct drbd_device_work *dw = in w_ov_finished() local 789 struct drbd_device *device = dw->device; in w_ov_finished() 790 kfree(dw); in w_ov_finished() 799 struct drbd_device_work *dw = in w_resync_finished() local 801 struct drbd_device *device = dw->device; in w_resync_finished() 802 kfree(dw); in w_resync_finished() 824 struct drbd_device_work *dw; in drbd_resync_finished() local 838 dw = kmalloc(sizeof(struct drbd_device_work), GFP_ATOMIC); in drbd_resync_finished() 839 if (dw) { in drbd_resync_finished() 840 dw->w.cb = w_resync_finished; in drbd_resync_finished() [all …]
|
D | drbd_receiver.c | 5382 struct drbd_device_work *dw; in got_OVResult() local 5414 dw = kmalloc(sizeof(*dw), GFP_NOIO); in got_OVResult() 5415 if (dw) { in got_OVResult() 5416 dw->w.cb = w_ov_finished; in got_OVResult() 5417 dw->device = device; in got_OVResult() 5418 drbd_queue_work(&peer_device->connection->sender_work, &dw->w); in got_OVResult()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | mx3_camera.c | 1004 u32 dw, sens_conf; in mx3_camera_set_bus_param() local 1120 dw = 0 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param() 1123 dw = 1 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param() 1126 dw = 2 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param() 1134 dw = 3 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param() 1137 csi_reg_write(mx3_cam, sens_conf | dw, CSI_SENS_CONF); in mx3_camera_set_bus_param() 1139 dev_dbg(dev, "Set SENS_CONF to %x\n", sens_conf | dw); in mx3_camera_set_bus_param()
|
D | pxa_camera.c | 1034 unsigned long dw, bpp; in pxa_camera_setup_cicr() local 1047 dw = 4; in pxa_camera_setup_cicr() 1051 dw = 3; in pxa_camera_setup_cicr() 1060 dw = 2; in pxa_camera_setup_cicr() 1079 cicr1 = CICR1_PPL_VAL(icd->user_width - 1) | bpp | dw; in pxa_camera_setup_cicr()
|
/linux-4.4.14/drivers/pci/host/ |
D | Makefile | 11 obj-$(CONFIG_PCI_KEYSTONE) += pci-keystone-dw.o pci-keystone.o
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.h | 60 struct delayed_work dw; member
|
D | spectrum_switchdev.c | 803 schedule_delayed_work(&mlxsw_sp->fdb_notify.dw, in mlxsw_sp_fdb_notify_work_schedule() 819 mlxsw_sp = container_of(work, struct mlxsw_sp, fdb_notify.dw.work); in mlxsw_sp_fdb_notify_work() 849 INIT_DELAYED_WORK(&mlxsw_sp->fdb_notify.dw, mlxsw_sp_fdb_notify_work); in mlxsw_sp_fdb_init() 857 cancel_delayed_work_sync(&mlxsw_sp->fdb_notify.dw); in mlxsw_sp_fdb_fini()
|
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
D | hip05.dtsi | 250 compatible = "snps,dw-apb-uart"; 261 compatible = "snps,dw-apb-uart";
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 626 team = container_of(work, struct team, notify_peers.dw.work); in team_notify_peers_work() 629 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers_work() 640 schedule_delayed_work(&team->notify_peers.dw, in team_notify_peers_work() 649 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers() 654 INIT_DELAYED_WORK(&team->notify_peers.dw, team_notify_peers_work); in team_notify_peers_init() 659 cancel_delayed_work_sync(&team->notify_peers.dw); in team_notify_peers_fini() 672 team = container_of(work, struct team, mcast_rejoin.dw.work); in team_mcast_rejoin_work() 675 schedule_delayed_work(&team->mcast_rejoin.dw, 0); in team_mcast_rejoin_work() 686 schedule_delayed_work(&team->mcast_rejoin.dw, in team_mcast_rejoin_work() 695 schedule_delayed_work(&team->mcast_rejoin.dw, 0); in team_mcast_rejoin() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 48 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
D | rockchip,rk3288-cru.txt | 55 compatible = "snps,dw-apb-uart";
|
D | rockchip,rk3188-cru.txt | 55 compatible = "snps,dw-apb-uart";
|
D | rockchip,rk3368-cru.txt | 55 compatible = "snps,dw-apb-uart";
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
D | savagefb.h | 127 #define BCI_SEND(dw) writel(dw, par->bci_base + par->bci_ptr++) argument
|
/linux-4.4.14/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a.dtsi | 391 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie"; 414 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie"; 437 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie"; 460 compatible = "fsl,ls2080a-pcie", "snps,dw-pcie";
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 3025 u8 dw, rows, cols, banks, ranks; in netxen_sysfs_read_dimm() local 3047 dw = NETXEN_DIMM_DATAWIDTH(val); in netxen_sysfs_read_dimm() 3099 switch (dw) { in netxen_sysfs_read_dimm() 3101 dw = 32; in netxen_sysfs_read_dimm() 3104 dw = 33; in netxen_sysfs_read_dimm() 3107 dw = 36; in netxen_sysfs_read_dimm() 3110 dw = 64; in netxen_sysfs_read_dimm() 3113 dw = 72; in netxen_sysfs_read_dimm() 3116 dw = 80; in netxen_sysfs_read_dimm() 3119 dw = 128; in netxen_sysfs_read_dimm() [all …]
|
/linux-4.4.14/drivers/dma/ |
D | Makefile | 28 obj-$(CONFIG_DW_DMAC_CORE) += dw/
|
D | Kconfig | 530 source "drivers/dma/dw/Kconfig"
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | abilis,tb10x-iomux.txt | 63 compatible = "snps,dw-apb-uart";
|
D | rockchip,pinctrl.txt | 108 compatible = "snps,dw-apb-uart";
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 293 u16 dw, dh; in omapfb_update_window() local 301 display->driver->get_resolution(display, &dw, &dh); in omapfb_update_window() 303 if (x + w > dw || y + h > dh) in omapfb_update_window()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_fc.c | 172 struct delayed_work *dw = to_delayed_work(work); in zfcp_fc_wka_port_offline() local 174 container_of(dw, struct zfcp_fc_wka_port, work); in zfcp_fc_wka_port_offline() 726 struct delayed_work *dw = to_delayed_work(work); in zfcp_fc_scan_ports() local 727 struct zfcp_adapter *adapter = container_of(dw, struct zfcp_adapter, in zfcp_fc_scan_ports()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | user_sdma.c | 125 #define KDETH_SET(dw, field, val) do { \ argument 126 u32 dwval = le32_to_cpu(dw); \ 130 dw = cpu_to_le32(dwval); \ 133 #define AHG_HEADER_SET(arr, idx, dw, bit, width, value) \ argument 137 (__force u16)(value), (dw), (bit), \
|
/linux-4.4.14/drivers/irqchip/ |
D | Makefile | 12 obj-$(CONFIG_DW_APB_ICTL) += irq-dw-apb-ictl.o
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 572 pBuf32->dw = _nbu2ss_readl(&udc->p_regs->EP0_READ); in EP0_out_PIO() 591 Temp32.dw = _nbu2ss_readl(&udc->p_regs->EP0_READ); in EP0_out_OverBytes() 620 _nbu2ss_writel(&udc->p_regs->EP0_WRITE, pBuf32->dw); in EP0_in_PIO() 639 _nbu2ss_ep_in_end(udc, 0, Temp32.dw, iRemainSize); in EP0_in_OverBytes() 912 pBuf32->dw = in _nbu2ss_epn_out_pio() 923 Temp32.dw = _nbu2ss_readl(&preg->EP_REGS[ep->epnum-1].EP_READ); in _nbu2ss_epn_out_pio() 1133 , pBuf32->dw in _nbu2ss_epn_in_pio() 1144 Temp32.dw = 0; in _nbu2ss_epn_in_pio() 1148 _nbu2ss_ep_in_end(udc, ep->epnum, Temp32.dw, data); in _nbu2ss_epn_in_pio()
|
D | emxx_udc.h | 601 unsigned int dw; member
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | sislite.h | 437 u64 dw; member
|
D | superpipe.c | 527 rhte_f1->dw = dummy.dw; in rht_format1() 680 rhte_f1->dw = 0; in _cxlflash_disk_release()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-core.c | 217 int dw, int dh, int rotation) in fimc_check_scaler_ratio() argument 220 swap(dw, dh); in fimc_check_scaler_ratio() 223 return (sw == dw && sh == dh) ? 0 : -EINVAL; in fimc_check_scaler_ratio() 225 if ((sw >= SCALER_MAX_HRATIO * dw) || (sh >= SCALER_MAX_VRATIO * dh)) in fimc_check_scaler_ratio()
|
D | fimc-core.h | 634 int dw, int dh, int rotation);
|
/linux-4.4.14/arch/arm64/boot/dts/broadcom/ |
D | ns2.dtsi | 109 compatible = "snps,dw-apb-uart";
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.c | 741 rxdesc->dw[0] = 0; in jme_set_clean_rxdesc() 742 rxdesc->dw[1] = 0; in jme_set_clean_rxdesc() 1484 txdesc[(i + j) & (mask)].dw[0] = 0; in jme_tx_clean_tasklet() 2018 txdesc->dw[0] = 0; in jme_fill_tx_map() 2019 txdesc->dw[1] = 0; in jme_fill_tx_map() 2177 txdesc->dw[0] = 0; in jme_fill_tx_desc() 2178 txdesc->dw[1] = 0; in jme_fill_tx_desc() 2179 txdesc->dw[2] = 0; in jme_fill_tx_desc() 2180 txdesc->dw[3] = 0; in jme_fill_tx_desc()
|
D | jme.h | 184 __le32 dw[4]; member 279 __le32 dw[4]; member
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.c | 8079 }dw; in mpt_sas_log_info() member 8087 if ((sas_loginfo.dw.bus_type != 3 /*SAS*/) && in mpt_sas_log_info() 8088 (sas_loginfo.dw.originator < ARRAY_SIZE(originator_str))) in mpt_sas_log_info() 8091 originator_desc = originator_str[sas_loginfo.dw.originator]; in mpt_sas_log_info() 8093 switch (sas_loginfo.dw.originator) { in mpt_sas_log_info() 8096 if (sas_loginfo.dw.code < in mpt_sas_log_info() 8098 code_desc = iop_code_str[sas_loginfo.dw.code]; in mpt_sas_log_info() 8101 if (sas_loginfo.dw.code < in mpt_sas_log_info() 8103 code_desc = pl_code_str[sas_loginfo.dw.code]; in mpt_sas_log_info() 8106 if (sas_loginfo.dw.code >= in mpt_sas_log_info() [all …]
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | devconnect.c | 451 struct delayed_work *dw = to_delayed_work(ws); in wusbhc_keep_alive_run() local 452 struct wusbhc *wusbhc = container_of(dw, struct wusbhc, keep_alive_timer); in wusbhc_keep_alive_run()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | commands.h | 352 u32 dw; member 363 __le32 dw; member 1386 __le32 dw[2]; member
|
D | 4965.c | 1243 tx_power_tbl->power_tbl[i].dw = cpu_to_le32(tx_power.dw); in il4965_fill_txpower_tbl()
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 608 int gsc_check_scaler_ratio(struct gsc_variant *var, int sw, int sh, int dw, in gsc_check_scaler_ratio() argument 620 tmp_h = dw; in gsc_check_scaler_ratio() 622 tmp_w = dw; in gsc_check_scaler_ratio()
|
D | gsc-core.h | 406 int gsc_check_scaler_ratio(struct gsc_variant *var, int sw, int sh, int dw,
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 198 unsigned long dw; in reply_to_message() local 203 dw = (msg->swack_vec << UV_SW_ACK_NPENDING) | msg->swack_vec; in reply_to_message() 204 write_mmr_sw_ack(dw); in reply_to_message()
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 1297 u8 dw = 0, dr = 0; in qi_flush_iotlb() local 1303 dw = 1; in qi_flush_iotlb() 1308 desc.low = QI_IOTLB_DID(did) | QI_IOTLB_DR(dr) | QI_IOTLB_DW(dw) in qi_flush_iotlb()
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 1352 struct delayed_work *dw = in tile_net_open_retry() local 1356 container_of(dw, struct tile_net_priv, retry_work); in tile_net_open_retry()
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 780 struct delayed_work *dw = to_delayed_work(w); in dm9000_poll_work() local 781 struct board_info *db = container_of(dw, struct board_info, phy_poll); in dm9000_poll_work()
|
/linux-4.4.14/drivers/md/ |
D | raid10.c | 2064 int dw = r10_bio->devs[1].devnum; in fix_recovery_read_error() local 2083 rdev = conf->mirrors[dw].rdev; in fix_recovery_read_error() 2105 if (rdev != conf->mirrors[dw].rdev) { in fix_recovery_read_error() 2107 struct md_rdev *rdev2 = conf->mirrors[dw].rdev; in fix_recovery_read_error() 2117 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 675 } dw; in _base_sas_log_info() member 681 if (sas_loginfo.dw.bus_type != 3 /*SAS*/) in _base_sas_log_info() 693 switch (sas_loginfo.dw.originator) { in _base_sas_log_info() 711 originator_str, sas_loginfo.dw.code, in _base_sas_log_info() 712 sas_loginfo.dw.subcode); in _base_sas_log_info()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_init.c | 1717 uint32_t dw; in qla81xx_mpi_sync() local 1730 rval = qla2x00_read_ram_word(vha, 0x7a15, &dw); in qla81xx_mpi_sync() 1737 if (dc == (dw & MPS_MASK)) in qla81xx_mpi_sync() 1740 dw &= ~MPS_MASK; in qla81xx_mpi_sync() 1741 dw |= dc; in qla81xx_mpi_sync() 1742 rval = qla2x00_write_ram_word(vha, 0x7a15, dw); in qla81xx_mpi_sync()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 1890 struct delayed_work *dw = container_of(work, struct delayed_work, work); in mvs_work_queue() local 1891 struct mvs_wq *mwq = container_of(dw, struct mvs_wq, work_q); in mvs_work_queue()
|
/linux-4.4.14/Documentation/acpi/ |
D | enumeration.txt | 71 err = devm_acpi_dma_controller_register(dev, xlate_func, dw);
|
/linux-4.4.14/drivers/crypto/ |
D | hifn_795x.c | 1883 struct delayed_work *dw = to_delayed_work(work); in hifn_work() local 1884 struct hifn_device *dev = container_of(dw, struct hifn_device, work); in hifn_work()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | commands.h | 344 __le32 dw; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 437 VmFlags: rd ex mr mw me dw 478 dw - disabled write to the mapped file
|