Home
last modified time | relevance | path

Searched refs:dw (Results 1 – 177 of 177) sorted by relevance

/linux-4.1.27/drivers/dma/dw/
Dcore.c132 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 …]
Dregs.h291 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)
Dplatform.c34 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
201 dw_dma_of_xlate, chip->dw); in dw_probe()
208 dw_dma_acpi_controller_register(chip->dw); in dw_probe()
DKconfig2 # DMA engine configuration for dw
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dexynos-dw-mshc.txt6 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 …]
Drockchip-dw-mshc.txt6 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
20 compatible = "rockchip,rk3288-dw-mshc";
Dk3-dw-mshc.txt4 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.
23 compatible = "hisilicon,hi4511-dw-mshc";
Dsocfpga-dw-mshc.txt6 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";
Dimg-dw-mshc.txt6 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";
Dsynopsys-dw-mshc.txt11 - snps,dw-mshc: for controllers compliant with synopsys dw-mshc.
89 compatible = "snps,dw-mshc";
/linux-4.1.27/drivers/edac/
Di5100_edac.c484 u32 dw; in i5100_read_log() local
494 pci_read_config_dword(pdev, I5100_VALIDLOG, &dw); in i5100_read_log()
496 if (i5100_validlog_redmemvalid(dw)) { in i5100_read_log()
503 if (i5100_validlog_recmemvalid(dw)) { in i5100_read_log()
525 if (i5100_validlog_nrecmemvalid(dw)) { in i5100_read_log()
547 pci_write_config_dword(pdev, I5100_VALIDLOG, dw); in i5100_read_log()
553 u32 dw, dw2; in i5100_check_error() local
555 pci_read_config_dword(priv->mc, I5100_FERR_NF_MEM, &dw); in i5100_check_error()
556 if (i5100_ferr_nf_mem_any(dw)) { in i5100_check_error()
560 i5100_read_log(mci, i5100_ferr_nf_mem_chan_indx(dw), in i5100_check_error()
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dberlin2cd.dtsi144 compatible = "snps,dw-apb-gpio";
150 compatible = "snps,dw-apb-gpio-port";
162 compatible = "snps,dw-apb-gpio";
168 compatible = "snps,dw-apb-gpio-port";
180 compatible = "snps,dw-apb-gpio";
186 compatible = "snps,dw-apb-gpio-port";
198 compatible = "snps,dw-apb-gpio";
204 compatible = "snps,dw-apb-gpio-port";
216 compatible = "snps,dw-apb-timer";
225 compatible = "snps,dw-apb-timer";
[all …]
Dberlin2.dtsi161 compatible = "snps,dw-apb-gpio";
167 compatible = "snps,dw-apb-gpio-port";
179 compatible = "snps,dw-apb-gpio";
185 compatible = "snps,dw-apb-gpio-port";
197 compatible = "snps,dw-apb-gpio";
203 compatible = "snps,dw-apb-gpio-port";
215 compatible = "snps,dw-apb-gpio";
221 compatible = "snps,dw-apb-gpio-port";
233 compatible = "snps,dw-apb-timer";
242 compatible = "snps,dw-apb-timer";
[all …]
Dberlin2q.dtsi192 compatible = "snps,dw-apb-gpio";
198 compatible = "snps,dw-apb-gpio-port";
210 compatible = "snps,dw-apb-gpio";
216 compatible = "snps,dw-apb-gpio-port";
228 compatible = "snps,dw-apb-gpio";
234 compatible = "snps,dw-apb-gpio-port";
246 compatible = "snps,dw-apb-gpio";
252 compatible = "snps,dw-apb-gpio-port";
290 compatible = "snps,dw-apb-timer";
298 compatible = "snps,dw-apb-timer";
[all …]
Dexynos5410-smdk5410.dts46 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>;
Dsocfpga_arria10.dtsi157 compatible = "snps,dw-apb-gpio";
162 compatible = "snps,dw-apb-gpio-port";
176 compatible = "snps,dw-apb-gpio";
181 compatible = "snps,dw-apb-gpio-port";
195 compatible = "snps,dw-apb-gpio";
200 compatible = "snps,dw-apb-gpio-port";
267 compatible = "altr,socfpga-dw-mshc";
297 compatible = "snps,dw-apb-timer";
303 compatible = "snps,dw-apb-timer";
309 compatible = "snps,dw-apb-timer";
[all …]
Dexynos5260-xyref5260.dts75 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>;
Dpicoxcell-pc3x2.dtsi61 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";
Dsocfpga.dtsi553 compatible = "snps,dw-apb-gpio";
559 compatible = "snps,dw-apb-gpio-port";
573 compatible = "snps,dw-apb-gpio";
579 compatible = "snps,dw-apb-gpio-port";
593 compatible = "snps,dw-apb-gpio";
599 compatible = "snps,dw-apb-gpio-port";
632 compatible = "altr,socfpga-dw-mshc";
648 compatible = "snps,dw-apb-ssi";
659 compatible = "snps,dw-apb-ssi";
678 compatible = "snps,dw-apb-timer";
[all …]
Dhip01.dtsi50 compatible = "snps,dw-apb-uart";
60 compatible = "snps,dw-apb-uart";
70 compatible = "snps,dw-apb-uart";
80 compatible = "snps,dw-apb-uart";
Dpicoxcell-pc3x3.dtsi158 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";
Dbcm11351.dtsi64 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";
Drk3xxx.dtsi120 compatible = "snps,dw-apb-uart";
131 compatible = "snps,dw-apb-uart";
177 compatible = "rockchip,rk2928-dw-mshc";
187 compatible = "rockchip,rk2928-dw-mshc";
197 compatible = "rockchip,rk2928-dw-mshc";
263 compatible = "snps,dw-wdt";
332 compatible = "snps,dw-apb-uart";
343 compatible = "snps,dw-apb-uart";
Dexynos5420-smdk5420.dts80 samsung,dw-mshc-ciu-div = <3>;
81 samsung,dw-mshc-sdr-timing = <0 4>;
82 samsung,dw-mshc-ddr-timing = <0 2>;
83 samsung,dw-mshc-hs400-timing = <0 2>;
95 samsung,dw-mshc-ciu-div = <3>;
96 samsung,dw-mshc-sdr-timing = <2 3>;
97 samsung,dw-mshc-ddr-timing = <1 2>;
Dexynos5420-arndale-octa.dts54 samsung,dw-mshc-ciu-div = <3>;
55 samsung,dw-mshc-sdr-timing = <0 4>;
56 samsung,dw-mshc-ddr-timing = <0 2>;
67 samsung,dw-mshc-ciu-div = <3>;
68 samsung,dw-mshc-sdr-timing = <2 3>;
69 samsung,dw-mshc-ddr-timing = <1 2>;
Dexynos5422-odroidxu3.dts311 samsung,dw-mshc-ciu-div = <3>;
312 samsung,dw-mshc-sdr-timing = <0 4>;
313 samsung,dw-mshc-ddr-timing = <0 2>;
323 samsung,dw-mshc-ciu-div = <3>;
324 samsung,dw-mshc-sdr-timing = <0 4>;
325 samsung,dw-mshc-ddr-timing = <0 2>;
Dbcm21664.dtsi64 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";
Dexynos5250-smdk5250.dts350 samsung,dw-mshc-ciu-div = <3>;
351 samsung,dw-mshc-sdr-timing = <2 3>;
352 samsung,dw-mshc-ddr-timing = <1 2>;
363 samsung,dw-mshc-ciu-div = <3>;
364 samsung,dw-mshc-sdr-timing = <2 3>;
365 samsung,dw-mshc-ddr-timing = <1 2>;
Dexynos5250-snow.dts538 samsung,dw-mshc-ciu-div = <3>;
539 samsung,dw-mshc-sdr-timing = <2 3>;
540 samsung,dw-mshc-ddr-timing = <1 2>;
551 samsung,dw-mshc-ciu-div = <3>;
552 samsung,dw-mshc-sdr-timing = <2 3>;
553 samsung,dw-mshc-ddr-timing = <1 2>;
572 samsung,dw-mshc-ciu-div = <3>;
573 samsung,dw-mshc-sdr-timing = <2 3>;
574 samsung,dw-mshc-ddr-timing = <1 2>;
Dbcm-cygnus.dtsi172 compatible = "snps,dw-apb-uart";
183 compatible = "snps,dw-apb-uart";
194 compatible = "snps,dw-apb-uart";
205 compatible = "snps,dw-apb-uart";
Dexynos5250-arndale.dts526 samsung,dw-mshc-ciu-div = <3>;
527 samsung,dw-mshc-sdr-timing = <2 3>;
528 samsung,dw-mshc-ddr-timing = <1 2>;
540 samsung,dw-mshc-ciu-div = <3>;
541 samsung,dw-mshc-sdr-timing = <2 3>;
542 samsung,dw-mshc-ddr-timing = <1 2>;
Dexynos5410.dtsi159 compatible = "samsung,exynos5250-dw-mshc";
171 compatible = "samsung,exynos5250-dw-mshc";
183 compatible = "samsung,exynos5250-dw-mshc";
Dexynos5420-peach-pit.dts699 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>;
Dexynos5800-peach-pi.dts662 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>;
Dexynos5250-spring.dts435 samsung,dw-mshc-ciu-div = <3>;
436 samsung,dw-mshc-sdr-timing = <2 3>;
437 samsung,dw-mshc-ddr-timing = <1 2>;
453 samsung,dw-mshc-ciu-div = <3>;
454 samsung,dw-mshc-sdr-timing = <2 3>;
455 samsung,dw-mshc-ddr-timing = <1 2>;
Dsun9i-a80.dtsi496 compatible = "snps,dw-apb-uart";
507 compatible = "snps,dw-apb-uart";
518 compatible = "snps,dw-apb-uart";
529 compatible = "snps,dw-apb-uart";
540 compatible = "snps,dw-apb-uart";
551 compatible = "snps,dw-apb-uart";
623 compatible = "snps,dw-apb-uart";
Drk3288.dtsi166 compatible = "rockchip,rk3288-dw-mshc";
177 compatible = "rockchip,rk3288-dw-mshc";
188 compatible = "rockchip,rk3288-dw-mshc";
199 compatible = "rockchip,rk3288-dw-mshc";
317 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
330 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
343 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
356 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
369 compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart";
584 compatible = "rockchip,rk3288-wdt", "snps,dw-wdt";
[all …]
Dsun4i-a10.dtsi843 compatible = "snps,dw-apb-uart";
853 compatible = "snps,dw-apb-uart";
863 compatible = "snps,dw-apb-uart";
873 compatible = "snps,dw-apb-uart";
883 compatible = "snps,dw-apb-uart";
893 compatible = "snps,dw-apb-uart";
903 compatible = "snps,dw-apb-uart";
913 compatible = "snps,dw-apb-uart";
Dexynos5260.dtsi276 compatible = "samsung,exynos5250-dw-mshc";
288 compatible = "samsung,exynos5250-dw-mshc";
300 compatible = "samsung,exynos5250-dw-mshc";
Dsun8i-a23.dtsi421 compatible = "snps,dw-apb-uart";
434 compatible = "snps,dw-apb-uart";
447 compatible = "snps,dw-apb-uart";
460 compatible = "snps,dw-apb-uart";
473 compatible = "snps,dw-apb-uart";
581 compatible = "snps,dw-apb-uart";
Dspear1310.dtsi87 compatible = "st,spear1340-pcie", "snps,dw-pcie";
105 compatible = "st,spear1340-pcie", "snps,dw-pcie";
123 compatible = "st,spear1340-pcie", "snps,dw-pcie";
Drk3066a.dtsi121 compatible = "snps,dw-apb-timer-osc";
129 compatible = "snps,dw-apb-timer-osc";
137 compatible = "snps,dw-apb-timer-osc";
606 compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
Darmada-39x.dtsi197 compatible = "snps,dw-apb-uart";
207 compatible = "snps,dw-apb-uart";
217 compatible = "snps,dw-apb-uart";
227 compatible = "snps,dw-apb-uart";
Dexynos4412-odroid-common.dtsi96 samsung,dw-mshc-ciu-div = <3>;
97 samsung,dw-mshc-sdr-timing = <2 3>;
98 samsung,dw-mshc-ddr-timing = <1 2>;
Dsun7i-a20.dtsi1052 compatible = "snps,dw-apb-uart";
1062 compatible = "snps,dw-apb-uart";
1072 compatible = "snps,dw-apb-uart";
1082 compatible = "snps,dw-apb-uart";
1092 compatible = "snps,dw-apb-uart";
1102 compatible = "snps,dw-apb-uart";
1112 compatible = "snps,dw-apb-uart";
1122 compatible = "snps,dw-apb-uart";
Dexynos4412-origen.dts143 samsung,dw-mshc-ciu-div = <3>;
144 samsung,dw-mshc-sdr-timing = <2 3>;
145 samsung,dw-mshc-ddr-timing = <1 2>;
Dsun6i-a31.dtsi669 compatible = "snps,dw-apb-uart";
682 compatible = "snps,dw-apb-uart";
695 compatible = "snps,dw-apb-uart";
708 compatible = "snps,dw-apb-uart";
721 compatible = "snps,dw-apb-uart";
734 compatible = "snps,dw-apb-uart";
Dexynos5440.dtsi283 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
304 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
Dsun5i-a10s.dtsi583 compatible = "snps,dw-apb-uart";
593 compatible = "snps,dw-apb-uart";
603 compatible = "snps,dw-apb-uart";
613 compatible = "snps,dw-apb-uart";
Dk2e.dtsi90 compatible = "ti,keystone-pcie","snps,dw-pcie";
Darmada-xp.dtsi103 compatible = "snps,dw-apb-uart";
115 compatible = "snps,dw-apb-uart";
Dexynos5250.dtsi499 compatible = "samsung,exynos5250-dw-mshc";
511 compatible = "samsung,exynos5250-dw-mshc";
523 compatible = "samsung,exynos5250-dw-mshc";
535 compatible = "samsung,exynos5250-dw-mshc";
Darmada-370-xp.dtsi194 compatible = "snps,dw-apb-uart";
204 compatible = "snps,dw-apb-uart";
Dexynos4415.dtsi283 compatible = "samsung,exynos5250-dw-mshc";
295 compatible = "samsung,exynos5250-dw-mshc";
307 compatible = "samsung,exynos5250-dw-mshc";
Dexynos3250-monk.dts410 samsung,dw-mshc-ciu-div = <1>;
411 samsung,dw-mshc-sdr-timing = <0 1>;
412 samsung,dw-mshc-ddr-timing = <1 2>;
Dspear1340.dtsi52 compatible = "st,spear1340-pcie", "snps,dw-pcie";
Dexynos3250-rinato.dts583 samsung,dw-mshc-ciu-div = <1>;
584 samsung,dw-mshc-sdr-timing = <0 1>;
585 samsung,dw-mshc-ddr-timing = <1 2>;
Dhisi-x5hd2.dtsi421 compatible = "snps,dw-mshc";
430 compatible = "snps,dw-mshc";
Dexynos3250.dtsi285 compatible = "samsung,exynos5250-dw-mshc";
297 compatible = "samsung,exynos5250-dw-mshc";
Dexynos5420.dtsi185 compatible = "samsung,exynos5420-dw-mshc-smu";
197 compatible = "samsung,exynos5420-dw-mshc-smu";
209 compatible = "samsung,exynos5420-dw-mshc";
Darmada-375.dtsi285 compatible = "snps,dw-apb-uart";
295 compatible = "snps,dw-apb-uart";
Dsun5i-a13.dtsi565 compatible = "snps,dw-apb-uart";
575 compatible = "snps,dw-apb-uart";
Darmada-38x.dtsi214 compatible = "snps,dw-apb-uart";
224 compatible = "snps,dw-apb-uart";
Dexynos4x12.dtsi276 compatible = "samsung,exynos4412-dw-mshc";
Dkeystone.dtsi290 compatible = "ti,keystone-pcie", "snps,dw-pcie";
Dexynos4412-trats2.dts607 samsung,dw-mshc-ciu-div = <0>;
608 samsung,dw-mshc-sdr-timing = <2 3>;
609 samsung,dw-mshc-ddr-timing = <1 2>;
Drk3188.dtsi535 compatible = "rockchip,rk3188-wdt", "snps,dw-wdt";
Dhip04.dtsi257 compatible = "snps,dw-apb-uart";
Dimx6qdl.dtsi141 compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
Dimx6sx.dtsi1204 compatible = "fsl,imx6sx-pcie", "snps,dw-pcie";
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Dextmem_defs.h93 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 …]
Dbif_core_defs.h93 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.1.27/drivers/scsi/be2iscsi/
Dbe.h173 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()
Dbe_main.h462 u32 dw[12]; member
533 u32 dw[4]; member
551 u32 dw[6]; member
659 u32 dw[4]; member
702 u32 dw[1]; member
718 u32 dw[1]; member
737 u32 dw[16]; member
745 (pwrb->dw[0] |= (wrb_type << type_offset))
852 u32 dw[12]; member
882 u32 dw[16]; member
[all …]
Dbe_mgmt.c1583 params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1590 params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1593 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1596 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1599 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1602 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1605 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1609 (params->dw[offsetof(struct amap_beiscsi_offload_params, in beiscsi_offload_cxn_v0()
1615 max_burst_length, pwrb, params->dw[offsetof in beiscsi_offload_cxn_v0()
1647 max_burst_length, pwrb, params->dw[offsetof in beiscsi_offload_cxn_v2()
[all …]
Dbe_cmds.h775 u32 dw[4]; member
886 u32 dw[4]; member
1065 u32 dw[4]; member
1076 u32 dw[32]; member
Dbe_mgmt.h92 u32 dw[0]; /* DWORD 0 */ member
Dbe_main.c856 while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32] in be_isr_mcc()
858 if (((eqe->dw[offsetof(struct amap_eq_entry, in be_isr_mcc()
899 while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32] in be_isr_msix()
953 while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32] in be_isr()
955 if (((eqe->dw[offsetof(struct amap_eq_entry, in be_isr()
1096 switch (ppdu->dw[offsetof(struct amap_pdu_base, opcode) / 32] & in beiscsi_process_async_pdu()
1123 dw[offsetof(struct amap_pdu_base, opcode) / 32] in beiscsi_process_async_pdu()
1627 (pdpdu_cqe->dw[offsetof(struct amap_i_t_dpdu_cqe, in hwi_get_async_handle()
1630 pdpdu_cqe->dw[offsetof(struct amap_i_t_dpdu_cqe, in hwi_get_async_handle()
1636 switch (pdpdu_cqe->dw[offsetof(struct amap_i_t_dpdu_cqe, code) / 32] in hwi_get_async_handle()
[all …]
/linux-4.1.27/arch/arm64/boot/dts/exynos/
Dexynos7-espresso.dts63 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>;
Dexynos7.dtsi470 compatible = "samsung,exynos7-dw-mshc-smu";
483 compatible = "samsung,exynos7-dw-mshc";
496 compatible = "samsung,exynos7-dw-mshc-smu";
/linux-4.1.27/arch/x86/crypto/
Dcamellia_glue.c819 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.1.27/crypto/
Dcamellia_generic.c380 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.1.27/Documentation/devicetree/bindings/rtc/
Ddw-apb.txt5 "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.1.27/arch/arm/mach-imx/
Dmach-imx6q.c89 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.1.27/Documentation/devicetree/bindings/gpio/
Dsnps-dwapb-gpio.txt4 - 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.1.27/drivers/ata/
Dsata_sx4.c321 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 …]
Dsata_mv.c1280 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.1.27/drivers/scsi/sym53c8xx_2/
Dsym_glue.h141 #define cpu_to_scr(dw) cpu_to_le32(dw) argument
142 #define scr_to_cpu(dw) le32_to_cpu(dw) argument
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Doverlay.c154 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()
Ddsi.c4060 u16 dw, dh; in dsi_update() local
4069 dw = dsi->timings.x_res; in dsi_update()
4073 dsi->update_bytes = dw * dh * in dsi_update()
/linux-4.1.27/drivers/spi/
DMakefile31 obj-$(CONFIG_SPI_DESIGNWARE) += spi-dw.o
32 obj-$(CONFIG_SPI_DW_MMIO) += spi-dw-mmio.o
33 obj-$(CONFIG_SPI_DW_PCI) += spi-dw-midpci.o
34 spi-dw-midpci-objs := spi-dw-pci.o spi-dw-mid.o
/linux-4.1.27/drivers/clk/rockchip/
Dclk.h216 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
230 .div_width = dw, \
237 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
248 .div_width = dw, \
255 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument
266 .div_width = dw, \
293 ds, dw, df) \ argument
306 .div_width = dw, \
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.h359 #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.1.27/include/drm/
Ddrm_rect.h57 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.1.27/drivers/scsi/esas2r/
Desas2r_init.c1015 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 …]
Desas2r_io.c141 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.1.27/Documentation/devicetree/bindings/watchdog/
Ddw_wdt.txt5 - compatible : Should contain "snps,dw-wdt"
17 compatible = "snps,dw-wdt";
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dbif_core_defs.h93 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.1.27/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt4 - compatible : "snps,dw-apb-uart"
40 compatible = "snps,dw-apb-uart";
55 compatible = "snps,dw-apb-uart";
66 compatible = "snps,dw-apb-uart";
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dsnps,dw-apb-ssi.txt4 - compatible : "snps,dw-apb-ssi"
19 compatible = "snps,dw-apb-ssi";
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe.h693 u32 *dw = (u32 *) ptr + dw_offset; in amap_set() local
694 *dw &= ~(mask << offset); in amap_set()
695 *dw |= (mask & value) << offset; in amap_set()
707 u32 *dw = (u32 *) ptr; in amap_get() local
708 return mask & (*(dw + dw_offset) >> offset); in amap_get()
734 u32 *dw = wrb; in swap_dws() local
737 *dw = cpu_to_le32(*dw); in swap_dws()
738 dw++; in swap_dws()
Dbe_hw.h232 __le32 dw[4]; member
271 u32 dw[4]; member
353 u32 dw[4]; member
Dbe_main.c1131 if (!(hdr->dw[2] & cpu_to_le32(TX_HDR_WRB_EVT))) in be_xmit_flush()
1132 hdr->dw[2] |= cpu_to_le32(TX_HDR_WRB_EVT | TX_HDR_WRB_COMPL); in be_xmit_flush()
1140 hdr->dw[2] &= ~cpu_to_le32(TX_HDR_WRB_NUM_MASK << in be_xmit_flush()
1142 hdr->dw[2] |= cpu_to_le32((txo->last_req_wrb_cnt + 1) << in be_xmit_flush()
2006 if (compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] == 0) in be_rx_compl_get()
2037 compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] = 0; in be_rx_compl_get()
2141 if (compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] == 0) in be_tx_compl_get()
2151 compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] = 0; in be_tx_compl_get()
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dsnps,dw-apb-ictl.txt8 - compatible: shall be "snps,dw-apb-ictl"
26 compatible = "snps,dw-apb-ictl";
/linux-4.1.27/Documentation/devicetree/bindings/video/
Ddw_hdmi-rockchip.txt5 - compatible: "rockchip,rk3288-dw-hdmi";
23 compatible = "rockchip,rk3288-dw-hdmi";
/linux-4.1.27/Documentation/devicetree/bindings/drm/bridge/
Ddw_hdmi.txt5 * "snps,dw-hdmi-tx"
8 * "rockchip,rk3288-dw-hdmi"
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_trace.h34 __field(u32, dw)
40 __entry->dw = p->chunk_ib->length_dw;
45 __entry->ring, __entry->dw,
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dsamsung,exynos5440-pcie.txt18 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
38 compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
Dspear13xx-pcie.txt8 - compatible : should be "st,spear1340-pcie", "snps,dw-pcie".
Dfsl,imx6q-pcie.txt19 compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
Ddesignware-pcie.txt4 - compatible: should contain "snps,dw-pcie" to identify the core.
Dlayerscape-pci.txt21 compatible = "fsl,ls1021a-pcie", "snps,dw-pcie";
/linux-4.1.27/drivers/xen/xen-pciback/
Dconf_space_header.c374 .u.dw.read = bar_read, \
375 .u.dw.write = bar_write, \
385 .u.dw.read = bar_read, \
386 .u.dw.write = rom_write, \
Dconf_space_quirks.c78 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()
Dconf_space.c60 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()
Dconf_space_capability.c87 .u.dw.read = xen_pcibk_read_config_dword,
88 .u.dw.write = NULL,
Dconf_space.h47 } dw; member
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_classes_pSeries.h120 u64 dw[2]; member
138 u64 dw[2]; member
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_sdma.c731 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()
Dipath_driver.c1239 u32 j, *d, dw = rsize-2; in ipath_kreceive() local
1241 dw = tlen>>2; in ipath_kreceive()
1244 dw); in ipath_kreceive()
1245 for (j = 0; j < dw; j++) in ipath_kreceive()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_sdma.c588 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()
Dqib_iba7220.c3450 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()
Dqib_iba7322.c5316 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.1.27/drivers/video/fbdev/mb862xx/
Dmb862xxfbdrv.c331 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()
Dmb862xxfb.h11 unsigned short dw; member
/linux-4.1.27/include/linux/dma/
Ddw.h36 struct dw_dma *dw; member
/linux-4.1.27/drivers/pci/host/
DMakefile11 obj-$(CONFIG_PCI_KEYSTONE) += pci-keystone-dw.o pci-keystone.o
/linux-4.1.27/drivers/input/touchscreen/
Dpcap_ts.c90 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.1.27/include/linux/
Dif_team.h202 struct delayed_work dw; member
208 struct delayed_work dw; member
Dintel-iommu.h265 #define QI_IOTLB_DW(dw) (((u64)dw) << 6) argument
/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c809 struct drbd_device_work *dw = in w_ov_finished() local
811 struct drbd_device *device = dw->device; in w_ov_finished()
812 kfree(dw); in w_ov_finished()
821 struct drbd_device_work *dw = in w_resync_finished() local
823 struct drbd_device *device = dw->device; in w_resync_finished()
824 kfree(dw); in w_resync_finished()
846 struct drbd_device_work *dw; in drbd_resync_finished() local
860 dw = kmalloc(sizeof(struct drbd_device_work), GFP_ATOMIC); in drbd_resync_finished()
861 if (dw) { in drbd_resync_finished()
862 dw->w.cb = w_resync_finished; in drbd_resync_finished()
[all …]
Ddrbd_receiver.c5381 struct drbd_device_work *dw; in got_OVResult() local
5413 dw = kmalloc(sizeof(*dw), GFP_NOIO); in got_OVResult()
5414 if (dw) { in got_OVResult()
5415 dw->w.cb = w_ov_finished; in got_OVResult()
5416 dw->device = device; in got_OVResult()
5417 drbd_queue_work(&peer_device->connection->sender_work, &dw->w); in got_OVResult()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dmx3_camera.c987 u32 dw, sens_conf; in mx3_camera_set_bus_param() local
1103 dw = 0 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param()
1106 dw = 1 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param()
1109 dw = 2 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param()
1117 dw = 3 << CSI_SENS_CONF_DATA_WIDTH_SHIFT; in mx3_camera_set_bus_param()
1120 csi_reg_write(mx3_cam, sens_conf | dw, CSI_SENS_CONF); in mx3_camera_set_bus_param()
1122 dev_dbg(dev, "Set SENS_CONF to %x\n", sens_conf | dw); in mx3_camera_set_bus_param()
Dpxa_camera.c1034 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.1.27/drivers/net/team/
Dteam.c626 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.1.27/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt48 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
Drockchip,rk3288-cru.txt55 compatible = "snps,dw-apb-uart";
Drockchip,rk3188-cru.txt55 compatible = "snps,dw-apb-uart";
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb.h127 #define BCI_SEND(dw) writel(dw, par->bci_base + par->bci_ptr++) argument
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c3025 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.1.27/drivers/dma/
DMakefile17 obj-$(CONFIG_DW_DMAC_CORE) += dw/
DKconfig88 source "drivers/dma/dw/Kconfig"
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dabilis,tb10x-iomux.txt63 compatible = "snps,dw-apb-uart";
Drockchip,pinctrl.txt107 compatible = "snps,dw-apb-uart";
/linux-4.1.27/drivers/irqchip/
DMakefile11 obj-$(CONFIG_DW_APB_ICTL) += irq-dw-apb-ictl.o
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c293 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.1.27/drivers/s390/scsi/
Dzfcp_fc.c172 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.1.27/drivers/media/platform/exynos4-is/
Dfimc-core.c217 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()
Dfimc-core.h634 int dw, int dh, int rotation);
/linux-4.1.27/drivers/net/ethernet/
Djme.c737 rxdesc->dw[0] = 0; in jme_set_clean_rxdesc()
738 rxdesc->dw[1] = 0; in jme_set_clean_rxdesc()
1482 txdesc[(i + j) & (mask)].dw[0] = 0; in jme_tx_clean_tasklet()
2016 txdesc->dw[0] = 0; in jme_fill_tx_map()
2017 txdesc->dw[1] = 0; in jme_fill_tx_map()
2175 txdesc->dw[0] = 0; in jme_fill_tx_desc()
2176 txdesc->dw[1] = 0; in jme_fill_tx_desc()
2177 txdesc->dw[2] = 0; in jme_fill_tx_desc()
2178 txdesc->dw[3] = 0; in jme_fill_tx_desc()
Djme.h184 __le32 dw[4]; member
279 __le32 dw[4]; member
/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.c580 pBuf32->dw = _nbu2ss_readl(&udc->p_regs->EP0_READ); in EP0_out_PIO()
599 Temp32.dw = _nbu2ss_readl(&udc->p_regs->EP0_READ); in EP0_out_OverBytes()
628 _nbu2ss_writel(&udc->p_regs->EP0_WRITE, pBuf32->dw); in EP0_in_PIO()
647 _nbu2ss_ep_in_end(udc, 0, Temp32.dw, iRemainSize); in EP0_in_OverBytes()
922 pBuf32->dw = in _nbu2ss_epn_out_pio()
933 Temp32.dw = _nbu2ss_readl(&preg->EP_REGS[ep->epnum-1].EP_READ); in _nbu2ss_epn_out_pio()
1143 , pBuf32->dw in _nbu2ss_epn_in_pio()
1154 Temp32.dw = 0; in _nbu2ss_epn_in_pio()
1158 _nbu2ss_ep_in_end(udc, ep->epnum, Temp32.dw, data); in _nbu2ss_epn_in_pio()
Demxx_udc.h641 unsigned int dw; member
/linux-4.1.27/drivers/message/fusion/
Dmptbase.c8103 }dw; in mpt_sas_log_info() member
8111 if ((sas_loginfo.dw.bus_type != 3 /*SAS*/) && in mpt_sas_log_info()
8112 (sas_loginfo.dw.originator < ARRAY_SIZE(originator_str))) in mpt_sas_log_info()
8115 originator_desc = originator_str[sas_loginfo.dw.originator]; in mpt_sas_log_info()
8117 switch (sas_loginfo.dw.originator) { in mpt_sas_log_info()
8120 if (sas_loginfo.dw.code < in mpt_sas_log_info()
8122 code_desc = iop_code_str[sas_loginfo.dw.code]; in mpt_sas_log_info()
8125 if (sas_loginfo.dw.code < in mpt_sas_log_info()
8127 code_desc = pl_code_str[sas_loginfo.dw.code]; in mpt_sas_log_info()
8130 if (sas_loginfo.dw.code >= in mpt_sas_log_info()
[all …]
/linux-4.1.27/drivers/usb/wusbcore/
Ddevconnect.c451 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.1.27/arch/arc/boot/dts/
Dabilis_tb10x.dtsi86 compatible = "snps,dw-apb-uart";
/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-core.c608 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()
Dgsc-core.h406 int gsc_check_scaler_ratio(struct gsc_variant *var, int sw, int sh, int dw,
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Dcommands.h352 u32 dw; member
363 __le32 dw; member
1386 __le32 dw[2]; member
D4965.c1243 tx_power_tbl->power_tbl[i].dw = cpu_to_le32(tx_power.dw); in il4965_fill_txpower_tbl()
/linux-4.1.27/drivers/misc/sgi-gru/
Dgrukservices.c1000 unsigned long *dw; in quicktest1() local
1010 dw = mq; in quicktest1()
/linux-4.1.27/arch/x86/platform/uv/
Dtlb_uv.c198 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.1.27/drivers/iommu/
Ddmar.c1291 u8 dw = 0, dr = 0; in qi_flush_iotlb() local
1297 dw = 1; in qi_flush_iotlb()
1302 desc.low = QI_IOTLB_DID(did) | QI_IOTLB_DR(dr) | QI_IOTLB_DW(dw) in qi_flush_iotlb()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c1355 struct delayed_work *dw = in tile_net_open_retry() local
1359 container_of(dw, struct tile_net_priv, retry_work); in tile_net_open_retry()
/linux-4.1.27/drivers/net/ethernet/davicom/
Ddm9000.c780 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.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c672 } dw; in _base_sas_log_info() member
678 if (sas_loginfo.dw.bus_type != 3 /*SAS*/) in _base_sas_log_info()
690 switch (sas_loginfo.dw.originator) { in _base_sas_log_info()
707 originator_str, sas_loginfo.dw.code, in _base_sas_log_info()
708 sas_loginfo.dw.subcode); in _base_sas_log_info()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c652 } dw; in _base_sas_log_info() member
658 if (sas_loginfo.dw.bus_type != 3 /*SAS*/) in _base_sas_log_info()
670 switch (sas_loginfo.dw.originator) { in _base_sas_log_info()
685 originator_str, sas_loginfo.dw.code, in _base_sas_log_info()
686 sas_loginfo.dw.subcode); in _base_sas_log_info()
/linux-4.1.27/Documentation/acpi/
Denumeration.txt71 err = devm_acpi_dma_controller_register(dev, xlate_func, dw);
/linux-4.1.27/drivers/md/
Draid10.c2178 int dw = r10_bio->devs[1].devnum; in fix_recovery_read_error() local
2197 rdev = conf->mirrors[dw].rdev; in fix_recovery_read_error()
2219 if (rdev != conf->mirrors[dw].rdev) { in fix_recovery_read_error()
2221 struct md_rdev *rdev2 = conf->mirrors[dw].rdev; in fix_recovery_read_error()
2231 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c1714 uint32_t dw; in qla81xx_mpi_sync() local
1727 rval = qla2x00_read_ram_word(vha, 0x7a15, &dw); in qla81xx_mpi_sync()
1734 if (dc == (dw & MPS_MASK)) in qla81xx_mpi_sync()
1737 dw &= ~MPS_MASK; in qla81xx_mpi_sync()
1738 dw |= dc; in qla81xx_mpi_sync()
1739 rval = qla2x00_write_ram_word(vha, 0x7a15, dw); in qla81xx_mpi_sync()
/linux-4.1.27/drivers/scsi/mvsas/
Dmv_sas.c1890 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.1.27/drivers/crypto/
Dhifn_795x.c1885 struct delayed_work *dw = to_delayed_work(work); in hifn_work() local
1886 struct hifn_device *dev = container_of(dw, struct hifn_device, work); in hifn_work()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dcommands.h344 __le32 dw; member
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c2133 u32 *dw = p; in rtl8169_get_regs() local
2138 memcpy_fromio(dw++, data++, 4); in rtl8169_get_regs()
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt1257 44..2233.. rrddwwrr
Dproc.txt459 dw - disabled write to the mapped file
/linux-4.1.27/
DMAINTAINERS8625 F: include/linux/dma/dw.h
8626 F: include/linux/platform_data/dma-dw.h
8627 F: drivers/dma/dw/