summaryrefslogtreecommitdiff
path: root/bin/nv_wr16.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nv_wr16.c')
-rw-r--r--bin/nv_wr16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_wr16.c b/bin/nv_wr16.c
index 0e2271eb6..004b198a3 100644
--- a/bin/nv_wr16.c
+++ b/bin/nv_wr16.c
@@ -2,6 +2,6 @@
#define FMTDATA "0x%04x"
#define NAME "nv_wr16"
#define CAST u16
-#define WRITE(o,v) nv_wo16(device, (o), (v))
+#define WRITE(o,v) nvif_wr16(device, (o), (v))
#define MAIN main
#include "nv_wrfunc.h"