summaryrefslogtreecommitdiff
path: root/bin/nv_wr16.c
blob: 004b198a398cb2153926f710cd6563a4849a376a (plain)
1
2
3
4
5
6
7
#define FMTADDR    "0x%06lx"
#define FMTDATA    "0x%04x"
#define NAME       "nv_wr16"
#define CAST       u16
#define WRITE(o,v) nvif_wr16(device, (o), (v))
#define MAIN       main
#include "nv_wrfunc.h"