Searched refs:dst_mode (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h82 extern int dst_mode;
H A Daicasm_gram.y993 dst_mode = $2;
1689 src_value = (dst_mode << 4) | src_mode;
1713 dst_mode = (dst_value >> 4) & 0xF;
1838 if ((symbol->info.rinfo->modes & (0x1 << dst_mode)) == 0) {
1841 symbol->name, dst_mode);
H A Daicasm.c98 int dst_mode; variable
/linux-master/drivers/dma/
H A Duniphier-xdmac.c135 u32 dst_mode, dst_width; local
159 dst_mode = XDMAC_DADM_DAM_FIXED;
162 dst_mode = XDMAC_DADM_DAM_INC;
180 dst_mode |= dst_width;
182 writel(dst_mode, xc->reg_ch_base + XDMAC_DADM);
H A Dsun6i-dma.c139 void (*set_mode)(u32 *p_cfg, s8 src_mode, s8 dst_mode);
337 static void sun6i_set_mode_a31(u32 *p_cfg, s8 src_mode, s8 dst_mode) argument
340 DMA_CHAN_CFG_DST_MODE_A31(dst_mode);
343 static void sun6i_set_mode_h6(u32 *p_cfg, s8 src_mode, s8 dst_mode) argument
346 DMA_CHAN_CFG_DST_MODE_H6(dst_mode);
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h79 ahd->dst_mode = dst;
H A Daic79xx.h1069 ahd_mode dst_mode; member in struct:ahd_softc
H A Daic79xx_core.c277 if (ahd->src_mode == src && ahd->dst_mode == dst)
281 || ahd->dst_mode == AHD_MODE_UNKNOWN)
289 ahd->dst_mode = dst;
314 || (dstmode & AHD_MK_MSK(ahd->dst_mode)) == 0) {
328 || ahd->dst_mode == AHD_MODE_UNKNOWN)
331 return (ahd_build_mode_state(ahd, ahd->src_mode, ahd->dst_mode));
/linux-master/include/linux/
H A Ddmar.h221 dst_mode : 1, /* 2 */ member in struct:irte::__anon590::__anon591::__anon592::__anon594
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1106 irte->dst_mode = apic->dest_mode_logical;
1266 irte->dst_mode, irte->redir_hint,
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5775 struct drm_display_mode *dst_mode)
5777 dst_mode->crtc_hdisplay = src_mode->crtc_hdisplay;
5778 dst_mode->crtc_vdisplay = src_mode->crtc_vdisplay;
5779 dst_mode->crtc_clock = src_mode->crtc_clock;
5780 dst_mode->crtc_hblank_start = src_mode->crtc_hblank_start;
5781 dst_mode->crtc_hblank_end = src_mode->crtc_hblank_end;
5782 dst_mode->crtc_hsync_start = src_mode->crtc_hsync_start;
5783 dst_mode->crtc_hsync_end = src_mode->crtc_hsync_end;
5784 dst_mode->crtc_htotal = src_mode->crtc_htotal;
5785 dst_mode
5773 copy_crtc_timing_for_drm_display_mode(const struct drm_display_mode *src_mode, struct drm_display_mode *dst_mode) argument
[all...]

Completed in 283 milliseconds