Searched refs:NVBO_TD32 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 66 if (NVBO_TD32(bo, offset, NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, ==, TRUE)) in core507d_ntfy_wait_done() 119 if (NVBO_TD32(bo, NV50_DISP_CORE_NTFY, in core507d_caps_init()
|
H A D | core907d.c | 48 if (NVBO_TD32(bo, NV50_DISP_CORE_NTFY, in core907d_caps_init()
|
H A D | ovly827e.c | 73 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFICATION_1, _3, STATUS, ==, BEGUN)) in ovly827e_ntfy_wait_begun()
|
H A D | corec37d.c | 86 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFIER, _0, STATUS, ==, FINISHED)) in corec37d_ntfy_wait_done()
|
H A D | base507c.c | 151 if (NVBO_TD32(bo, offset, NV_DISP_BASE_NOTIFIER_1, _0, STATUS, ==, BEGUN)) in base507c_ntfy_wait_begun()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.h | 133 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##A) macro
|