Lines Matching refs:ntfy
44 volatile void *ntfy = NULL; in nv30_ntfy() local
47 ntfy = (char *)notify->map + query->offset + qo->hw->start; in nv30_ntfy()
49 return ntfy; in nv30_ntfy()
57 volatile uint32_t *ntfy = nv30_ntfy(screen, qo); in nv30_query_object_del() local
58 while (ntfy[3] & 0xff000000) { in nv30_query_object_del()
70 volatile uint32_t *ntfy; in nv30_query_object_new() local
85 ntfy = nv30_ntfy(screen, qo); in nv30_query_object_new()
86 ntfy[0] = 0x00000000; in nv30_query_object_new()
87 ntfy[1] = 0x00000000; in nv30_query_object_new()
88 ntfy[2] = 0x00000000; in nv30_query_object_new()
89 ntfy[3] = 0x01000000; in nv30_query_object_new()