Searched refs:IH_DUMMY_RD_OVERRIDE (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dnbio_v7_7.c183 IH_DUMMY_RD_OVERRIDE, 0);
H A Dnbio_v7_0.c233 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
H A Dsi_ih.c72 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE;
H A Dnbio_v7_2.c225 IH_DUMMY_RD_OVERRIDE, 0);
H A Dtonga_ih.c117 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
H A Diceland_ih.c121 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
H A Dcz_ih.c121 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
H A Dnbio_v6_1.c158 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
H A Dnbio_v2_3.c220 IH_DUMMY_RD_OVERRIDE, 0);
H A Dnbio_v7_4.c301 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
H A Dnbio_v4_3.c230 IH_DUMMY_RD_OVERRIDE, 0);
H A Dnbio_v7_9.c337 REG_SET_FIELD(interrupt_cntl, BIF_BX0_INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0);
H A Dsid.h684 # define IH_DUMMY_RD_OVERRIDE (1 << 0) macro
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dcikd.h834 # define IH_DUMMY_RD_OVERRIDE (1 << 0) macro
H A Dsid.h681 # define IH_DUMMY_RD_OVERRIDE (1 << 0) macro
H A Dr600d.h735 # define IH_DUMMY_RD_OVERRIDE (1 << 0) macro
H A Dr600.c3699 /* IH_DUMMY_RD_OVERRIDE=0 - dummy read disabled with msi, enabled without msi
3700 * IH_DUMMY_RD_OVERRIDE=1 - dummy read controlled by IH_DUMMY_RD_EN
3702 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE;
H A Dsi.c6002 /* IH_DUMMY_RD_OVERRIDE=0 - dummy read disabled with msi, enabled without msi
6003 * IH_DUMMY_RD_OVERRIDE=1 - dummy read controlled by IH_DUMMY_RD_EN
6005 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE;
H A Dcik.c6960 /* IH_DUMMY_RD_OVERRIDE=0 - dummy read disabled with msi, enabled without msi
6961 * IH_DUMMY_RD_OVERRIDE=1 - dummy read controlled by IH_DUMMY_RD_EN
6963 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE;

Completed in 462 milliseconds