/Linux-v5.15/drivers/dma/dw-edma/ |
D | dw-edma-v0-core.c | 26 static inline struct dw_edma_v0_regs __iomem *__dw_regs(struct dw_edma *dw) in __dw_regs() 31 #define SET_32(dw, name, value) \ argument 34 #define GET_32(dw, name) \ argument 37 #define SET_RW_32(dw, dir, name, value) \ argument 45 #define GET_RW_32(dw, dir, name) \ argument 50 #define SET_BOTH_32(dw, name, value) \ argument 58 #define SET_64(dw, name, value) \ argument 61 #define GET_64(dw, name) \ argument 64 #define SET_RW_64(dw, dir, name, value) \ argument 72 #define GET_RW_64(dw, dir, name) \ argument [all …]
|
D | dw-edma-core.c | 68 struct dw_edma *dw = chan->chip->dw; in dw_edma_alloc_chunk() local 604 struct dw_edma *dw = dw_irq->dw; in dw_edma_interrupt() local 697 struct dw_edma *dw = chip->dw; in dw_edma_channel_setup() local 834 struct dw_edma *dw = chip->dw; in dw_edma_irq_request() local 896 struct dw_edma *dw; in dw_edma_probe() local 976 struct dw_edma *dw = chip->dw; in dw_edma_remove() local
|
/Linux-v5.15/drivers/dma/dw/ |
D | core.c | 82 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get() local 101 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put() local 119 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize() local 141 static inline void dwc_chan_disable(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_chan_disable() 154 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block() local 176 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart() local 262 static void dwc_complete_all(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_complete_all() 293 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent() local 300 static void dwc_scan_descriptors(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_scan_descriptors() 423 static void dwc_handle_error(struct dw_dma *dw, struct dw_dma_chan *dwc) in dwc_handle_error() [all …]
|
D | internal.h | 30 static inline void dw_dma_acpi_controller_register(struct dw_dma *dw) {} in dw_dma_acpi_controller_register() 31 static inline void dw_dma_acpi_controller_free(struct dw_dma *dw) {} in dw_dma_acpi_controller_free() 45 static inline void dw_dma_of_controller_register(struct dw_dma *dw) {} in dw_dma_of_controller_register() 46 static inline void dw_dma_of_controller_free(struct dw_dma *dw) {} in dw_dma_of_controller_free()
|
D | dw.c | 16 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dw_dma_initialize_chan() local 91 static void dw_dma_set_device_name(struct dw_dma *dw, int id) in dw_dma_set_device_name() 96 static void dw_dma_disable(struct dw_dma *dw) in dw_dma_disable() 101 static void dw_dma_enable(struct dw_dma *dw) in dw_dma_enable() 108 struct dw_dma *dw; in dw_dma_probe() local
|
D | idma32.c | 48 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in idma32_initialize_chan_xbar() local 217 static void idma32_set_device_name(struct dw_dma *dw, int id) in idma32_set_device_name() 228 static void idma32_fifo_partition(struct dw_dma *dw) in idma32_fifo_partition() 245 static void idma32_disable(struct dw_dma *dw) in idma32_disable() 251 static void idma32_enable(struct dw_dma *dw) in idma32_enable() 259 struct dw_dma *dw; in idma32_dma_probe() local
|
D | of.c | 19 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate() local 101 void dw_dma_of_controller_register(struct dw_dma *dw) in dw_dma_of_controller_register() 114 void dw_dma_of_controller_free(struct dw_dma *dw) in dw_dma_of_controller_free()
|
D | acpi.c | 23 void dw_dma_acpi_controller_register(struct dw_dma *dw) in dw_dma_acpi_controller_register() 46 void dw_dma_acpi_controller_free(struct dw_dma *dw) in dw_dma_acpi_controller_free()
|
D | regs.h | 344 static inline struct dw_dma_regs __iomem *__dw_regs(struct dw_dma *dw) in __dw_regs() 349 #define dma_readl(dw, name) \ argument 351 #define dma_writel(dw, name, val) \ argument 354 #define idma32_readq(dw, name) \ argument 356 #define idma32_writeq(dw, name, val) \ argument 359 #define channel_set_bit(dw, reg, mask) \ argument 361 #define channel_clear_bit(dw, reg, mask) \ argument
|
/Linux-v5.15/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 153 static void dw_hdmi_reformat_iec958(struct snd_dw_hdmi *dw, in dw_hdmi_reformat_iec958() 181 static void dw_hdmi_reformat_s24(struct snd_dw_hdmi *dw, in dw_hdmi_reformat_s24() 209 static void dw_hdmi_create_cs(struct snd_dw_hdmi *dw, in dw_hdmi_create_cs() 233 static void dw_hdmi_start_dma(struct snd_dw_hdmi *dw) in dw_hdmi_start_dma() 262 static void dw_hdmi_stop_dma(struct snd_dw_hdmi *dw) in dw_hdmi_stop_dma() 271 struct snd_dw_hdmi *dw = data; in snd_dw_hdmi_irq() local 321 struct snd_dw_hdmi *dw = substream->private_data; in dw_hdmi_open() local 374 struct snd_dw_hdmi *dw = substream->private_data; in dw_hdmi_close() local 401 struct snd_dw_hdmi *dw = substream->private_data; in dw_hdmi_prepare() local 462 struct snd_dw_hdmi *dw = substream->private_data; in dw_hdmi_trigger() local [all …]
|
/Linux-v5.15/drivers/misc/ |
D | dw-xdata-pcie.c | 73 static inline struct dw_xdata_regs __iomem *__dw_regs(struct dw_xdata *dw) in __dw_regs() 78 static void dw_xdata_stop(struct dw_xdata *dw) in dw_xdata_stop() 94 static void dw_xdata_start(struct dw_xdata *dw, bool write) in dw_xdata_start() 138 static void dw_xdata_perf_meas(struct dw_xdata *dw, u64 *data, bool write) in dw_xdata_perf_meas() 162 static void dw_xdata_perf(struct dw_xdata *dw, u64 *rate, bool write) in dw_xdata_perf() 210 struct dw_xdata *dw = misc_dev_to_dw(misc_dev); in write_show() local 222 struct dw_xdata *dw = misc_dev_to_dw(misc_dev); in write_store() local 247 struct dw_xdata *dw = misc_dev_to_dw(misc_dev); in read_show() local 259 struct dw_xdata *dw = misc_dev_to_dw(misc_dev); in read_store() local 292 struct dw_xdata *dw; in dw_xdata_pcie_probe() local [all …]
|
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/ |
D | ptp.c | 47 #define dw_overflow_to_chip(dw) container_of(dw, struct mv88e6xxx_chip, \ argument 49 #define dw_tai_event_to_chip(dw) container_of(dw, struct mv88e6xxx_chip, \ argument 154 struct delayed_work *dw = to_delayed_work(ugly); in mv88e6352_tai_event_work() local 438 struct delayed_work *dw = to_delayed_work(work); in mv88e6xxx_ptp_overflow_check() local
|
/Linux-v5.15/drivers/edac/ |
D | i5100_edac.c | 481 u32 dw; in i5100_read_log() local 548 u32 dw, dw2; in i5100_check_error() local 576 u32 dw; in i5100_refresh_scrubbing() local 600 u32 dw; in i5100_set_scrub_rate() local 625 u32 dw; in i5100_get_scrub_rate() local 798 u32 dw; in i5100_init_interleaving() local 988 u32 dw; in i5100_init_one() local
|
/Linux-v5.15/include/linux/dma/ |
D | edma.h | 28 struct dw_edma *dw; member
|
D | dw.h | 36 struct dw_dma *dw; member
|
/Linux-v5.15/drivers/gpu/drm/i915/gt/ |
D | selftest_lrc.c | 150 int dw; in live_lrc_layout() local 339 int dw = find_offset(hw, t->reg); in live_lrc_fixed() local 916 u32 dw, x, *cs, *hw; in store_context() local 1080 u32 dw, *cs, *hw; in load_context() local 1196 u32 x, dw, *hw, *lrc; in compare_isolation() local
|
/Linux-v5.15/drivers/scsi/be2iscsi/ |
D | be.h | 167 u32 *dw = (u32 *) ptr + dw_offset; in amap_set() local 181 u32 *dw = ptr; in amap_get() local 196 u32 *dw = wrb; in swap_dws() local
|
/Linux-v5.15/drivers/infiniband/hw/hfi1/ |
D | exp_rcv.h | 60 #define KDETH_SET(dw, field, val) do { \ argument 68 #define KDETH_RESET(dw, field, val) ({ dw = 0; KDETH_SET(dw, field, val); }) argument
|
/Linux-v5.15/drivers/clk/rockchip/ |
D | clk.h | 462 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 484 mf, do, ds, dw, df, go, gs, gf) \ argument 505 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 523 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 561 ds, dw, df) \ argument 580 mw, mf, ds, dw, df, dt) \ argument 651 ds, dw, df) \ argument 791 #define COMPOSITE_HALFDIV(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 813 ds, dw, df) \ argument 831 #define COMPOSITE_NOMUX_HALFDIV(_id, cname, pname, f, mo, ds, dw, df, \ argument
|
/Linux-v5.15/arch/arm/mach-imx/ |
D | mach-imx6q.c | 49 u32 dw; in ventana_pciesw_early_fixup() local
|
/Linux-v5.15/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.h | 128 #define cpu_to_scr(dw) cpu_to_le32(dw) argument 129 #define scr_to_cpu(dw) le32_to_cpu(dw) argument
|
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/ |
D | overlay.c | 143 u16 dw, dh; in dss_ovl_check() local
|
/Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 424 unsigned int dw) in gpu_fill() 655 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local 801 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local 1349 unsigned long idx, ndwords, dw, num_engines; in igt_ctx_readonly() local
|
/Linux-v5.15/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.h | 70 #define dw_overflow_to_hellcreek(dw) \ argument
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ih.c | 273 uint32_t dw[8]; in amdgpu_ih_decode_iv_helper() local
|