Searched refs:irq_type (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_nmi.c148 sunxi_nmi_irq_set_type(struct sunxi_nmi_softc *sc, u_int irq_type) argument
154 val |= __SHIFTIN(irq_type, NMI_CTRL_IRQ_TYPE);
183 u_int irq_type, irq, pol; local
232 irq_type = NMI_CTRL_IRQ_HIGH_EDGE;
236 irq_type = NMI_CTRL_IRQ_LOW_EDGE;
240 irq_type = NMI_CTRL_IRQ_HIGH_LEVEL;
244 irq_type = NMI_CTRL_IRQ_LOW_LEVEL;
248 irq_type = NMI_CTRL_IRQ_LOW_LEVEL;
276 sunxi_nmi_irq_set_type(sc, irq_type);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Dirq_types.h160 enum irq_type enum
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_fence.c394 * @irq_type: interrupt type to use for this ring
403 unsigned irq_type)
418 amdgpu_irq_get(adev, irq_src, irq_type);
421 ring->fence_drv.irq_type = irq_type;
543 ring->fence_drv.irq_type);
583 ring->fence_drv.irq_type);
610 ring->fence_drv.irq_type);
401 amdgpu_fence_driver_start_ring(struct amdgpu_ring *ring, struct amdgpu_irq_src *irq_src, unsigned irq_type) argument
H A Damdgpu_ring.h83 unsigned irq_type; member in struct:amdgpu_fence_driver
98 unsigned irq_type);
271 unsigned irq_type);
H A Damdgpu_ring.c246 unsigned irq_type)
312 r = amdgpu_fence_driver_start_ring(ring, irq_src, irq_type);
244 amdgpu_ring_init(struct amdgpu_device *adev, struct amdgpu_ring *ring, unsigned max_dw, struct amdgpu_irq_src *irq_src, unsigned irq_type) argument
H A Damdgpu_gfx_v10_0.c1244 unsigned int irq_type; local
1261 irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + ring->pipe;
1263 &adev->gfx.eop_irq, irq_type);
1273 unsigned irq_type; local
1290 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
1296 &adev->gfx.eop_irq, irq_type);
H A Damdgpu_gfx_v6_0.c3128 unsigned irq_type; local
3142 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP + ring->pipe;
3144 &adev->gfx.eop_irq, irq_type);
H A Damdgpu_gfx_v7_0.c4409 unsigned irq_type; local
4422 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
4428 &adev->gfx.eop_irq, irq_type);
H A Damdgpu_dce_v10_0.c3238 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, crtc); local
3247 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Damdgpu_dce_v11_0.c3364 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, local
3374 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Damdgpu_dce_v6_0.c2959 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, local
2969 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Damdgpu_dce_v8_0.c3049 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, local
3059 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Damdgpu_gfx_v8_0.c1892 unsigned irq_type; local
1909 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
1915 &adev->gfx.eop_irq, irq_type);
H A Damdgpu_gfx_v9_0.c2136 unsigned irq_type; local
2153 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
2159 &adev->gfx.eop_irq, irq_type);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c614 const enum irq_type dal_irq_type,
H A Damdgpu_dm.c5933 int irq_type =
5943 irq_type);
5949 irq_type);
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Ddomctl.h515 uint32_t irq_type; /* enum pt_irq_type */ member in struct:xen_domctl_bind_pt_irq

Completed in 410 milliseconds