Home
last modified time | relevance | path

Searched defs:fbreg (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/news3400/iop/
H A Dfbreg.h58 struct fbreg { struct
59 u_char fb_command; /* command byte */
60 u_char fb_result; /* result byte */
61 u_char fb_device; /* device type */
62 u_char fb_unit; /* unit no */
64 union {
83 } fb_un;
H A Dfb.c85 static struct fbreg fbreg[NFB]; variable