Home
last modified time | relevance | path

Searched refs:INT_REQ (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/radeon/
Dsumo_smc.c44 gfx_int_req = SERV_INDEX(id) | INT_REQ; in sumo_send_msg_to_smu()
48 if (RREG32(GFX_INT_REQ) & INT_REQ) in sumo_send_msg_to_smu()
65 gfx_int_req &= ~INT_REQ; in sumo_send_msg_to_smu()
Dsumod.h124 # define INT_REQ (1 << 0) macro
/linux-5.19.10/sound/drivers/
Dportman2x4.c143 #define INT_REQ PP_STAT_ACK /* Input data int request. */ macro
607 while ((portman_read_status(pm) & INT_REQ) == INT_REQ) { in snd_portman_interrupt()