Searched refs:IH_REQ_NONSNOOP_EN (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | nbio_v6_1.c | 143 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v6_1_ih_control()
|
D | nbio_v7_0.c | 234 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v7_0_ih_control()
|
D | si_ih.c | 68 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in si_ih_irq_init()
|
D | cz_ih.c | 121 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in cz_ih_irq_init()
|
D | iceland_ih.c | 121 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in iceland_ih_irq_init()
|
D | tonga_ih.c | 117 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in tonga_ih_irq_init()
|
D | sid.h | 687 # define IH_REQ_NONSNOOP_EN (1 << 3) macro
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | sid.h | 683 # define IH_REQ_NONSNOOP_EN (1 << 3) macro
|
D | cikd.h | 836 # define IH_REQ_NONSNOOP_EN (1 << 3) macro
|
D | r600d.h | 737 # define IH_REQ_NONSNOOP_EN (1 << 3) macro
|
D | r600.c | 3701 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in r600_irq_init()
|
D | si.c | 6004 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in si_irq_init()
|
D | cik.c | 6976 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in cik_irq_init()
|