Searched refs:IH_REQ_NONSNOOP_EN (Results 1 – 15 of 15) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | si_ih.c | 71 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in si_ih_irq_init()
|
D | nbio_v6_1.c | 141 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v6_1_ih_control()
|
D | nbio_v2_3.c | 182 IH_REQ_NONSNOOP_EN, 0); in nbio_v2_3_ih_control()
|
D | nbio_v7_0.c | 244 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v7_0_ih_control()
|
D | nbio_v7_4.c | 245 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v7_4_ih_control()
|
D | iceland_ih.c | 123 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in iceland_ih_irq_init()
|
D | cz_ih.c | 123 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in cz_ih_irq_init()
|
D | tonga_ih.c | 119 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
|
/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 | 3707 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in r600_irq_init()
|
D | si.c | 6008 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in si_irq_init()
|
D | cik.c | 6980 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in cik_irq_init()
|